Searched refs:ToHost16 (Results 1 – 1 of 1) sorted by relevance
338 static uint16 ToHost16(uint16 x) { return bswap_16(x); } in ToHost16() function351 static uint16 ToHost16(uint16 x) { return x; }365 return ToHost16(GOOGLE_UNALIGNED_LOAD16(p)); in Load16()