Home
last modified time | relevance | path

Searched defs:HashTable (Results 1 – 25 of 68) sorted by relevance

123

/aosp_15_r20/external/llvm-libc/src/__support/HashTable/
H A Dtable.h89 struct HashTable { struct
102 // - HashTable argument
106 size_t left_align = alignof(HashTable) > alignof(ENTRY) ? alignof(HashTable) in table_alignment() argument
120 size_t header_size = sizeof(HashTable); in offset_to_groups() argument
124 LIBC_INLINE ENTRY &entry(size_t i) { in entry()
128 LIBC_INLINE const ENTRY &entry(size_t i) const { in entry()
132 LIBC_INLINE uint8_t &control(size_t i) { in control()
137 LIBC_INLINE const uint8_t &control(size_t i) const { in control()
145 LIBC_INLINE void set_ctrl(size_t index, uint8_t value) { in set_ctrl()
151 LIBC_INLINE size_t find(const char *key, uint64_t primary) { in find()
[all …]
/aosp_15_r20/external/libdrm/
H A Dxf86drmHash.h38 typedef struct HashTable { struct
47 } HashTable, *HashTablePtr; argument
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/os/i915/include/
H A Dxf86drmHash.h39 typedef struct HashTable { struct
48 } HashTable, *HashTablePtr; argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/src/
H A Dtable.rs45 pub struct HashTable<T, A = Global> struct
52 impl<T> HashTable<T, Global> { impl
92 impl<T, A> HashTable<T, A> impl
1018 impl<T, A> IntoIterator for HashTable<T, A> implementation
1032 impl<'a, T, A> IntoIterator for &'a HashTable<T, A> implementation
1044 impl<'a, T, A> IntoIterator for &'a mut HashTable<T, A> implementation
1056 impl<T, A> Default for HashTable<T, A> implementation
1067 impl<T, A> Clone for HashTable<T, A> implementation
1079 impl<T, A> fmt::Debug for HashTable<T, A> implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/src/
H A Dtable.rs45 pub struct HashTable<T, A = Global> struct
52 impl<T> HashTable<T, Global> { impl
92 impl<T, A> HashTable<T, A> implementation
1018 impl<T, A> IntoIterator for HashTable<T, A> implementation
1032 impl<'a, T, A> IntoIterator for &'a HashTable<T, A> implementation
1044 impl<'a, T, A> IntoIterator for &'a mut HashTable<T, A> implementation
1056 impl<T, A> Default for HashTable<T, A> implementation
1067 impl<T, A> Clone for HashTable<T, A> implementation
1079 impl<T, A> fmt::Debug for HashTable<T, A> implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/src/
H A Dtable.rs45 pub struct HashTable<T, A = Global> struct
52 impl<T> HashTable<T, Global> { implementation
92 impl<T, A> HashTable<T, A> implementation
1018 impl<T, A> IntoIterator for HashTable<T, A> implementation
1032 impl<'a, T, A> IntoIterator for &'a HashTable<T, A> implementation
1044 impl<'a, T, A> IntoIterator for &'a mut HashTable<T, A> implementation
1056 impl<T, A> Default for HashTable<T, A> implementation
1067 impl<T, A> Clone for HashTable<T, A> implementation
1079 impl<T, A> fmt::Debug for HashTable<T, A> implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/src/
H A Dtable.rs45 pub struct HashTable<T, A = Global> struct
52 impl<T> HashTable<T, Global> { impl
92 impl<T, A> HashTable<T, A> impl
1018 impl<T, A> IntoIterator for HashTable<T, A> implementation
1032 impl<'a, T, A> IntoIterator for &'a HashTable<T, A> implementation
1044 impl<'a, T, A> IntoIterator for &'a mut HashTable<T, A> implementation
1056 impl<T, A> Default for HashTable<T, A> implementation
1067 impl<T, A> Clone for HashTable<T, A> implementation
1079 impl<T, A> fmt::Debug for HashTable<T, A> implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/hashbrown/src/
H A Dtable.rs45 pub struct HashTable<T, A = Global> struct
52 impl<T> HashTable<T, Global> { implementation
92 impl<T, A> HashTable<T, A> impl
1018 impl<T, A> IntoIterator for HashTable<T, A> implementation
1032 impl<'a, T, A> IntoIterator for &'a HashTable<T, A> implementation
1044 impl<'a, T, A> IntoIterator for &'a mut HashTable<T, A> implementation
1056 impl<T, A> Default for HashTable<T, A> implementation
1067 impl<T, A> Clone for HashTable<T, A> implementation
1079 impl<T, A> fmt::Debug for HashTable<T, A> implementation
/aosp_15_r20/external/giflib/
H A Dgif_hash.c38 GifHashTableType *HashTable; in _InitHashTable() local
54 void _ClearHashTable(GifHashTableType *HashTable) { in _ClearHashTable()
62 void _InsertHashTable(GifHashTableType *HashTable, uint32_t Key, int Code) { in _InsertHashTable()
84 int _ExistsHashTable(GifHashTableType *HashTable, uint32_t Key) { in _ExistsHashTable()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/rayon/
H A Dtable.rs162 impl<T: Send, A: Allocator> HashTable<T, A> { impl
173 impl<T: Send, A: Allocator + Send> IntoParallelIterator for HashTable<T, A> { implementation
185 impl<'a, T: Sync, A: Allocator> IntoParallelIterator for &'a HashTable<T, A> { implementation
198 impl<'a, T: Send, A: Allocator> IntoParallelIterator for &'a mut HashTable<T, A> { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/rayon/
H A Dtable.rs162 impl<T: Send, A: Allocator> HashTable<T, A> { impl
173 impl<T: Send, A: Allocator + Send> IntoParallelIterator for HashTable<T, A> { implementation
185 impl<'a, T: Sync, A: Allocator> IntoParallelIterator for &'a HashTable<T, A> { implementation
198 impl<'a, T: Send, A: Allocator> IntoParallelIterator for &'a mut HashTable<T, A> { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/rayon/
H A Dtable.rs162 impl<T: Send, A: Allocator> HashTable<T, A> { impl
173 impl<T: Send, A: Allocator + Send> IntoParallelIterator for HashTable<T, A> { implementation
185 impl<'a, T: Sync, A: Allocator> IntoParallelIterator for &'a HashTable<T, A> { implementation
198 impl<'a, T: Send, A: Allocator> IntoParallelIterator for &'a mut HashTable<T, A> { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/rayon/
H A Dtable.rs162 impl<T: Send, A: Allocator> HashTable<T, A> { implementation
173 impl<T: Send, A: Allocator + Send> IntoParallelIterator for HashTable<T, A> { implementation
185 impl<'a, T: Sync, A: Allocator> IntoParallelIterator for &'a HashTable<T, A> { implementation
198 impl<'a, T: Send, A: Allocator> IntoParallelIterator for &'a mut HashTable<T, A> { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/rayon/
H A Dtable.rs162 impl<T: Send, A: Allocator> HashTable<T, A> { impl
173 impl<T: Send, A: Allocator + Send> IntoParallelIterator for HashTable<T, A> { implementation
185 impl<'a, T: Sync, A: Allocator> IntoParallelIterator for &'a HashTable<T, A> { implementation
198 impl<'a, T: Send, A: Allocator> IntoParallelIterator for &'a mut HashTable<T, A> { implementation
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h31 template <typename ValueT> class HashTable; variable
39 friend HashTable<ValueT>; variable
111 HashTable() { Buckets.resize(8); } in HashTable() function
112 explicit HashTable(uint32_t Capacity) { in HashTable() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/PDB/Native/
DHashTable.h31 template <typename ValueT> class HashTable; variable
39 friend HashTable<ValueT>; variable
111 HashTable() { Buckets.resize(8); } in HashTable() function
112 explicit HashTable(uint32_t Capacity) { in HashTable() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h34 template <typename ValueT> class HashTable; variable
41 friend HashTable<ValueT>; variable
115 HashTable() { Buckets.resize(8); } in HashTable() function
116 explicit HashTable(uint32_t Capacity) { in HashTable() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/PDB/Native/
DHashTable.h31 template <typename ValueT> class HashTable; variable
39 friend HashTable<ValueT>; variable
111 HashTable() { Buckets.resize(8); } in HashTable() function
112 explicit HashTable(uint32_t Capacity) { in HashTable() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/PDB/Native/
DHashTable.h31 template <typename ValueT> class HashTable; variable
39 friend HashTable<ValueT>; variable
111 HashTable() { Buckets.resize(8); } in HashTable() function
112 explicit HashTable(uint32_t Capacity) { in HashTable() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/PDB/Native/
DHashTable.h31 template <typename ValueT> class HashTable; variable
39 friend HashTable<ValueT>; variable
111 HashTable() { Buckets.resize(8); } in HashTable() function
112 explicit HashTable(uint32_t Capacity) { in HashTable() function
/aosp_15_r20/external/rust/android-crates-io/crates/parking_lot_core/src/
Dparking_lot.rs57 struct HashTable { struct
65 _prev: *const HashTable, argument
68 impl HashTable { implementation
70 fn new(num_threads: usize, prev: *const HashTable) -> Box<HashTable> { in new()
325 unsafe fn rehash_bucket_into(bucket: &'static Bucket, table: &mut HashTable) { in rehash_bucket_into()
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DStringMap.cpp81 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in LookupBucketFor() local
135 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in FindKey() local
198 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in RehashTable() local
/aosp_15_r20/external/llvm/lib/Support/
H A DStringMap.cpp80 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in LookupBucketFor() local
135 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in FindKey() local
200 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in RehashTable() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DStringMap.cpp85 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in LookupBucketFor() local
139 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in FindKey() local
202 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in RehashTable() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DStringMap.cpp89 unsigned *HashTable = getHashTable(TheTable, NumBuckets); in LookupBucketFor() local
144 unsigned *HashTable = getHashTable(TheTable, NumBuckets); in FindKey() local
223 unsigned *HashTable = getHashTable(TheTable, NumBuckets); in RehashTable() local

123