Home
last modified time | relevance | path

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

/external/libchrome/base/
Dsys_byteorder.h91 inline uint16_t NetToHost16(uint16_t x) { in NetToHost16() function
Dsys_byteorder_unittest.cc90 TEST(ByteOrderTest, NetToHost16) { in TEST() argument
/external/pdfium/third_party/base/
Dsys_byteorder.h92 inline uint16_t NetToHost16(uint16_t x) { in NetToHost16() function
/external/cronet/base/
Dsys_byteorder.h105 inline BASE_BYTESWAPS_CONSTEXPR uint16_t NetToHost16(uint16_t x) { in NetToHost16() function
Dsys_byteorder_unittest.cc90 TEST(ByteOrderTest, NetToHost16) { in TEST() argument
/external/cronet/net/third_party/quiche/src/quiche/common/
Dquiche_endian.h39 static uint16_t NetToHost16(uint16_t x) { return HostToNet16(x); } in NetToHost16() function