Searched defs:SWAP_LE_BE32 (Results 1 – 1 of 1) sorted by relevance
55 #define SWAP_LE_BE32(val) ((uint32_t) __builtin_bswap32((uint32_t) (val))) macro58 #define SWAP_LE_BE32(val) ((uint32_t) ((((uint32_t) (val) & (uint32_t) 0x000000ffU) << 24) | \ macro