/external/angle/third_party/abseil-cpp/absl/base/internal/ |
D | endian.h | 152 inline uint16_t ToHost16(uint16_t x) { return x; } in ToHost16() function 165 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() function 255 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()
|
D | endian_test.cc | 187 comp = little_endian::ToHost16(k16ValueLE); in TEST()
|
/external/abseil-cpp/absl/base/internal/ |
D | endian.h | 151 inline uint16_t ToHost16(uint16_t x) { return x; } in ToHost16() function 164 inline uint16_t ToHost16(uint16_t x) { return gbswap_16(x); } 178 return ToHost16(ABSL_INTERNAL_UNALIGNED_LOAD16(p)); in Load16() 211 inline uint16_t ToHost16(uint16_t x) { return gbswap_16(x); } in ToHost16() function 224 inline uint16_t ToHost16(uint16_t x) { return x; } 238 return ToHost16(ABSL_INTERNAL_UNALIGNED_LOAD16(p)); in Load16()
|
D | endian_test.cc | 189 comp = little_endian::ToHost16(k16ValueLE); in TEST()
|
/external/webrtc/third_party/abseil-cpp/absl/base/internal/ |
D | endian.h | 151 inline uint16_t ToHost16(uint16_t x) { return x; } in ToHost16() function 164 inline uint16_t ToHost16(uint16_t x) { return gbswap_16(x); } 178 return ToHost16(ABSL_INTERNAL_UNALIGNED_LOAD16(p)); in Load16() 211 inline uint16_t ToHost16(uint16_t x) { return gbswap_16(x); } in ToHost16() function 224 inline uint16_t ToHost16(uint16_t x) { return x; } 238 return ToHost16(ABSL_INTERNAL_UNALIGNED_LOAD16(p)); in Load16()
|
D | endian_test.cc | 189 comp = little_endian::ToHost16(k16ValueLE); in TEST()
|
/external/libtextclassifier/abseil-cpp/absl/base/internal/ |
D | endian.h | 151 inline uint16_t ToHost16(uint16_t x) { return x; } in ToHost16() function 164 inline uint16_t ToHost16(uint16_t x) { return gbswap_16(x); } 178 return ToHost16(ABSL_INTERNAL_UNALIGNED_LOAD16(p)); in Load16() 211 inline uint16_t ToHost16(uint16_t x) { return gbswap_16(x); } in ToHost16() function 224 inline uint16_t ToHost16(uint16_t x) { return x; } 238 return ToHost16(ABSL_INTERNAL_UNALIGNED_LOAD16(p)); in Load16()
|
D | endian_test.cc | 187 comp = little_endian::ToHost16(k16ValueLE); in TEST()
|
/external/openscreen/third_party/abseil/src/absl/base/internal/ |
D | endian.h | 151 inline uint16_t ToHost16(uint16_t x) { return x; } in ToHost16() function 164 inline uint16_t ToHost16(uint16_t x) { return gbswap_16(x); } 178 return ToHost16(ABSL_INTERNAL_UNALIGNED_LOAD16(p)); in Load16() 211 inline uint16_t ToHost16(uint16_t x) { return gbswap_16(x); } in ToHost16() function 224 inline uint16_t ToHost16(uint16_t x) { return x; } 238 return ToHost16(ABSL_INTERNAL_UNALIGNED_LOAD16(p)); in Load16()
|
D | endian_test.cc | 187 comp = little_endian::ToHost16(k16ValueLE); in TEST()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/ |
D | endian.h | 151 inline uint16_t ToHost16(uint16_t x) { return x; } in ToHost16() function 164 inline uint16_t ToHost16(uint16_t x) { return gbswap_16(x); } 178 return ToHost16(ABSL_INTERNAL_UNALIGNED_LOAD16(p)); in Load16() 211 inline uint16_t ToHost16(uint16_t x) { return gbswap_16(x); } in ToHost16() function 224 inline uint16_t ToHost16(uint16_t x) { return x; } 238 return ToHost16(ABSL_INTERNAL_UNALIGNED_LOAD16(p)); in Load16()
|
D | endian_test.cc | 187 comp = little_endian::ToHost16(k16ValueLE); in TEST()
|
/external/libtextclassifier/native/utils/base/ |
D | endian.h | 108 static uint16 ToHost16(uint16 x) { return x; } in ToHost16() function 121 static uint16 ToHost16(uint16 x) { return gbswap_16(x); }
|
/external/protobuf/src/google/protobuf/stubs/ |
D | port.h | 380 static uint16 ToHost16(uint16 x) { return bswap_16(x); } in ToHost16() function 393 static uint16 ToHost16(uint16 x) { return x; } 407 return ToHost16(GOOGLE_UNALIGNED_LOAD16(p)); in Load16()
|
/external/libtextclassifier/native/lang_id/common/lite_base/ |
D | endian.h | 101 static uint16 ToHost16(uint16 x) { return gbswap_16(x); }
|
/external/angle/third_party/abseil-cpp/ |
D | symbols_x86_dbg.def | 2371 ?ToHost16@big_endian@absl@@YAGG@Z
|
D | symbols_x64_dbg.def | 2377 ?ToHost16@big_endian@absl@@YAGG@Z
|
D | symbols_arm64_dbg.def | 2378 ?ToHost16@big_endian@absl@@YAGG@Z
|