Searched refs:_bswap64 (Results 1 – 3 of 3) sorted by relevance
27 return _bswap64(X); in test_bswap64()42 char bswap64_0[_bswap64(0x0000000000000000ULL) == 0x0000000000000000 ? 1 : -1];43 char bswap64_1[_bswap64(0x1020304050607080ULL) == 0x8070605040302010 ? 1 : -1];
138 #define _bswap64(A) __bswapq((A)) macro
203 # define ZSWAP64(q) _bswap64(q)