Searched refs:ToHost16 (Results 1 – 2 of 2) sorted by relevance
101 static uint16 ToHost16(uint16 x) { return x; } in ToHost16() function114 static uint16 ToHost16(uint16 x) { return gbswap_16(x); }
329 static uint16 ToHost16(uint16 x) { return bswap_16(x); } in ToHost16() function342 static uint16 ToHost16(uint16 x) { return x; }356 return ToHost16(GOOGLE_UNALIGNED_LOAD16(p)); in Load16()