Searched refs:bswap64 (Results 1 – 1 of 1) sorted by relevance
97 #define bswap64(x) _byteswap_uint64(x) macro105 #define bswap64(x) __builtin_bswap64(x) /* Assuming GCC 4.3+ */ macro112 static inline uint64_t bswap64(uint64_t x) { in bswap64() function294 r.l = bswap64(b.l); in swap_if_le()295 r.r = bswap64(b.r); in swap_if_le()783 ctx->KtopStr[0] = bswap64(ctx->KtopStr[0]); in gen_offset_from_nonce()784 ctx->KtopStr[1] = bswap64(ctx->KtopStr[1]); in gen_offset_from_nonce()