4 references to FastEncoderHashtableSize
System (4)
sys\System\IO\compression\FastEncoderWindow.cs (4)
15
const int FastEncoderHashMask =
FastEncoderHashtableSize
-1;
61
lookup = new ushort[
FastEncoderHashtableSize
];
89
for (i = 0; i <
FastEncoderHashtableSize
; i++) {
366
for (int i = 0; i <
FastEncoderHashtableSize
; i++) {