/external/angle/third_party/abseil-cpp/absl/base/internal/ |
D | endian.h | 158 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()
|
D | endian_test.cc | 199 comp = little_endian::ToHost64(k64ValueLE); in TEST()
|
/external/abseil-cpp/absl/base/internal/ |
D | endian.h | 157 inline uint64_t ToHost64(uint64_t x) { return x; } in ToHost64() function 170 inline uint64_t ToHost64(uint64_t x) { return gbswap_64(x); } 194 return ToHost64(ABSL_INTERNAL_UNALIGNED_LOAD64(p)); in Load64() 217 inline uint64_t ToHost64(uint64_t x) { return gbswap_64(x); } in ToHost64() function 230 inline uint64_t ToHost64(uint64_t x) { return x; } 254 return ToHost64(ABSL_INTERNAL_UNALIGNED_LOAD64(p)); in Load64()
|
D | endian_test.cc | 201 comp = little_endian::ToHost64(k64ValueLE); in TEST()
|
/external/webrtc/third_party/abseil-cpp/absl/base/internal/ |
D | endian.h | 157 inline uint64_t ToHost64(uint64_t x) { return x; } in ToHost64() function 170 inline uint64_t ToHost64(uint64_t x) { return gbswap_64(x); } 194 return ToHost64(ABSL_INTERNAL_UNALIGNED_LOAD64(p)); in Load64() 217 inline uint64_t ToHost64(uint64_t x) { return gbswap_64(x); } in ToHost64() function 230 inline uint64_t ToHost64(uint64_t x) { return x; } 254 return ToHost64(ABSL_INTERNAL_UNALIGNED_LOAD64(p)); in Load64()
|
D | endian_test.cc | 201 comp = little_endian::ToHost64(k64ValueLE); in TEST()
|
/external/libtextclassifier/abseil-cpp/absl/base/internal/ |
D | endian.h | 157 inline uint64_t ToHost64(uint64_t x) { return x; } in ToHost64() function 170 inline uint64_t ToHost64(uint64_t x) { return gbswap_64(x); } 194 return ToHost64(ABSL_INTERNAL_UNALIGNED_LOAD64(p)); in Load64() 217 inline uint64_t ToHost64(uint64_t x) { return gbswap_64(x); } in ToHost64() function 230 inline uint64_t ToHost64(uint64_t x) { return x; } 254 return ToHost64(ABSL_INTERNAL_UNALIGNED_LOAD64(p)); in Load64()
|
D | endian_test.cc | 199 comp = little_endian::ToHost64(k64ValueLE); in TEST()
|
/external/openscreen/third_party/abseil/src/absl/base/internal/ |
D | endian.h | 157 inline uint64_t ToHost64(uint64_t x) { return x; } in ToHost64() function 170 inline uint64_t ToHost64(uint64_t x) { return gbswap_64(x); } 194 return ToHost64(ABSL_INTERNAL_UNALIGNED_LOAD64(p)); in Load64() 217 inline uint64_t ToHost64(uint64_t x) { return gbswap_64(x); } in ToHost64() function 230 inline uint64_t ToHost64(uint64_t x) { return x; } 254 return ToHost64(ABSL_INTERNAL_UNALIGNED_LOAD64(p)); in Load64()
|
D | endian_test.cc | 199 comp = little_endian::ToHost64(k64ValueLE); in TEST()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/ |
D | endian.h | 157 inline uint64_t ToHost64(uint64_t x) { return x; } in ToHost64() function 170 inline uint64_t ToHost64(uint64_t x) { return gbswap_64(x); } 194 return ToHost64(ABSL_INTERNAL_UNALIGNED_LOAD64(p)); in Load64() 217 inline uint64_t ToHost64(uint64_t x) { return gbswap_64(x); } in ToHost64() function 230 inline uint64_t ToHost64(uint64_t x) { return x; } 254 return ToHost64(ABSL_INTERNAL_UNALIGNED_LOAD64(p)); in Load64()
|
D | endian_test.cc | 199 comp = little_endian::ToHost64(k64ValueLE); in TEST()
|
/external/libtextclassifier/native/utils/base/ |
D | endian.h | 114 static uint64 ToHost64(uint64 x) { return x; } in ToHost64() function 127 static uint64 ToHost64(uint64 x) { return gbswap_64(x); }
|
/external/protobuf/src/google/protobuf/stubs/ |
D | port.h | 386 static uint64 ToHost64(uint64 x) { return bswap_64(x); } in ToHost64() function 399 static uint64 ToHost64(uint64 x) { return x; } 423 return ToHost64(GOOGLE_UNALIGNED_LOAD64(p)); in Load64()
|
/external/libtextclassifier/native/lang_id/common/lite_base/ |
D | endian.h | 107 static uint64 ToHost64(uint64 x) { return gbswap_64(x); }
|
/external/angle/third_party/abseil-cpp/absl/strings/internal/ |
D | cord_internal.h | 416 static_cast<intptr_t>(absl::big_endian::ToHost64(as_tree_.cordz_info)); in cordz_info()
|
/external/angle/third_party/abseil-cpp/ |
D | symbols_arm64_dbg.def | 2380 ?ToHost64@big_endian@absl@@YA_K_K@Z 2381 ?ToHost64@little_endian@absl@@YA_K_K@Z
|
D | symbols_x86_dbg.def | 2373 ?ToHost64@big_endian@absl@@YA_K_K@Z
|
D | symbols_x64_dbg.def | 2379 ?ToHost64@big_endian@absl@@YA_K_K@Z
|