Home
last modified time | relevance | path

Searched defs:HashValue (Results 1 – 25 of 43) sorted by relevance

12

/aosp_15_r20/external/stg/
H A Dhashing.h32 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/
Dtable.rs55 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/
Dcore.rs46 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/
Dlib.rs119 struct HashValue(usize); struct
121 impl HashValue { impl
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.cpp153 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 Dhash_value.h57 explicit HashValue(HashValueTag tag) : tag_(tag) {} in HashValue() function
58 HashValue() : tag_(HASH_VALUE_SHA256) {} in HashValue() function
H A Dhash_value.cc44 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 DAccelTable.cpp250 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 DAccelTable.cpp253 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 Dknown_roots.h15 class HashValue; variable
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/hash/internal/
H A Dhash_test.h49 void HashValue(absl::HashState state) const { in HashValue() function
/aosp_15_r20/external/compiler-rt/lib/ubsan/
H A Dubsan_type_hash.h20 typedef uptr HashValue; typedef
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/hash/internal/
H A Dhash_test.h49 void HashValue(absl::HashState state) const { in HashValue() function
/aosp_15_r20/external/abseil-cpp/absl/hash/internal/
H A Dhash_test.h49 void HashValue(absl::HashState state) const { in HashValue() function
/aosp_15_r20/system/update_engine/payload_generator/
H A Dblock_mapping.cc35 size_t HashValue(const brillo::Blob& blob) { in HashValue() function
/aosp_15_r20/external/rust/android-crates-io/crates/http/src/header/
Dmap.rs253 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/
DAccelTable.h142 uint32_t HashValue; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DAccelTable.h142 uint32_t HashValue; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DAccelTable.h142 uint32_t HashValue; member
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/hash/
H A Dhash_benchmark.cc76 void HashValue(absl::HashState state) const override { in HashValue() function in TypeErasedAbslHash::Wrapper
/aosp_15_r20/external/abseil-cpp/absl/hash/
H A Dhash_benchmark.cc76 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 Dhash_benchmark.cc76 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/
Dhash_benchmark.cc70 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 Dhash_benchmark.cc70 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/
Draw.rs51 pub(crate) fn entry(&mut self, hash: HashValue, key: K) -> Entry<'_, K, V> in entry()

12