Home | History | Annotate | Download | only in utils

Lines Matching full:hash

47  * and load a hash table with pointers to the filenames (which aren't
56 * of the string length into the hash table entry.
95 * that further by returning the Nth non-empty entry in the hash table
185 /* add a new entry to the hash table */
186 void addToHash(const char* str, int strLen, unsigned int hash);
188 /* compute string hash code */
191 /* convert a ZipEntryRO back to a hash table index */
195 * One entry in the hash table.
200 //unsigned int hash;
214 * fixed-size hash table. We probe for an empty slot.