Home
last modified time | relevance | path

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

/external/lzma/C/
DLzFindMt.c193 MatchFinder_Normalize3(subValue, mf->hash + mf->fixedHashSize, mf->hashMask + 1); in HashThreadFunc()
205 …mt->GetHeadsFunc(mf->buffer, mf->pos, mf->hash + mf->fixedHashSize, mf->hashMask, heads + 2, num, … in HashThreadFunc()
501 p->fixedHashSize = mf->fixedHashSize; in MatchFinderMt_Init()
523 MatchFinder_Normalize3(p->lzPos - p->historySize - 1, p->hash, p->fixedHashSize); in MatchFinderMt_Normalize()
DLzFind.c195 p->fixedHashSize = 0; in MatchFinder_Create()
217 if (p->numHashBytes > 2) p->fixedHashSize += kHash2Size; in MatchFinder_Create()
218 if (p->numHashBytes > 3) p->fixedHashSize += kHash3Size; in MatchFinder_Create()
219 if (p->numHashBytes > 4) p->fixedHashSize += kHash4Size; in MatchFinder_Create()
220 hs += p->fixedHashSize; in MatchFinder_Create()
DLzFindMt.h60 UInt32 fixedHashSize; member
DLzFind.h46 UInt32 fixedHashSize; member