Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bmake/
H A Dhash.h90 typedef struct HashTable { struct
97 } HashTable; argument
/freebsd-13.1/contrib/ofed/libibnetdisc/
H A Dg_hash_table.cpp42 class HashTable { class
45 HashTable() { }; in HashTable() function in HashTable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DStringMap.cpp82 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in LookupBucketFor() local
138 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in FindKey() local
202 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in RehashTable() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h34 template <typename ValueT> class HashTable; variable
115 HashTable() { Buckets.resize(8); } in HashTable() function
116 explicit HashTable(uint32_t Capacity) { in HashTable() function
/freebsd-13.1/sys/cddl/contrib/opensolaris/common/lz4/
H A Dlz4.c478 HTYPE *HashTable = (HTYPE *) (srt->hashTable); in LZ4_compressCtx() local
673 U16 *HashTable = (U16 *) (srt->hashTable); in LZ4_compress64kCtx() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h61 using HashTable = llvm::OnDiskIterableChainedHashTable<Info>; member
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dlz4.c472 HTYPE *HashTable = (HTYPE *) (srt->hashTable); in LZ4_compressCtx() local
662 U16 *HashTable = (U16 *) (srt->hashTable); in LZ4_compress64kCtx() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMap.h146 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1), in StringMap() local
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h500 HashTableTy HashTable; variable
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp121 static bool HashTable; variable
H A DELFDumper.cpp362 const Elf_Hash *HashTable = nullptr; member in __anon1456c5300111::ELFDumper
4587 void GNUELFDumper<ELFT>::printHashHistogram(const Elf_Hash &HashTable) { in printHashHistogram()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp201 using HashTable = DenseMap<BlockNode::IndexType, Weight>; in combineWeightsByHashing() typedef
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp846 llvm::Type *HashTable = llvm::ArrayType::get(IntPtrTy, CacheSize); in EmitTypeCheck() local