Searched refs:ZSWAP64 (Results 1 – 2 of 2) sorted by relevance
179 # define ZSWAP64(q) _byteswap_uint64(q) macro185 # define ZSWAP64(q) __builtin_bswap64(q) macro191 # define ZSWAP64(q) bswap_64(q) macro197 # define ZSWAP64(q) bswap64(q) macro203 # define ZSWAP64(q) _bswap64(q) macro209 # define ZSWAP64(q) \ macro
23 return ZSWAP64(chunk) << bits; in load_64_bits()