Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ofed/libibnetdisc/
H A Dg_hash_table.cpp42 class HashTable { class
45 HashTable() { }; in HashTable() function in HashTable
/freebsd-12.1/contrib/llvm/lib/Support/
H A DStringMap.cpp86 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in LookupBucketFor() local
140 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in FindKey() local
203 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in RehashTable() local
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h35 template <typename ValueT, typename TraitsT> class HashTable; variable
/freebsd-12.1/contrib/compiler-rt/lib/esan/
H A Desan_hashtable.h136 HashTable<KeyTy, DataTy, ExternalLock, HashFuncTy, EqualFuncTy>::HashTable( in HashTable() function
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dlz4.c471 HTYPE *HashTable = (HTYPE *) (srt->hashTable); in LZ4_compressCtx() local
666 U16 *HashTable = (U16 *) (srt->hashTable); in LZ4_compress64kCtx() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h62 using HashTable = llvm::OnDiskIterableChainedHashTable<Info>; member
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DIdentifierTable.h490 HashTableTy HashTable; variable
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DStringMap.h257 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1), in StringMap() local
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp180 cl::opt<bool> HashTable("hash-table", variable
H A DELFDumper.cpp221 const Elf_Hash *HashTable = nullptr; member in __anon4f80e6a10111::ELFDumper
3490 const Elf_Hash *HashTable = this->dumper()->getHashTable(); in printHashHistogram() local
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp180 using HashTable = DenseMap<BlockNode::IndexType, Weight>; in combineWeightsByHashing() typedef
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp814 llvm::Type *HashTable = llvm::ArrayType::get(IntPtrTy, CacheSize); in EmitTypeCheck() local