HomeSort by relevance Sort by last modified time
    Searched refs:hashIndex (Results 1 - 7 of 7) sorted by null

  /external/skia/gpu/include/
GrTHashCache.h 119 int hashIndex = hash2Index(key.getHash());
120 T* elem = fHash[hashIndex];
130 fHash[hashIndex] = elem;
172 int hashIndex = hash2Index(hash);
173 if (fHash[hashIndex] == fSorted[elemIndex]) {
174 fHash[hashIndex] = NULL;
205 unsigned hashIndex = hash2Index(Key::GetHash(*fHash[i]));
206 GrAssert(hashIndex == i);
GrTextureCache.h 66 int hashIndex() const { return fHashIndex; }
  /external/webkit/Source/JavaScriptCore/runtime/
Lookup.cpp 37 int hashIndex = identifier->existingHash() & compactHashSizeMask;
38 HashEntry* entry = &entries[hashIndex];
  /libcore/luni/src/main/java/javax/xml/validation/
SchemaFactoryFinder.java 356 int hashIndex = factoryClassName.indexOf('#');
357 if (hashIndex != -1) {
358 factoryClassName = factoryClassName.substring(0, hashIndex);
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 290 int hashIndex = factoryClassName.indexOf('#');
291 if (hashIndex != -1) {
292 factoryClassName = factoryClassName.substring(0, hashIndex);
  /external/skia/gpu/src/
GrTextureCache.cpp 136 uint32_t getHash() const { return fKey.hashIndex(); }
146 return entry.key().hashIndex();
  /libcore/luni/src/main/java/java/util/concurrent/
Exchanger.java 310 int index = hashIndex(); // Index of current slot
372 private final int hashIndex() {

Completed in 297 milliseconds