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

/libcore/ojluni/src/main/native/
H A Dzip_util.c672 unsigned int hsh; local
716 hsh = entries[i].hash % tablelen;
719 int chain = table[hsh];
736 entries[i].next = table[hsh];
737 table[hsh] = i;
1155 unsigned int hsh = hash(name); local
1164 idx = zip->table[hsh % zip->tablelen];
1191 if (zc->hash == hsh) {
1234 hsh = hash_append(hsh, '/');
[all...]

Completed in 101 milliseconds