Home
last modified time | relevance | path

Searched refs:computeHash (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/minzip/
DZip.c136 static unsigned int computeHash(const char* name, int nameLen) in computeHash() function
148 unsigned int itemHash = computeHash(pEntry->fileName, pEntry->fileNameLen); in addEntryToHashTable()
508 unsigned int itemHash = computeHash(entryName, strlen(entryName)); in mzFindZipEntry()