Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/
H A Dsys_byteorder.h41 inline constexpr uint64_t NetToHost64(uint64_t x) { in NetToHost64() function
H A Dsys_byteorder_unittest.cc41 TEST(ByteOrderTest, NetToHost64) { in TEST() argument
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/
Dsys_byteorder.h108 inline uint64_t NetToHost64(uint64_t x) { in NetToHost64() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/5/external/libchrome/base/
Dsys_byteorder.h108 inline uint64_t NetToHost64(uint64_t x) { in NetToHost64() function
/aosp_15_r20/external/libchrome/base/
H A Dsys_byteorder.h105 inline uint64_t NetToHost64(uint64_t x) { in NetToHost64() function
H A Dsys_byteorder_unittest.cc108 TEST(ByteOrderTest, NetToHost64) { in TEST() argument
/aosp_15_r20/external/pdfium/third_party/base/
H A Dsys_byteorder.h106 inline uint64_t NetToHost64(uint64_t x) { in NetToHost64() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dquiche_endian.h41 static uint64_t NetToHost64(uint64_t x) { return HostToNet64(x); } in NetToHost64() function