Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/zip/
DZipCoder.java132 int hsh = name.hashCode(); in hash() local
DZipFile.java1284 int hsh = (hash & 0x7fffffff) % tablelen; in checkAndAddEntry() local
1770 int hsh = ZipCoder.hash(name); in getEntryPos() local
/libcore/ojluni/src/main/native/
Dzip_util.c724 unsigned int hsh; in readCEN() local
1273 unsigned int hsh = hashN(name, ulen); in ZIP_GetEntry2() local