Lines Matching refs:lenEnd
625 int lenEnd = ((lenMain >= repLens[repMaxIndex]) ? lenMain : repLens[repMaxIndex]); in GetOptimum() local
627 if (lenEnd < 2) in GetOptimum()
640 int len = lenEnd; in GetOptimum()
700 if (cur == lenEnd) in GetOptimum()
862 while (lenEnd < offset) in GetOptimum()
863 _optimum[++lenEnd].Price = kIfinityPrice; in GetOptimum()
889 while (lenEnd < cur + lenTest) in GetOptimum()
890 _optimum[++lenEnd].Price = kIfinityPrice; in GetOptimum()
932 while (lenEnd < cur + offset) in GetOptimum()
933 _optimum[++lenEnd].Price = kIfinityPrice; in GetOptimum()
961 while (lenEnd < cur + newLen) in GetOptimum()
962 _optimum[++lenEnd].Price = kIfinityPrice; in GetOptimum()
1005 while (lenEnd < cur + offset) in GetOptimum()
1006 _optimum[++lenEnd].Price = kIfinityPrice; in GetOptimum()