Searched refs:ToHost16 (Results 1 – 3 of 3) sorted by relevance
97 static uint16 ToHost16(uint16 x) { return x; } in ToHost16() function110 static uint16 ToHost16(uint16 x) { return gbswap_16(x); }
110 static uint16 ToHost16(uint16 x) { return x; } in ToHost16() function123 static uint16 ToHost16(uint16 x) { return gbswap_16(x); }
328 static uint16 ToHost16(uint16 x) { return bswap_16(x); } in ToHost16() function341 static uint16 ToHost16(uint16 x) { return x; }355 return ToHost16(GOOGLE_UNALIGNED_LOAD16(p)); in Load16()