Lines Matching refs:lenEnd
986 UInt32 lenEnd, cur; in GetOptimum() local
1093 lenEnd = ((mainLen >= repLens[repMaxIndex]) ? mainLen : repLens[repMaxIndex]); in GetOptimum()
1095 if (lenEnd < 2) in GetOptimum()
1105 len = lenEnd; in GetOptimum()
1179 for (i = cur; i <= lenEnd; i++) in GetOptimum()
1198 if (cur == lenEnd) in GetOptimum()
1354 while (lenEnd < offset) in GetOptimum()
1355 p->opt[++lenEnd].price = kInfinityPrice; in GetOptimum()
1382 while (lenEnd < cur + lenTest) in GetOptimum()
1383 p->opt[++lenEnd].price = kInfinityPrice; in GetOptimum()
1433 while (lenEnd < offset) in GetOptimum()
1434 p->opt[++lenEnd].price = kInfinityPrice; in GetOptimum()
1465 while (lenEnd < cur + newLen) in GetOptimum()
1466 p->opt[++lenEnd].price = kInfinityPrice; in GetOptimum()
1524 while (lenEnd < offset) in GetOptimum()
1525 p->opt[++lenEnd].price = kInfinityPrice; in GetOptimum()