Searched refs:hash (Results 1 – 2 of 2) sorted by relevance
127 bool mzHashTableRemove(HashTable* pHashTable, unsigned int hash, void* item);
138 unsigned int hash = 2; in computeHash() local141 hash = hash * 31 + *name++; in computeHash()143 return hash; in computeHash()