Searched defs:ToHost16 (Results 1 – 10 of 10) sorted by relevance
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
108 inline uint16_t ToHost16(uint16_t x) { return x; } in ToHost16() function198 inline uint16_t ToHost16(uint16_t x) { return gbswap_16(x); } in ToHost16() function
107 inline uint16_t ToHost16(uint16_t x) { return x; } in ToHost16() function197 inline uint16_t ToHost16(uint16_t x) { return gbswap_16(x); } in ToHost16() function
108 static uint16 ToHost16(uint16 x) { return x; } in ToHost16() function
357 static uint16_t ToHost16(uint16_t x) { return bswap_16(x); } in ToHost16() function
370 static uint16_t ToHost16(uint16_t x) { return bswap_16(x); } in ToHost16() function