2 references to ExtraDistanceBits
System (2)
sys\System\IO\compression\FastEncoderStatics.cs (2)
199for (int n = 0; n < (1 << FastEncoderStatics.ExtraDistanceBits[code]); n++) 206for (int n = 0; n < (1 << (FastEncoderStatics.ExtraDistanceBits[code] - 7)); n++)