Searched refs:SWAP_32 (Results 1 – 3 of 3) sorted by relevance
24 static inline uint32_t SWAP_32(uint32_t x) { return __builtin_bswap32(x); } in SWAP_32() function30 #define LE32(val) SWAP_32(val)40 #define BE32(val) SWAP_32(val)
215 #define SWAP_32(x) \ in bootimage_add_file() macro219 *w = SWAP_32(*w); in bootimage_add_file()222 #undef SWAP_32 in bootimage_add_file()
121 SWAP_32(*(uint32_t *)address) : in cmd_display_mem()
Completed in 3 milliseconds