Searched defs:HostToNet16 (Results 1 – 6 of 6) sorted by relevance
115 inline uint16_t HostToNet16(uint16_t x) { in HostToNet16() function
117 TEST(ByteOrderTest, HostToNet16) { in TEST() argument
116 inline uint16_t HostToNet16(uint16_t x) { in HostToNet16() function
129 inline BASE_BYTESWAPS_CONSTEXPR uint16_t HostToNet16(uint16_t x) { in HostToNet16() function
29 static uint16_t HostToNet16(uint16_t x) { return __builtin_bswap16(x); } in HostToNet16() function