Searched defs:bswap64 (Results 1 – 2 of 2) sorted by relevance
62 static inline uint64_t bswap64(uint64_t x) in bswap64() function
96 #define bswap64(x) (((x) << 56) | (((x) & 0xff00) << 40) \ macro