Searched refs:ToHost16 (Results 1 – 6 of 6) sorted by relevance
152 inline uint16_t ToHost16(uint16_t x) { return x; } in ToHost16() function165 inline uint16_t ToHost16(uint16_t x) { return gbswap_16(x); }182 inline uint16_t ToHost(uint16_t x) { return ToHost16(x); } in ToHost()198 return bit_cast<int16_t>(ToHost16(bit_cast<uint16_t>(x))); in ToHost()209 return ToHost16(ABSL_INTERNAL_UNALIGNED_LOAD16(p)); in Load16()242 inline uint16_t ToHost16(uint16_t x) { return gbswap_16(x); } in ToHost16() function255 inline uint16_t ToHost16(uint16_t x) { return x; }272 inline uint16_t ToHost(uint16_t x) { return ToHost16(x); } in ToHost()288 return bit_cast<int16_t>(ToHost16(bit_cast<uint16_t>(x))); in ToHost()299 return ToHost16(ABSL_INTERNAL_UNALIGNED_LOAD16(p)); in Load16()
187 comp = little_endian::ToHost16(k16ValueLE); in TEST()
349 static uint16 ToHost16(uint16 x) { return bswap_16(x); } in ToHost16() function362 static uint16 ToHost16(uint16 x) { return x; }376 return ToHost16(GOOGLE_UNALIGNED_LOAD16(p)); in Load16()
2492 ?ToHost16@big_endian@absl@@YAGG@Z
2498 ?ToHost16@big_endian@absl@@YAGG@Z
2497 ?ToHost16@big_endian@absl@@YAGG@Z