Searched refs:FromHost16 (Results 1 – 1 of 1) sorted by relevance
337 static uint16 FromHost16(uint16 x) { return bswap_16(x); } in FromHost16() function350 static uint16 FromHost16(uint16 x) { return x; }369 GOOGLE_UNALIGNED_STORE16(p, FromHost16(v)); in Store16()