Searched refs:FromHost16 (Results 1 – 3 of 3) sorted by relevance
96 static uint16 FromHost16(uint16 x) { return x; } in FromHost16() function109 static uint16 FromHost16(uint16 x) { return gbswap_16(x); }
109 static uint16 FromHost16(uint16 x) { return x; } in FromHost16() function122 static uint16 FromHost16(uint16 x) { return gbswap_16(x); }
327 static uint16 FromHost16(uint16 x) { return bswap_16(x); } in FromHost16() function340 static uint16 FromHost16(uint16 x) { return x; }359 GOOGLE_UNALIGNED_STORE16(p, FromHost16(v)); in Store16()