Searched defs:HostToNet64 (Results 1 – 6 of 6) sorted by relevance
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
143 inline BASE_BYTESWAPS_CONSTEXPR uint64_t HostToNet64(uint64_t x) { in HostToNet64() function
31 static uint64_t HostToNet64(uint64_t x) { return __builtin_bswap64(x); } in HostToNet64() function