Searched defs:SWAP_LE_BE32 (Results 1 – 1 of 1) 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