Home
last modified time | relevance | path

Searched refs:SWAP_32 (Results 1 – 3 of 3) sorted by relevance

/lk-master/lib/libc/include/
A Dendian.h24 static inline uint32_t SWAP_32(uint32_t x) { return __builtin_bswap32(x); } in SWAP_32() function
30 #define LE32(val) SWAP_32(val)
40 #define BE32(val) SWAP_32(val)
/lk-master/tools/
A Dbootimage.c215 #define SWAP_32(x) \ in bootimage_add_file() macro
219 *w = SWAP_32(*w); in bootimage_add_file()
222 #undef SWAP_32 in bootimage_add_file()
/lk-master/lib/debugcommands/
A Ddebugcommands.c121 SWAP_32(*(uint32_t *)address) : in cmd_display_mem()

Completed in 3 milliseconds