/external/angle/third_party/abseil-cpp/absl/base/internal/ |
D | endian.h | 155 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()
|
D | endian_test.cc | 193 comp = little_endian::ToHost32(k32ValueLE); in TEST()
|
/external/libtextclassifier/native/utils/container/ |
D | sorted-strings-table.cc | 51 LittleEndian::ToHost32(c); in GatherPrefixMatches() 58 return LittleEndian::ToHost32(c) < in GatherPrefixMatches() 71 if (pieces_[LittleEndian::ToHost32(offsets_[left]) + match_length] == 0) { in GatherPrefixMatches() 84 for (int k = LittleEndian::ToHost32(offsets_[i]) + piece_match_length; in GatherPrefixMatches()
|
D | double-array-trie.h | 61 return static_cast<int>(LittleEndian::ToHost32(nodes_[i]) & 0x7fffffff); in value() 67 return LittleEndian::ToHost32(nodes_[i]) & 0x800000ff; in label() 72 const uint32 node = LittleEndian::ToHost32(nodes_[i]); in offset()
|
/external/abseil-cpp/absl/base/internal/ |
D | endian.h | 154 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()
|
D | endian_test.cc | 195 comp = little_endian::ToHost32(k32ValueLE); in TEST()
|
/external/webrtc/third_party/abseil-cpp/absl/base/internal/ |
D | endian.h | 154 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()
|
D | endian_test.cc | 195 comp = little_endian::ToHost32(k32ValueLE); in TEST()
|
/external/libtextclassifier/abseil-cpp/absl/base/internal/ |
D | endian.h | 154 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()
|
D | endian_test.cc | 193 comp = little_endian::ToHost32(k32ValueLE); in TEST()
|
/external/openscreen/third_party/abseil/src/absl/base/internal/ |
D | endian.h | 154 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()
|
D | endian_test.cc | 193 comp = little_endian::ToHost32(k32ValueLE); in TEST()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/ |
D | endian.h | 154 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()
|
D | endian_test.cc | 193 comp = little_endian::ToHost32(k32ValueLE); in TEST()
|
/external/libtextclassifier/native/utils/base/ |
D | endian.h | 111 static uint32 ToHost32(uint32 x) { return x; } in ToHost32() function 124 static uint32 ToHost32(uint32 x) { return gbswap_32(x); }
|
/external/protobuf/src/google/protobuf/stubs/ |
D | port.h | 383 static uint32 ToHost32(uint32 x) { return bswap_32(x); } in ToHost32() function 396 static uint32 ToHost32(uint32 x) { return x; } 415 return ToHost32(GOOGLE_UNALIGNED_LOAD32(p)); in Load32()
|
/external/libtextclassifier/native/utils/grammar/parsing/ |
D | matcher.cc | 118 LittleEndian::ToHost32(c); in FindTerminal() 125 return LittleEndian::ToHost32(c) < in FindTerminal() 139 const int string_offset = LittleEndian::ToHost32(offsets[left]); in FindTerminal()
|
/external/libtextclassifier/native/lang_id/common/lite_base/ |
D | endian.h | 104 static uint32 ToHost32(uint32 x) { return gbswap_32(x); }
|
/external/angle/third_party/abseil-cpp/ |
D | symbols_x86_dbg.def | 2372 ?ToHost32@big_endian@absl@@YAII@Z
|
D | symbols_x64_dbg.def | 2378 ?ToHost32@big_endian@absl@@YAII@Z
|
D | symbols_arm64_dbg.def | 2379 ?ToHost32@big_endian@absl@@YAII@Z
|