4 references to MinMatch
System (4)
sys\System\IO\compression\FastEncoder.cs (2)
135
Debug.Assert(matchLen >= FastEncoderWindow.
MinMatch
&& matchLen <= FastEncoderWindow.MaxMatch, "Illegal currentMatch length!");
139
uint codeInfo = FastEncoderStatics.FastEncoderLiteralCodeInfo[(FastEncoderStatics.NumChars + 1 - FastEncoderWindow.
MinMatch
) + matchLen];
sys\System\IO\compression\FastEncoderWindow.cs (2)
205
if (matchLen <
MinMatch
) {
359
Debug.Assert(bestMatch <
MinMatch
|| matchPos < FastEncoderWindowSize, "Only find match inside FastEncoderWindowSize");