Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/
H A Dsys_byteorder.h65 inline constexpr uint64_t HostToNet64(uint64_t x) { in HostToNet64() function
H A Dsys_byteorder_unittest.cc68 TEST(ByteOrderTest, HostToNet64) { in TEST() argument
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/
Dsys_byteorder.h132 inline uint64_t HostToNet64(uint64_t x) { in HostToNet64() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/5/external/libchrome/base/
Dsys_byteorder.h132 inline uint64_t HostToNet64(uint64_t x) { in HostToNet64() function
/aosp_15_r20/external/libchrome/base/
H A Dsys_byteorder.h129 inline uint64_t HostToNet64(uint64_t x) { in HostToNet64() function
H A Dsys_byteorder_unittest.cc135 TEST(ByteOrderTest, HostToNet64) { in TEST() argument
/aosp_15_r20/external/pdfium/third_party/base/
H A Dsys_byteorder.h130 inline uint64_t HostToNet64(uint64_t x) { in HostToNet64() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dquiche_endian.h31 static uint64_t HostToNet64(uint64_t x) { return __builtin_bswap64(x); } in HostToNet64() function