Searched refs: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) & \ macro92 #define TO_BE64 SWAP_LE_BE6495 #define FROM_BE64 SWAP_LE_BE64