Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dhash.h90 typedef struct HashTable { struct
95 } HashTable; argument
/freebsd/contrib/ofed/libibnetdisc/
H A Dg_hash_table.cpp42 class HashTable { class
45 HashTable() { }; in HashTable() function in HashTable
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DStringMap.cpp97 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 DHashTable.h31 template <typename ValueT> class HashTable; variable
111 HashTable() { Buckets.resize(8); } in HashTable() function
112 explicit HashTable(uint32_t Capacity) { in HashTable() function
/freebsd/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/sys/contrib/openzfs/module/zfs/
H A Dlz4_zfs.c481 HTYPE *HashTable = (HTYPE *) (srt->hashTable); in LZ4_compressCtx() local
671 U16 *HashTable = (U16 *) (srt->hashTable); in LZ4_compress64kCtx() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h61 using HashTable = llvm::OnDiskIterableChainedHashTable<Info>; member
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMap.h163 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1), in StringMap() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp131 static bool HashTable; variable
H A DELFDumper.cpp388 const Elf_Hash *HashTable = nullptr; member in __anonbcadc77c0111::ELFDumper
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp201 using HashTable = DenseMap<BlockNode::IndexType, Weight>; in combineWeightsByHashing() typedef
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h659 HashTableTy HashTable; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp848 llvm::Type *HashTable = llvm::ArrayType::get(IntPtrTy, CacheSize); in EmitTypeCheck() local