Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/make/
H A Dhash.h90 typedef struct HashTable { struct
95 } HashTable; argument
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dlz4.c470 HTYPE *HashTable = (HTYPE *) (srt->hashTable); in LZ4_compressCtx() local
665 U16 *HashTable = (U16 *) (srt->hashTable); in LZ4_compress64kCtx() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h61 using HashTable = llvm::OnDiskIterableChainedHashTable<Info>; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DStringMap.h146 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1), in StringMap() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp217 cl::opt<bool> HashTable("hash-table", variable
H A DELFDumper.cpp348 const Elf_Hash *HashTable = nullptr; member in __anond60e1ac70111::ELFDumper
4571 void GNUELFDumper<ELFT>::printHashHistogram(const Elf_Hash &HashTable) { in printHashHistogram()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DIdentifierTable.h500 HashTableTy HashTable; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp187 using HashTable = DenseMap<BlockNode::IndexType, Weight>; in combineWeightsByHashing() typedef
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp846 llvm::Type *HashTable = llvm::ArrayType::get(IntPtrTy, CacheSize); in EmitTypeCheck() local