Searched defs:HashTable (Results 1 – 14 of 14) sorted by relevance
/external/libdrm/ |
D | xf86drmHash.h | 38 typedef struct HashTable { struct 47 } HashTable, *HashTablePtr; argument
|
/external/giflib/ |
D | gif_hash.c | 39 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()
|
D | gif_lib_private.h | 53 GifHashTableType *HashTable; member
|
D | egif_lib.c | 888 GifHashTableType *HashTable; in EGifCompressLine() local
|
/external/llvm/lib/Support/ |
D | StringMap.cpp | 66 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in LookupBucketFor() local 121 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in FindKey() local 186 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in RehashTable() local
|
/external/libchrome/base/ |
D | id_map.h | 43 typedef base::hash_map<KeyType, T*> HashTable; typedef
|
/external/lz4/lib/ |
D | lz4hc.c | 133 U32* HashTable = hc4->hashTable; in LZ4HC_Insert() local 158 U32* const HashTable = hc4->hashTable; in LZ4HC_InsertAndFindBestMatch() local 217 U32* const HashTable = hc4->hashTable; in LZ4HC_InsertAndGetWiderMatch() local
|
/external/clang/lib/Serialization/ |
D | MultiOnDiskHashTable.h | 47 typedef llvm::OnDiskIterableChainedHashTable<Info> HashTable; typedef
|
/external/llvm/tools/llvm-readobj/ |
D | llvm-readobj.cpp | 132 cl::opt<bool> HashTable("hash-table", variable
|
D | ELFDumper.cpp | 137 const Elf_Hash *HashTable = nullptr; member in __anona8d7c19f0111::ELFDumper
|
/external/clang/include/clang/Basic/ |
D | IdentifierTable.h | 435 HashTableTy HashTable; variable
|
/external/llvm/lib/Analysis/ |
D | BlockFrequencyInfoImpl.cpp | 156 typedef DenseMap<BlockNode::IndexType, Weight> HashTable; in combineWeightsByHashing() typedef
|
/external/clang/lib/CodeGen/ |
D | CGExpr.cpp | 629 llvm::Type *HashTable = llvm::ArrayType::get(IntPtrTy, CacheSize); in EmitTypeCheck() local
|
/external/v8/src/ |
D | objects.cc | 16433 template class HashTable<StringTable, StringTableShape, HashTableKey*>; variable 16435 template class HashTable<CompilationCacheTable, variable 16439 template class HashTable<ObjectHashTable, variable 16443 template class HashTable<WeakHashTable, WeakHashTableShape<2>, Handle<Object> >; variable
|