Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/
H A Dsys_byteorder.h34 inline constexpr uint32_t NetToHost32(uint32_t x) { in NetToHost32() function
H A Dsys_byteorder_unittest.cc32 TEST(ByteOrderTest, NetToHost32) { in TEST() argument
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/
Dsys_byteorder.h101 inline uint32_t NetToHost32(uint32_t x) { in NetToHost32() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/5/external/libchrome/base/
Dsys_byteorder.h101 inline uint32_t NetToHost32(uint32_t x) { in NetToHost32() function
/aosp_15_r20/external/libchrome/base/
H A Dsys_byteorder.h98 inline uint32_t NetToHost32(uint32_t x) { in NetToHost32() function
H A Dsys_byteorder_unittest.cc99 TEST(ByteOrderTest, NetToHost32) { in TEST() argument
/aosp_15_r20/external/pdfium/third_party/base/
H A Dsys_byteorder.h99 inline uint32_t NetToHost32(uint32_t x) { in NetToHost32() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dquiche_endian.h40 static uint32_t NetToHost32(uint32_t x) { return HostToNet32(x); } in NetToHost32() function