Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/bmake/
HDhash.h90 typedef struct HashTable { struct
97 } HashTable; argument
/freebsd-13-stable/contrib/ofed/libibnetdisc/
HDg_hash_table.cpp42 class HashTable { class
45 HashTable() { }; in HashTable() function in HashTable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDStringMap.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-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDHashTable.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-13-stable/sys/cddl/contrib/opensolaris/common/lz4/
HDlz4.c478 HTYPE *HashTable = (HTYPE *) (srt->hashTable); in LZ4_compressCtx() local
673 U16 *HashTable = (U16 *) (srt->hashTable); in LZ4_compress64kCtx() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDMultiOnDiskHashTable.h61 using HashTable = llvm::OnDiskIterableChainedHashTable<Info>; member
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
HDlz4.c472 HTYPE *HashTable = (HTYPE *) (srt->hashTable); in LZ4_compressCtx() local
662 U16 *HashTable = (U16 *) (srt->hashTable); in LZ4_compress64kCtx() local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDStringMap.h163 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1), in StringMap() local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDIdentifierTable.h659 HashTableTy HashTable; variable
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDllvm-readobj.cpp131 static bool HashTable; variable
HDELFDumper.cpp388 const Elf_Hash *HashTable = nullptr; member in __anon3fe1dbd50111::ELFDumper
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDBlockFrequencyInfoImpl.cpp201 using HashTable = DenseMap<BlockNode::IndexType, Weight>; in combineWeightsByHashing() typedef
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExpr.cpp848 llvm::Type *HashTable = llvm::ArrayType::get(IntPtrTy, CacheSize); in EmitTypeCheck() local