Searched refs:ToHost32 (Results 1 – 8 of 8) sorted by relevance
155 inline uint32_t ToHost32(uint32_t x) { return x; } in ToHost32() function168 inline uint32_t ToHost32(uint32_t x) { return gbswap_32(x); }183 inline uint32_t ToHost(uint32_t x) { return ToHost32(x); } in ToHost()201 return bit_cast<int32_t>(ToHost32(bit_cast<uint32_t>(x))); in ToHost()217 return ToHost32(ABSL_INTERNAL_UNALIGNED_LOAD32(p)); in Load32()245 inline uint32_t ToHost32(uint32_t x) { return gbswap_32(x); } in ToHost32() function258 inline uint32_t ToHost32(uint32_t x) { return x; }273 inline uint32_t ToHost(uint32_t x) { return ToHost32(x); } in ToHost()291 return bit_cast<int32_t>(ToHost32(bit_cast<uint32_t>(x))); in ToHost()307 return ToHost32(ABSL_INTERNAL_UNALIGNED_LOAD32(p)); in Load32()
193 comp = little_endian::ToHost32(k32ValueLE); in TEST()
154 inline uint32_t ToHost32(uint32_t x) { return x; } in ToHost32() function167 inline uint32_t ToHost32(uint32_t x) { return gbswap_32(x); }186 return ToHost32(ABSL_INTERNAL_UNALIGNED_LOAD32(p)); in Load32()214 inline uint32_t ToHost32(uint32_t x) { return gbswap_32(x); } in ToHost32() function227 inline uint32_t ToHost32(uint32_t x) { return x; }246 return ToHost32(ABSL_INTERNAL_UNALIGNED_LOAD32(p)); in Load32()
352 static uint32 ToHost32(uint32 x) { return bswap_32(x); } in ToHost32() function365 static uint32 ToHost32(uint32 x) { return x; }384 return ToHost32(GOOGLE_UNALIGNED_LOAD32(p)); in Load32()
2498 ?ToHost32@big_endian@absl@@YAII@Z
2493 ?ToHost32@big_endian@absl@@YAII@Z
2499 ?ToHost32@big_endian@absl@@YAII@Z