Home
last modified time | relevance | path

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

/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/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/libchrome/base/
Did_map.h43 typedef base::hash_map<KeyType, T*> HashTable; typedef
/external/clang/lib/Serialization/
DMultiOnDiskHashTable.h47 typedef llvm::OnDiskIterableChainedHashTable<Info> HashTable; typedef
/external/lz4/lib/
Dlz4opt.h89 U32* const HashTable = ctx->hashTable; in LZ4HC_BinTree_InsertAndGetAllMatches() local
Dlz4hc.c138 U32* const HashTable = hc4->hashTable; in LZ4HC_InsertAndFindBestMatch() local
191 U32* const HashTable = hc4->hashTable; in LZ4HC_InsertAndGetWiderMatch() local
/external/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp133 cl::opt<bool> HashTable("hash-table", variable
DELFDumper.cpp188 const Elf_Hash *HashTable = nullptr; member in __anona2de969d0111::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/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/clang/lib/CodeGen/
DCGExpr.cpp654 llvm::Type *HashTable = llvm::ArrayType::get(IntPtrTy, CacheSize); in EmitTypeCheck() local
/external/v8/src/
Dobjects.cc16550 template class HashTable<StringTable, StringTableShape, HashTableKey*>; variable
16552 template class HashTable<CompilationCacheTable, variable
16556 template class HashTable<ObjectHashTable, variable
16560 template class HashTable<WeakHashTable, WeakHashTableShape<2>, Handle<Object> >; variable