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