Home
last modified time | relevance | path

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

/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.c881 GifHashTableType *HashTable; in EGifCompressLine() local
/external/libdrm/
Dxf86drmHash.c110 typedef struct HashTable { struct
119 } HashTable, *HashTablePtr; argument
/external/llvm/lib/Support/
DStringMap.cpp66 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/
Dlz4hc.c133 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/
DIdentifierTable.h428 HashTableTy HashTable; variable
/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp156 typedef DenseMap<BlockNode::IndexType, Weight> HashTable; in combineWeightsByHashing() typedef
/external/v8/src/
Dobjects.cc13984 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/
DCGExpr.cpp611 llvm::Type *HashTable = llvm::ArrayType::get(IntPtrTy, CacheSize); in EmitTypeCheck() local