Searched defs:SWAP_LE_BE32 (Results 1 – 6 of 6) sorted by relevance
56 # define SWAP_LE_BE32(val) ((uint32_t)__builtin_bswap32 ((uint32_t)(val))) macro59 #define SWAP_LE_BE32(val) ((uint32_t)( \ macro