Searched refs:swap64 (Results 1 – 8 of 8) sorted by relevance
106 #define swap64(x) bswap_64(x)123 #define swap64(x) bswap64(x)136 #define swap64(x) ((uint64_t)(((uint64_t)(x) << 56) & 0xff00000000000000ULL | \\155 #define swap64(x) NXSwapLongLong(x)167 #define swap64(x) ((uint64_t)(((uint64_t)(x) << 56) & 0xff00000000000000ULL | \\183 #define swap64(x) ((uint64_t)(((uint64_t)(x) << 56) & 0xff00000000000000ULL | \\270 #define htobe64(x) swap64(x)271 #define be64toh(x) swap64(x)
157 fwd_unop_x2!(swap64);345 fwd_unop_x4!(swap64);
99 fn swap64(self) -> Self; in swap64() method
283 fn swap64(self) -> Self {693 self.swap64() in shuffle2301()
29 #define bswap_64 swap64
825 fn swap64(self) -> Self { in swap64() method857 fn swap64(self) -> Self { in swap64() method
133 #define bswap_64(x) swap64(x)
135 #define bswap_64(x) swap64(x)