Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dzip_util.c679 unsigned int hsh; in readCEN() local
723 hsh = entries[i].hash % tablelen; in readCEN()
726 int chain = table[hsh]; in readCEN()
743 entries[i].next = table[hsh]; in readCEN()
744 table[hsh] = i; in readCEN()
1190 unsigned int hsh = hashN(name, ulen); in ZIP_GetEntry2() local
1199 idx = zip->table[hsh % zip->tablelen]; in ZIP_GetEntry2()
1226 if (zc->hash == hsh) { in ZIP_GetEntry2()
1269 hsh = hash_append(hsh, '/'); in ZIP_GetEntry2()
1270 idx = zip->table[hsh % zip->tablelen]; in ZIP_GetEntry2()