Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dzip_util.c674 unsigned int hsh; in readCEN() local
718 hsh = entries[i].hash % tablelen; in readCEN()
721 int chain = table[hsh]; in readCEN()
738 entries[i].next = table[hsh]; in readCEN()
739 table[hsh] = i; in readCEN()
1157 unsigned int hsh = hash(name); in ZIP_GetEntry() local
1166 idx = zip->table[hsh % zip->tablelen]; in ZIP_GetEntry()
1193 if (zc->hash == hsh) { in ZIP_GetEntry()
1236 hsh = hash_append(hsh, '/'); in ZIP_GetEntry()
1237 idx = zip->table[hsh % zip->tablelen]; in ZIP_GetEntry()