Home | History | Annotate | Download | only in LZMA

Lines Matching refs:lenMain

550 			UInt32 lenMain, numDistancePairs;

553 ReadMatchDistances(out lenMain, out numDistancePairs);
557 lenMain
588 if (lenMain >= _numFastBytes)
591 MovePos(lenMain - 1);
592 return lenMain;
598 if (lenMain < 2 && currentByte != matchByte && repLens[repMaxIndex] < 2)
625 UInt32 lenEnd = ((lenMain >= repLens[repMaxIndex]) ? lenMain : repLens[repMaxIndex]);
669 if (len <= lenMain)