Lines Matching refs:repLens
536 UInt32[] repLens = new UInt32[Base.kNumRepDistances];
576 repLens[i] = _matchFinder.GetMatchLen(0 - 1, reps[i], Base.kMatchMaxLen);
577 if (repLens[i] > repLens[repMaxIndex])
580 if (repLens[repMaxIndex] >= _numFastBytes)
583 UInt32 lenRes = repLens[repMaxIndex];
598 if (lenMain < 2 && currentByte != matchByte && repLens[repMaxIndex] < 2)
625 UInt32 lenEnd = ((lenMain >= repLens[repMaxIndex]) ? lenMain : repLens[repMaxIndex]);
647 UInt32 repLen = repLens[i];
668 len = ((repLens[0] >= 2) ? repLens[0] + 1 : 2);