Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/
H A Dsys_byteorder.h27 inline constexpr uint16_t NetToHost16(uint16_t x) { in NetToHost16() function
H A Dsys_byteorder_unittest.cc23 TEST(ByteOrderTest, NetToHost16) { in TEST() argument
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/
Dsys_byteorder.h94 inline uint16_t NetToHost16(uint16_t x) { in NetToHost16() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/5/external/libchrome/base/
Dsys_byteorder.h94 inline uint16_t NetToHost16(uint16_t x) { in NetToHost16() function
/aosp_15_r20/external/libchrome/base/
H A Dsys_byteorder.h91 inline uint16_t NetToHost16(uint16_t x) { in NetToHost16() function
H A Dsys_byteorder_unittest.cc90 TEST(ByteOrderTest, NetToHost16) { in TEST() argument
/aosp_15_r20/external/pdfium/third_party/base/
H A Dsys_byteorder.h92 inline uint16_t NetToHost16(uint16_t x) { in NetToHost16() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dquiche_endian.h39 static uint16_t NetToHost16(uint16_t x) { return HostToNet16(x); } in NetToHost16() function