Searched refs: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) | \ macro91 #define TO_BE32 SWAP_LE_BE3294 #define FROM_BE32 SWAP_LE_BE32