Home
last modified time | relevance | path

Searched defs:hashIndex (Results 1 – 3 of 3) sorted by relevance

/external/skia/gpu/include/
DGrTHashCache.h119 int hashIndex = hash2Index(key.getHash()); in find() local
172 int hashIndex = hash2Index(hash); in removeAt() local
205 unsigned hashIndex = hash2Index(Key::GetHash(*fHash[i])); in validate() local
DGrTextureCache.h66 int hashIndex() const { return fHashIndex; } in hashIndex() function
/external/webkit/Source/JavaScriptCore/runtime/
DLookup.cpp37 int hashIndex = identifier->existingHash() & compactHashSizeMask; in createTable() local