Searched defs:HostToNet64 (Results 1 – 8 of 8) sorted by relevance
65 inline constexpr uint64_t HostToNet64(uint64_t x) { in HostToNet64() function
68 TEST(ByteOrderTest, HostToNet64) { in TEST() argument
132 inline uint64_t HostToNet64(uint64_t x) { in HostToNet64() function
129 inline uint64_t HostToNet64(uint64_t x) { in HostToNet64() function
135 TEST(ByteOrderTest, HostToNet64) { in TEST() argument
130 inline uint64_t HostToNet64(uint64_t x) { in HostToNet64() function
31 static uint64_t HostToNet64(uint64_t x) { return __builtin_bswap64(x); } in HostToNet64() function