/aosp_15_r20/external/stg/ |
H A D | hashing.h | 32 struct HashValue { struct 33 constexpr explicit HashValue(uint32_t value) : value(value) {} in HashValue() argument 43 struct hash<stg::HashValue> { argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/hpack/ |
D | table.rs | 55 struct HashValue(usize); struct 208 hash: HashValue, in index_occupied() 269 hash: HashValue, in index_vacant() 340 fn insert(&mut self, header: Header, hash: HashValue) { in insert() 663 fn probe_distance(mask: usize, hash: HashValue, current: usize) -> usize { in probe_distance() 667 fn hash_header(header: &Header) -> HashValue { in hash_header()
|
/aosp_15_r20/external/rust/android-crates-io/crates/indexmap/src/map/ |
D | core.rs | 46 fn erase_index(table: &mut RawTable<usize>, hash: HashValue, index: usize) { in erase_index() 52 fn update_index(table: &mut RawTable<usize>, hash: HashValue, old: usize, new: usize) { in update_index() 225 fn push(&mut self, hash: HashValue, key: K, value: V) -> usize { in push() 238 pub(crate) fn get_index_of<Q>(&self, hash: HashValue, key: &Q) -> Option<usize> in get_index_of() 246 pub(crate) fn insert_full(&mut self, hash: HashValue, key: K, value: V) -> (usize, Option<V>) in insert_full() 257 pub(crate) fn shift_remove_full<Q>(&mut self, hash: HashValue, key: &Q) -> Option<(usize, K, V)> in shift_remove_full() 360 pub(crate) fn swap_remove_full<Q>(&mut self, hash: HashValue, key: &Q) -> Option<(usize, K, V)> in swap_remove_full()
|
/aosp_15_r20/external/rust/android-crates-io/crates/indexmap/src/ |
D | lib.rs | 119 struct HashValue(usize); struct 121 impl HashValue { impl
|
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfAccelTable.cpp | 153 uint32_t HashValue = HD->HashValue; in EmitBuckets() local 169 uint32_t HashValue = (*HI)->HashValue; in EmitHashes() local 189 uint32_t HashValue = (*HI)->HashValue; in emitOffsets() local
|
/aosp_15_r20/external/cronet/net/base/ |
H A D | hash_value.h | 57 explicit HashValue(HashValueTag tag) : tag_(tag) {} in HashValue() function 58 HashValue() : tag_(HASH_VALUE_SHA256) {} in HashValue() function
|
H A D | hash_value.cc | 44 HashValue::HashValue(const SHA256HashValue& hash) in HashValue() function in net::HashValue
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AccelTable.cpp | 250 uint32_t HashValue = Hash->HashValue; in emitHashes() local 266 uint32_t HashValue = Hash->HashValue; in emitOffsets() local 318 uint32_t HashValue = HD->HashValue; in emitBuckets() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AccelTable.cpp | 253 uint32_t HashValue = Hash->HashValue; in emitHashes() local 269 uint32_t HashValue = Hash->HashValue; in emitOffsets() local 321 uint32_t HashValue = HD->HashValue; in emitBuckets() local
|
/aosp_15_r20/external/cronet/net/cert/ |
H A D | known_roots.h | 15 class HashValue; variable
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/hash/internal/ |
H A D | hash_test.h | 49 void HashValue(absl::HashState state) const { in HashValue() function
|
/aosp_15_r20/external/compiler-rt/lib/ubsan/ |
H A D | ubsan_type_hash.h | 20 typedef uptr HashValue; typedef
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/hash/internal/ |
H A D | hash_test.h | 49 void HashValue(absl::HashState state) const { in HashValue() function
|
/aosp_15_r20/external/abseil-cpp/absl/hash/internal/ |
H A D | hash_test.h | 49 void HashValue(absl::HashState state) const { in HashValue() function
|
/aosp_15_r20/system/update_engine/payload_generator/ |
H A D | block_mapping.cc | 35 size_t HashValue(const brillo::Blob& blob) { in HashValue() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/http/src/header/ |
D | map.rs | 253 struct HashValue(u16); struct 1315 hash: HashValue, in insert_phase_two() 1452 fn insert_entry(&mut self, hash: HashValue, key: HeaderName, value: T) { in insert_entry() 3168 fn resolve(&self) -> Option<(usize, HashValue)> { in resolve() argument 3231 fn probe_distance(mask: Size, hash: HashValue, current: usize) -> usize { in probe_distance()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | AccelTable.h | 142 uint32_t HashValue; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | AccelTable.h | 142 uint32_t HashValue; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | AccelTable.h | 142 uint32_t HashValue; member
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/hash/ |
H A D | hash_benchmark.cc | 76 void HashValue(absl::HashState state) const override { in HashValue() function in TypeErasedAbslHash::Wrapper
|
/aosp_15_r20/external/abseil-cpp/absl/hash/ |
H A D | hash_benchmark.cc | 76 void HashValue(absl::HashState state) const override { in HashValue() function in TypeErasedAbslHash::Wrapper
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/hash/ |
H A D | hash_benchmark.cc | 76 void HashValue(absl::HashState state) const override { in HashValue() function in TypeErasedAbslHash::Wrapper
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/hash/ |
D | hash_benchmark.cc | 70 void HashValue(absl::HashState state) const override { in HashValue() function in TypeErasedAbslHash::Wrapper
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/hash/ |
H A D | hash_benchmark.cc | 70 void HashValue(absl::HashState state) const override { in HashValue() function in TypeErasedAbslHash::Wrapper
|
/aosp_15_r20/external/rust/android-crates-io/crates/indexmap/src/map/core/ |
D | raw.rs | 51 pub(crate) fn entry(&mut self, hash: HashValue, key: K) -> Entry<'_, K, V> in entry()
|