Searched defs:BSWAP_64 (Results 1 – 2 of 2) sorted by relevance
121 #define BSWAP_64(x) (((uint64_t)(x) << 56) | \ macro
102 #define BSWAP_64(x) ((BSWAP_32(x) << 32) | BSWAP_32((x) >> 32)) macro