Home | History | Annotate | Download | only in minzip

Lines Matching refs:computeHash

136 static unsigned int computeHash(const char* name, int nameLen)
148 unsigned int itemHash = computeHash(pEntry->fileName, pEntry->fileNameLen);
508 unsigned int itemHash = computeHash(entryName, strlen(entryName));