Searched refs:MatchFinder_Normalize3 (Results 1 – 3 of 3) sorted by relevance
/external/lzma/C/ |
D | LzFind.h | 78 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, size_t numItems);
|
D | LzFindMt.c | 200 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()
|
D | LzFind.c | 350 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()
|