/freebsd-src/contrib/bmake/ |
H A D | hash.h | 90 typedef struct HashTable { struct 96 } HashTable; global() typedef [all...] |
/freebsd-src/contrib/ofed/libibnetdisc/ |
H A D | g_hash_table.cpp | 42 class HashTable { class 45 HashTable() { }; in HashTable() function in HashTable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | StringMap.cpp | 92 unsigned *HashTable = getHashTable(TheTable, NumBuckets); LookupBucketFor() local 149 unsigned *HashTable = getHashTable(TheTable, NumBuckets); FindKey() local 228 unsigned *HashTable = getHashTable(TheTable, NumBuckets); RehashTable() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | HashTable.h | 31 template <typename ValueT> class HashTable; variable 111 HashTable() { Buckets.resize(8); } in HashTable() function 112 explicit HashTable(uint32_t Capacity) { in HashTable() function
|
/freebsd-src/sys/contrib/openzfs/module/zfs/ |
H A D | lz4_zfs.c | 478 HTYPE *HashTable = (HTYPE *) (srt->hashTable); LZ4_compressCtx() local 668 U16 *HashTable = (U16 *) (srt->hashTable); LZ4_compress64kCtx() local [all...] |
/freebsd-src/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-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | MultiOnDiskHashTable.h | 61 using HashTable = llvm::OnDiskIterableChainedHashTable<Info>; member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringMap.h | 147 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1), StringMap() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | llvm-readobj.cpp | 130 static bool HashTable; global() variable
|
H A D | ELFDumper.cpp | 386 const Elf_Hash *HashTable = nullptr; global() member in __anon84b87b4e0111::ELFDumper [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | IdentifierTable.h | 634 HashTableTy HashTable; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | BlockFrequencyInfoImpl.cpp | 201 using HashTable = DenseMap<BlockNode::IndexType, Weight>; in combineWeightsByHashing() typedef
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 837 llvm::Type *HashTable = llvm::ArrayType::get(IntPtrTy, CacheSize); EmitTypeCheck() local
|