Searched defs:hashIndex (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/ |
D | GrTHashCache.h | 132 int hashIndex = hash2Index(key.getHash()); in find() local 199 int hashIndex = hash2Index(hash); in removeAt() local
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | Lookup.cpp | 37 int hashIndex = identifier->existingHash() & compactHashSizeMask; in createTable() local
|
/external/smack/src/org/jivesoftware/smack/util/collections/ |
D | AbstractHashedMap.java | 406 protected int hashIndex(int hashCode, int dataSize) { in hashIndex() method in AbstractHashedMap 459 protected void reuseEntry(HashEntry<K, V> entry, int hashIndex, int hashCode, K key, V value) { in reuseEntry() 480 protected void addMapping(int hashIndex, int hashCode, K key, V value) { in addMapping() 514 protected void addEntry(HashEntry<K, V> entry, int hashIndex) { in addEntry() 530 protected void removeMapping(HashEntry<K, V> entry, int hashIndex, HashEntry<K, V> previous) { in removeMapping() 548 protected void removeEntry(HashEntry<K, V> entry, int hashIndex, HashEntry<K, V> previous) { in removeEntry() 1090 protected int hashIndex; field in AbstractHashedMap.HashIterator
|
/external/skia/src/core/ |
D | SkPictureFlat.h | 500 int hashIndex = ChecksumToHashIndex(flat->checksum()); in findAndReturnFlat() local
|