4 references to MaxMatch
System (4)
sys\System\IO\compression\FastEncoder.cs (1)
135
Debug.Assert(matchLen >= FastEncoderWindow.MinMatch && matchLen <= FastEncoderWindow.
MaxMatch
, "Illegal currentMatch length!");
sys\System\IO\compression\FastEncoderWindow.cs (3)
59
window = new byte[2 * FastEncoderWindowSize +
MaxMatch
+ 4];
60
prev = new ushort[FastEncoderWindowSize +
MaxMatch
];
329
for (j = 0; j <
MaxMatch
; j++) {