Home
last modified time | relevance | path

Searched refs:ToHost32 (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dendian.h155 inline uint32_t ToHost32(uint32_t x) { return x; } in ToHost32() function
168 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() function
258 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()
Dendian_test.cc193 comp = little_endian::ToHost32(k32ValueLE); in TEST()
/third_party/abseil-cpp/absl/base/internal/
Dendian.h154 inline uint32_t ToHost32(uint32_t x) { return x; } in ToHost32() function
167 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() function
227 inline uint32_t ToHost32(uint32_t x) { return x; }
246 return ToHost32(ABSL_INTERNAL_UNALIGNED_LOAD32(p)); in Load32()
Dendian_test.cc193 comp = little_endian::ToHost32(k32ValueLE); in TEST()
/third_party/protobuf/src/google/protobuf/stubs/
Dport.h352 static uint32 ToHost32(uint32 x) { return bswap_32(x); } in ToHost32() function
365 static uint32 ToHost32(uint32 x) { return x; }
384 return ToHost32(GOOGLE_UNALIGNED_LOAD32(p)); in Load32()
/third_party/skia/third_party/externals/abseil-cpp/
Dsymbols_arm64_dbg.def2498 ?ToHost32@big_endian@absl@@YAII@Z
Dsymbols_x86_dbg.def2493 ?ToHost32@big_endian@absl@@YAII@Z
Dsymbols_x64_dbg.def2499 ?ToHost32@big_endian@absl@@YAII@Z