Home
last modified time | relevance | path

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

/external/lzma/C/
DLzFind.h71 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems);
DLzFindMt.c195 MatchFinder_Normalize3(subValue, mf->hash + mf->fixedHashSize, mf->hashMask + 1); in HashThreadFunc()
396 MatchFinder_Normalize3(subValue, p->son, p->cyclicBufferSize * 2); in BtFillBlock()
524 MatchFinder_Normalize3(p->lzPos - p->historySize - 1, p->hash, p->fixedHashSize); in MatchFinderMt_Normalize()
DLzFind.c292 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems) in MatchFinder_Normalize3() function
309 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons); in MatchFinder_Normalize()