Searched defs:SWAP_LE_BE64 (Results 1 – 1 of 1) sorted by relevance
56 #define SWAP_LE_BE64(val) ((uint64_t) __builtin_bswap64((uint64_t) (val))) macro63 #define SWAP_LE_BE64(val) ((uint64_t) ((((uint64_t) (val) & \ macro