Lines Matching refs:_numFastBytes
326 UInt32 _numFastBytes = kNumFastBytesDefault;
375 if (_dictionarySize == _dictionarySizePrev && _numFastBytesPrev == _numFastBytes)
377 _matchFinder.Create(_dictionarySize, kNumOpts, _numFastBytes, Base.kMatchMaxLen + 1);
379 _numFastBytesPrev = _numFastBytes;
438 if (lenRes == _numFastBytes)
580 if (repLens[repMaxIndex] >= _numFastBytes)
588 if (lenMain >= _numFastBytes)
704 if (newLen >= _numFastBytes)
845 if (numAvailableBytes > _numFastBytes)
846 numAvailableBytes = _numFastBytes;
850 UInt32 t = Math.Min(numAvailableBytesFull - 1, _numFastBytes);
910 UInt32 t = Math.Min(numAvailableBytesFull - 1 - lenTest, _numFastBytes);
985 UInt32 t = Math.Min(numAvailableBytesFull - 1 - lenTest, _numFastBytes);
1264 _lenEncoder.SetTableSize(_numFastBytes + 1 - Base.kMatchMinLen);
1266 _repMatchLenEncoder.SetTableSize(_numFastBytes + 1 - Base.kMatchMinLen);
1382 _numFastBytes = (UInt32)numFastBytes;