Home
last modified time | relevance | path

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

/freebsd-src/contrib/bmake/
H A Dhash.h90 typedef struct HashTable { struct
96 } HashTable; global() typedef
[all...]
/freebsd-src/contrib/ofed/libibnetdisc/
H A Dg_hash_table.cpp42 class HashTable { class
45 HashTable() { }; in HashTable() function in HashTable
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DStringMap.cpp92 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 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-src/sys/contrib/openzfs/module/zfs/
H A Dlz4_zfs.c478 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 Dlz4.c478 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 DMultiOnDiskHashTable.h61 using HashTable = llvm::OnDiskIterableChainedHashTable<Info>; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMap.h147 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1), StringMap() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp130 static bool HashTable; global() variable
H A DELFDumper.cpp386 const Elf_Hash *HashTable = nullptr; global() member in __anon84b87b4e0111::ELFDumper
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h634 HashTableTy HashTable; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp201 using HashTable = DenseMap<BlockNode::IndexType, Weight>; in combineWeightsByHashing() typedef
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp837 llvm::Type *HashTable = llvm::ArrayType::get(IntPtrTy, CacheSize); EmitTypeCheck() local