Searched refs:fixedHashSize (Results 1 – 4 of 4) sorted by relevance
/external/lzma/C/ |
D | LzFind.c | 207 p->fixedHashSize = 0; in MatchFinder_Create() 234 if (p->numHashBytes > 2) p->fixedHashSize += kHash2Size; in MatchFinder_Create() 235 if (p->numHashBytes > 3) p->fixedHashSize += kHash3Size; in MatchFinder_Create() 236 if (p->numHashBytes > 4) p->fixedHashSize += kHash4Size; in MatchFinder_Create() 237 hs += p->fixedHashSize; in MatchFinder_Create() 305 size_t numItems = p->fixedHashSize; in MatchFinder_Init_LowHash() 314 CLzRef *items = p->hash + p->fixedHashSize; in MatchFinder_Init_HighHash()
|
D | LzFindMt.c | 200 MatchFinder_Normalize3(subValue, mf->hash + mf->fixedHashSize, (size_t)mf->hashMask + 1); in HashThreadFunc() 212 …mt->GetHeadsFunc(mf->buffer, mf->pos, mf->hash + mf->fixedHashSize, mf->hashMask, heads + 2, num, … in HashThreadFunc() 555 p->fixedHashSize = mf->fixedHashSize; in MatchFinderMt_Init() 577 MatchFinder_Normalize3(p->lzPos - p->historySize - 1, p->hash, p->fixedHashSize); in MatchFinderMt_Normalize()
|
D | LzFindMt.h | 58 UInt32 fixedHashSize; member
|
D | LzFind.h | 45 UInt32 fixedHashSize; member
|