Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/recovery/minzip/
H A DHash.c153 int hashValue = pHashTable->pEntries[i].hashValue; in resizeHash() local
157 newIdx = hashValue & (newSize - 1); in resizeHash()
161 pNewEntries[newIdx].hashValue = hashValue; in resizeHash()
196 pEntry->hashValue == itemHash && in mzHashTableLookup()
215 pEntry->hashValue = itemHash; in mzHashTableLookup()
330 pEntry->hashValue == itemHash && in countProbes()
H A DHash.h49 unsigned int hashValue; member
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/
H A DHash.c152 int hashValue = pHashTable->pEntries[i].hashValue; in resizeHash() local
156 newIdx = hashValue & (newSize-1); in resizeHash()
160 pNewEntries[newIdx].hashValue = hashValue; in resizeHash()
195 pEntry->hashValue == itemHash && in mzHashTableLookup()
215 pEntry->hashValue = itemHash; in mzHashTableLookup()
331 pEntry->hashValue == itemHash && in countProbes()
H A DHash.h50 unsigned int hashValue; member