Home
last modified time | relevance | path

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

12

/external/libdrm/
Dxf86drmHash.h38 typedef struct HashTable { struct
47 } HashTable, *HashTablePtr; argument
/external/giflib/
Dgif_hash.c39 GifHashTableType *HashTable; in _InitHashTable() local
54 void _ClearHashTable(GifHashTableType *HashTable) in _ClearHashTable()
63 void _InsertHashTable(GifHashTableType *HashTable, uint32_t Key, int Code) in _InsertHashTable()
86 int _ExistsHashTable(GifHashTableType *HashTable, uint32_t Key) in _ExistsHashTable()
Dgif_lib_private.h53 GifHashTableType *HashTable; member
Degif_lib.c888 GifHashTableType *HashTable; in EGifCompressLine() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DHashTable.h35 template <typename ValueT, typename TraitsT> class HashTable; variable
42 friend HashTable<ValueT, TraitsT>; variable
/external/llvm/lib/Support/
DStringMap.cpp80 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in LookupBucketFor() local
135 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in FindKey() local
200 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in RehashTable() local
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DStringMap.cpp81 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in LookupBucketFor() local
135 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in FindKey() local
198 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in RehashTable() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DStringMap.cpp86 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in LookupBucketFor() local
140 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in FindKey() local
203 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in RehashTable() local
/external/capstone/bindings/powershell/Capstone/
DCapstone.psm1394 $HashTable = @{ in Get-CapstoneDisassembly() variable
416 $HashTable = @{ in Get-CapstoneDisassembly() variable
/external/tensorflow/tensorflow/contrib/lookup/
Dlookup_ops.py288 class HashTable(InitializableLookupTableBaseV1): class
/external/tensorflow/tensorflow/core/kernels/
Dlookup_table_op.h172 HashTable(OpKernelContext* ctx, OpKernel* kernel) {} in HashTable() function
/external/clang/lib/Serialization/
DMultiOnDiskHashTable.h47 typedef llvm::OnDiskIterableChainedHashTable<Info> HashTable; typedef
/external/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp133 cl::opt<bool> HashTable("hash-table", variable
DELFDumper.cpp188 const Elf_Hash *HashTable = nullptr; member in __anon79be9f670111::ELFDumper
3065 const Elf_Hash *HashTable = this->dumper()->getHashTable(); in printHashHistogram() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringMap.h265 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1), in StringMap() local
/external/llvm/include/llvm/ADT/
DStringMap.h259 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1), in StringMap() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DStringMap.h257 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1), in StringMap() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp162 cl::opt<bool> HashTable("hash-table", variable
DELFDumper.cpp218 const Elf_Hash *HashTable = nullptr; member in __anond329e2bf0111::ELFDumper
3428 const Elf_Hash *HashTable = this->dumper()->getHashTable(); in printHashHistogram() local
/external/clang/include/clang/Basic/
DIdentifierTable.h450 HashTableTy HashTable; variable
/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp159 typedef DenseMap<BlockNode::IndexType, Weight> HashTable; in combineWeightsByHashing() typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp180 using HashTable = DenseMap<BlockNode::IndexType, Weight>; in combineWeightsByHashing() typedef
/external/bcc/src/python/bcc/
Dtable.py402 class HashTable(TableBase): class
/external/tensorflow/tensorflow/python/ops/
Dlookup_ops.py323 class HashTable(StaticHashTableV1): class
/external/lz4/lib/
Dlz4hc.c221 U32* const HashTable = hc4->hashTable; in LZ4HC_InsertAndGetWiderMatch() local

12