Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/
H A Dsys_byteorder.h58 inline constexpr uint32_t HostToNet32(uint32_t x) { in HostToNet32() function
H A Dsys_byteorder_unittest.cc59 TEST(ByteOrderTest, HostToNet32) { in TEST() argument
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/
Dsys_byteorder.h125 inline uint32_t HostToNet32(uint32_t x) { in HostToNet32() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/5/external/libchrome/base/
Dsys_byteorder.h125 inline uint32_t HostToNet32(uint32_t x) { in HostToNet32() function
/aosp_15_r20/external/libchrome/base/
H A Dsys_byteorder.h122 inline uint32_t HostToNet32(uint32_t x) { in HostToNet32() function
H A Dsys_byteorder_unittest.cc126 TEST(ByteOrderTest, HostToNet32) { in TEST() argument
/aosp_15_r20/external/pdfium/third_party/base/
H A Dsys_byteorder.h123 inline uint32_t HostToNet32(uint32_t x) { in HostToNet32() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dquiche_endian.h30 static uint32_t HostToNet32(uint32_t x) { return __builtin_bswap32(x); } in HostToNet32() function