Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/HashTable/
H A Dtable.h88 struct HashTable { struct
101 // - HashTable argument
105 size_t left_align = alignof(HashTable) > alignof(ENTRY) ? alignof(HashTable) in table_alignment() argument
119 size_t header_size = sizeof(HashTable); in offset_to_groups() argument
123 LIBC_INLINE ENTRY &entry(size_t i) { in entry()
127 LIBC_INLINE const ENTRY &entry(size_t i) const { in entry()
131 LIBC_INLINE uint8_t &control(size_t i) { in control()
136 LIBC_INLINE const uint8_t &control(size_t i) const { in control()
144 LIBC_INLINE void set_ctrl(size_t index, uint8_t value) { in set_ctrl()
150 LIBC_INLINE size_t find(const char *key, uint64_t primary) { in find()
[all …]
/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.h34 template <typename ValueT> class HashTable; variable
42 friend HashTable<ValueT>; variable
114 HashTable() { Buckets.resize(8); } in HashTable() function
115 explicit HashTable(uint32_t Capacity) { in HashTable() function
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dlz4_zfs.c482 HTYPE *HashTable = (HTYPE *) (srt->hashTable); in LZ4_compressCtx() local
672 U16 *HashTable = (U16 *) (srt->hashTable); in LZ4_compress64kCtx() local
/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/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.h164 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1), in StringMap() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp133 static bool HashTable; variable
H A DELFDumper.cpp389 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.h667 HashTableTy HashTable; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp910 llvm::Type *HashTable = llvm::ArrayType::get(IntPtrTy, CacheSize); in EmitTypeCheck() local