Searched refs:MatchFinder_Normalize3 (Results 1 - 11 of 11) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/C/Compress/Lz/
H A DMatchFinder.h68 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems);
H A DMatchFinderMt.c202 MatchFinder_Normalize3(subValue, mf->hash + mf->fixedHashSize, mf->hashMask + 1);
409 MatchFinder_Normalize3(subValue, p->son, p->cyclicBufferSize * 2);
536 MatchFinder_Normalize3(p->lzPos - p->historySize - 1, p->hash, p->fixedHashSize);
H A DMatchFinder.c271 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems) function
288 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/C/Compress/Lz/
H A DMatchFinder.h68 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems);
H A DMatchFinderMt.c202 MatchFinder_Normalize3(subValue, mf->hash + mf->fixedHashSize, mf->hashMask + 1);
409 MatchFinder_Normalize3(subValue, p->son, p->cyclicBufferSize * 2);
536 MatchFinder_Normalize3(p->lzPos - p->historySize - 1, p->hash, p->fixedHashSize);
H A DMatchFinder.c271 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems) function
288 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/C/Compress/Lz/
H A DMatchFinder.h68 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems);
H A DMatchFinderMt.c202 MatchFinder_Normalize3(subValue, mf->hash + mf->fixedHashSize, mf->hashMask + 1);
409 MatchFinder_Normalize3(subValue, p->son, p->cyclicBufferSize * 2);
536 MatchFinder_Normalize3(p->lzPos - p->historySize - 1, p->hash, p->fixedHashSize);
H A DMatchFinder.c271 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems) function
288 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/tools/misc/lzma_src/C/
H A DLzFind.h69 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems);
H A DLzFind.c280 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems) function
297 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons);

Completed in 85 milliseconds