Searched refs:bswap64 (Results 1 – 1 of 1) sorted by relevance
98 #define bswap64(x) _byteswap_uint64(x) macro106 #define bswap64(x) __builtin_bswap64(x) /* Assuming GCC 4.3+ */ macro113 static inline uint64_t bswap64(uint64_t x) { in bswap64() function295 r.l = bswap64(b.l); in swap_if_le()296 r.r = bswap64(b.r); in swap_if_le()794 ctx->KtopStr[0] = bswap64(ctx->KtopStr[0]); in gen_offset_from_nonce()795 ctx->KtopStr[1] = bswap64(ctx->KtopStr[1]); in gen_offset_from_nonce()