Home
last modified time | relevance | path

Searched refs:ToHost64 (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dendian.h158 inline uint64_t ToHost64(uint64_t x) { return x; } in ToHost64() function
171 inline uint64_t ToHost64(uint64_t x) { return gbswap_64(x); }
184 inline uint64_t ToHost(uint64_t x) { return ToHost64(x); } in ToHost()
204 return bit_cast<int64_t>(ToHost64(bit_cast<uint64_t>(x))); in ToHost()
225 return ToHost64(ABSL_INTERNAL_UNALIGNED_LOAD64(p)); in Load64()
248 inline uint64_t ToHost64(uint64_t x) { return gbswap_64(x); } in ToHost64() function
261 inline uint64_t ToHost64(uint64_t x) { return x; }
274 inline uint64_t ToHost(uint64_t x) { return ToHost64(x); } in ToHost()
294 return bit_cast<int64_t>(ToHost64(bit_cast<uint64_t>(x))); in ToHost()
315 return ToHost64(ABSL_INTERNAL_UNALIGNED_LOAD64(p)); in Load64()
Dendian_test.cc199 comp = little_endian::ToHost64(k64ValueLE); in TEST()
/third_party/protobuf/src/google/protobuf/stubs/
Dport.h355 static uint64 ToHost64(uint64 x) { return bswap_64(x); } in ToHost64() function
368 static uint64 ToHost64(uint64 x) { return x; }
392 return ToHost64(GOOGLE_UNALIGNED_LOAD64(p)); in Load64()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_internal.h439 static_cast<intptr_t>(absl::big_endian::ToHost64(as_tree_.cordz_info)); in cordz_info()
/third_party/skia/third_party/externals/abseil-cpp/
Dsymbols_arm64_dbg.def2499 ?ToHost64@big_endian@absl@@YA_K_K@Z
2500 ?ToHost64@little_endian@absl@@YA_K_K@Z
Dsymbols_x86_dbg.def2494 ?ToHost64@big_endian@absl@@YA_K_K@Z
Dsymbols_x64_dbg.def2500 ?ToHost64@big_endian@absl@@YA_K_K@Z