Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/
H A Dsys_byteorder.h51 inline constexpr uint16_t HostToNet16(uint16_t x) { in HostToNet16() function
H A Dsys_byteorder_unittest.cc50 TEST(ByteOrderTest, HostToNet16) { in TEST() argument
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/
Dsys_byteorder.h118 inline uint16_t HostToNet16(uint16_t x) { in HostToNet16() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/5/external/libchrome/base/
Dsys_byteorder.h118 inline uint16_t HostToNet16(uint16_t x) { in HostToNet16() function
/aosp_15_r20/external/libchrome/base/
H A Dsys_byteorder.h115 inline uint16_t HostToNet16(uint16_t x) { in HostToNet16() function
H A Dsys_byteorder_unittest.cc117 TEST(ByteOrderTest, HostToNet16) { in TEST() argument
/aosp_15_r20/external/pdfium/third_party/base/
H A Dsys_byteorder.h116 inline uint16_t HostToNet16(uint16_t x) { in HostToNet16() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dquiche_endian.h29 static uint16_t HostToNet16(uint16_t x) { return __builtin_bswap16(x); } in HostToNet16() function