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

/external/lzma/C/
H A DLzFindMt.h58 UInt32 fixedHashSize; member in struct:_CMatchFinderMt
H A DLzFind.h44 UInt32 fixedHashSize; member in struct:_CMatchFinder
H A DLzFind.c197 p->fixedHashSize = 0;
219 if (p->numHashBytes > 2) p->fixedHashSize += kHash2Size;
220 if (p->numHashBytes > 3) p->fixedHashSize += kHash3Size;
221 if (p->numHashBytes > 4) p->fixedHashSize += kHash4Size;
222 hs += p->fixedHashSize;
H A DLzFindMt.c195 MatchFinder_Normalize3(subValue, mf->hash + mf->fixedHashSize, mf->hashMask + 1);
207 mt->GetHeadsFunc(mf->buffer, mf->pos, mf->hash + mf->fixedHashSize, mf->hashMask, heads + 2, num, mf->crc);
502 p->fixedHashSize = mf->fixedHashSize;
524 MatchFinder_Normalize3(p->lzPos - p->historySize - 1, p->hash, p->fixedHashSize);

Completed in 127 milliseconds