Searched defs:ToHost16 (Results 1 – 8 of 8) sorted by relevance
108 static uint16 ToHost16(uint16 x) { return x; } in ToHost16() function
151 inline uint16_t ToHost16(uint16_t x) { return x; } in ToHost16() function211 inline uint16_t ToHost16(uint16_t x) { return gbswap_16(x); } in ToHost16() function
152 inline uint16_t ToHost16(uint16_t x) { return x; } in ToHost16() function242 inline uint16_t ToHost16(uint16_t x) { return gbswap_16(x); } in ToHost16() function
380 static uint16 ToHost16(uint16 x) { return bswap_16(x); } in ToHost16() function