| /freebsd/contrib/llvm-project/libc/src/__support/HashTable/ |
| H A D | table.h | 88 struct HashTable { struct 101 // - HashTable argument 105 size_t left_align = alignof(HashTable) > alignof(ENTRY) ? alignof(HashTable) in table_alignment() argument 119 size_t header_size = sizeof(HashTable); in offset_to_groups() argument 123 LIBC_INLINE ENTRY &entry(size_t i) { in entry() 127 LIBC_INLINE const ENTRY &entry(size_t i) const { in entry() 131 LIBC_INLINE uint8_t &control(size_t i) { in control() 136 LIBC_INLINE const uint8_t &control(size_t i) const { in control() 144 LIBC_INLINE void set_ctrl(size_t index, uint8_t value) { in set_ctrl() 150 LIBC_INLINE size_t find(const char *key, uint64_t primary) { in find() [all …]
|
| /freebsd/contrib/bmake/ |
| H A D | hash.h | 90 typedef struct HashTable { struct 95 } HashTable; argument
|
| /freebsd/contrib/ofed/libibnetdisc/ |
| H A D | g_hash_table.cpp | 42 class HashTable { class 45 HashTable() { }; in HashTable() function in HashTable
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | StringMap.cpp | 97 unsigned *HashTable = getHashTable(TheTable, NumBuckets); in LookupBucketFor() local 156 unsigned *HashTable = getHashTable(TheTable, NumBuckets); in FindKey() local 235 unsigned *HashTable = getHashTable(TheTable, NumBuckets); in RehashTable() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | HashTable.h | 34 template <typename ValueT> class HashTable; variable 42 friend HashTable<ValueT>; variable 114 HashTable() { Buckets.resize(8); } in HashTable() function 115 explicit HashTable(uint32_t Capacity) { in HashTable() function
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | lz4_zfs.c | 482 HTYPE *HashTable = (HTYPE *) (srt->hashTable); in LZ4_compressCtx() local 672 U16 *HashTable = (U16 *) (srt->hashTable); in LZ4_compress64kCtx() local
|
| /freebsd/sys/cddl/contrib/opensolaris/common/lz4/ |
| H A D | lz4.c | 478 HTYPE *HashTable = (HTYPE *) (srt->hashTable); in LZ4_compressCtx() local 673 U16 *HashTable = (U16 *) (srt->hashTable); in LZ4_compress64kCtx() local
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | MultiOnDiskHashTable.h | 61 using HashTable = llvm::OnDiskIterableChainedHashTable<Info>; member
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | StringMap.h | 164 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1), in StringMap() local
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | llvm-readobj.cpp | 133 static bool HashTable; variable
|
| H A D | ELFDumper.cpp | 389 const Elf_Hash *HashTable = nullptr; member in __anonbcadc77c0111::ELFDumper
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | BlockFrequencyInfoImpl.cpp | 201 using HashTable = DenseMap<BlockNode::IndexType, Weight>; in combineWeightsByHashing() typedef
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | IdentifierTable.h | 667 HashTableTy HashTable; variable
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 910 llvm::Type *HashTable = llvm::ArrayType::get(IntPtrTy, CacheSize); in EmitTypeCheck() local
|