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