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