Home
last modified time | relevance | path

Searched defs:NetToHost64 (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/base/
Dsys_byteorder.h105 inline uint64_t NetToHost64(uint64_t x) { in NetToHost64() function
Dsys_byteorder_unittest.cc108 TEST(ByteOrderTest, NetToHost64) { in TEST() argument
/external/pdfium/third_party/base/
Dsys_byteorder.h106 inline uint64_t NetToHost64(uint64_t x) { in NetToHost64() function
/external/cronet/base/
Dsys_byteorder.h119 inline BASE_BYTESWAPS_CONSTEXPR uint64_t NetToHost64(uint64_t x) { in NetToHost64() function
Dsys_byteorder_unittest.cc108 TEST(ByteOrderTest, NetToHost64) { in TEST() argument
/external/cronet/net/third_party/quiche/src/quiche/common/
Dquiche_endian.h41 static uint64_t NetToHost64(uint64_t x) { return HostToNet64(x); } in NetToHost64() function