Lines Matching refs:kMatchMaxLen
324 UInt32[] _matchDistances = new UInt32[Base.kMatchMaxLen * 2 + 2];
377 _matchFinder.Create(_dictionarySize, kNumOpts, _numFastBytes, Base.kMatchMaxLen + 1);
440 Base.kMatchMaxLen - lenRes);
568 if (numAvailableBytes > Base.kMatchMaxLen)
569 numAvailableBytes = Base.kMatchMaxLen;
576 repLens[i] = _matchFinder.GetMatchLen(0 - 1, reps[i], Base.kMatchMaxLen);
1380 if (numFastBytes < 5 || numFastBytes > Base.kMatchMaxLen)