Searched defs:HostToNet32 (Results 1 – 6 of 6) sorted by relevance
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
136 inline BASE_BYTESWAPS_CONSTEXPR uint32_t HostToNet32(uint32_t x) { in HostToNet32() function
30 static uint32_t HostToNet32(uint32_t x) { return __builtin_bswap32(x); } in HostToNet32() function