Searched defs:HostToNet32 (Results 1 – 8 of 8) sorted by relevance
58 inline constexpr uint32_t HostToNet32(uint32_t x) { in HostToNet32() function
59 TEST(ByteOrderTest, HostToNet32) { in TEST() argument
125 inline uint32_t HostToNet32(uint32_t x) { in HostToNet32() function
122 inline uint32_t HostToNet32(uint32_t x) { in HostToNet32() function
126 TEST(ByteOrderTest, HostToNet32) { in TEST() argument
123 inline uint32_t HostToNet32(uint32_t x) { in HostToNet32() function
30 static uint32_t HostToNet32(uint32_t x) { return __builtin_bswap32(x); } in HostToNet32() function