Home
last modified time | relevance | path

Searched refs:hashStart (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBlobCache.java351 private void clearHash(int hashStart) { in clearHash() argument
353 mIndexBuffer.position(hashStart); in clearHash()
550 private boolean lookupInternal(long key, int hashStart) { in lookupInternal() argument
555 int offset = hashStart + slot * 12; in lookupInternal()
571 mIndexBuffer.putInt(hashStart + slot * 12 + 8, 0); in lookupInternal()