Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dzip_util.c684 unsigned int hsh; in readCEN() local
728 hsh = entries[i].hash % tablelen; in readCEN()
731 int chain = table[hsh]; in readCEN()
748 entries[i].next = table[hsh]; in readCEN()
749 table[hsh] = i; in readCEN()
1164 unsigned int hsh = hash(name); in ZIP_GetEntry() local
1173 idx = zip->table[hsh % zip->tablelen]; in ZIP_GetEntry()
1200 if (zc->hash == hsh) { in ZIP_GetEntry()
1243 hsh = hash_append(hsh, '/'); in ZIP_GetEntry()
1244 idx = zip->table[hsh % zip->tablelen]; in ZIP_GetEntry()