Home
last modified time | relevance | path

Searched refs:MatchFinder_Normalize3 (Results 1 – 3 of 3) sorted by relevance

/external/lzma/C/
DLzFind.h78 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, size_t numItems);
DLzFindMt.c200 MatchFinder_Normalize3(subValue, mf->hash + mf->fixedHashSize, (size_t)mf->hashMask + 1); in HashThreadFunc()
440 MatchFinder_Normalize3(subValue, p->son, (size_t)p->cyclicBufferSize * 2); in BtFillBlock()
577 MatchFinder_Normalize3(p->lzPos - p->historySize - 1, p->hash, p->fixedHashSize); in MatchFinderMt_Normalize()
DLzFind.c350 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, size_t numItems) in MatchFinder_Normalize3() function
367 MatchFinder_Normalize3(subValue, p->hash, p->numRefs); in MatchFinder_Normalize()