Searched defs:ToHost16 (Results 1 – 2 of 2) sorted by relevance
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
349 static uint16 ToHost16(uint16 x) { return bswap_16(x); } in ToHost16() function