Searched defs:HashTable (Results 1 – 10 of 10) sorted by relevance
| /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 | 881 GifHashTableType *HashTable; in EGifCompressLine() local
|
| /external/libdrm/ |
| D | xf86drmHash.c | 110 typedef struct HashTable { struct 119 } HashTable, *HashTablePtr; argument
|
| /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/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/include/clang/Basic/ |
| D | IdentifierTable.h | 428 HashTableTy HashTable; variable
|
| /external/llvm/lib/Analysis/ |
| D | BlockFrequencyInfoImpl.cpp | 156 typedef DenseMap<BlockNode::IndexType, Weight> HashTable; in combineWeightsByHashing() typedef
|
| /external/v8/src/ |
| D | objects.cc | 13984 template class HashTable<StringTable, StringTableShape, HashTableKey*>; variable 13986 template class HashTable<CompilationCacheTable, variable 13990 template class HashTable<MapCache, MapCacheShape, HashTableKey*>; variable 13992 template class HashTable<ObjectHashTable, variable 13996 template class HashTable<WeakHashTable, WeakHashTableShape<2>, Handle<Object> >; variable
|
| /external/clang/lib/CodeGen/ |
| D | CGExpr.cpp | 611 llvm::Type *HashTable = llvm::ArrayType::get(IntPtrTy, CacheSize); in EmitTypeCheck() local
|