Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/lzma/
H A DLzFind.c189 p->fixedHashSize = 0; in MatchFinder_Create()
212 if (p->numHashBytes > 2) p->fixedHashSize += kHash2Size; in MatchFinder_Create()
213 if (p->numHashBytes > 3) p->fixedHashSize += kHash3Size; in MatchFinder_Create()
214 if (p->numHashBytes > 4) p->fixedHashSize += kHash4Size; in MatchFinder_Create()
215 hs += p->fixedHashSize; in MatchFinder_Create()
H A DLzFind.h42 UInt32 fixedHashSize; member