Home
last modified time | relevance | path

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

/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/chromium_org/third_party/WebKit/Source/wtf/
DHashTable.h93 class HashTable; variable
115 friend class HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits, Allocator>; variable
216 friend class HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits, Allocator>; variable
/external/chromium_org/base/
Did_map.h39 typedef base::hash_map<KeyType, T*> HashTable; typedef
/external/giflib/
Dgif_lib_private.h53 GifHashTableType *HashTable; member
/external/clang/include/clang/Basic/
DIdentifierTable.h420 HashTableTy HashTable; variable
/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp165 typedef DenseMap<BlockNode::IndexType, Weight> HashTable; in combineWeightsByHashing() typedef
/external/clang/lib/CodeGen/
DCGExpr.cpp561 llvm::Type *HashTable = llvm::ArrayType::get(IntPtrTy, CacheSize); in EmitTypeCheck() local
/external/chromium_org/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