Searched defs:NetToHost64 (Results 1 – 8 of 8) sorted by relevance
41 inline constexpr uint64_t NetToHost64(uint64_t x) { in NetToHost64() function
41 TEST(ByteOrderTest, NetToHost64) { in TEST() argument
108 inline uint64_t NetToHost64(uint64_t x) { in NetToHost64() function
105 inline uint64_t NetToHost64(uint64_t x) { in NetToHost64() function
108 TEST(ByteOrderTest, NetToHost64) { in TEST() argument
106 inline uint64_t NetToHost64(uint64_t x) { in NetToHost64() function
41 static uint64_t NetToHost64(uint64_t x) { return HostToNet64(x); } in NetToHost64() function