Lines Matching full:hash
131 * Compute the hash code for a ZipEntry filename.
133 * Not expected to be compatible with any other hash function, so we init
138 unsigned int hash = 2;
141 hash = hash * 31 + *name++;
143 return hash;
183 * store it in a hash table.
383 /* Add to hash table; no need to lock here.
400 /* Add to hash table; no need to lock here.
670 * This is useful for calculating the hash of an entry's uncompressed contents.