Lines Matching refs:lenEnd
944 UInt32 numAvail, mainLen, numPairs, repMaxIndex, i, posState, lenEnd, len, cur; in GetOptimum() local
1046 lenEnd = ((mainLen >= repLens[repMaxIndex]) ? mainLen : repLens[repMaxIndex]); in GetOptimum()
1048 if (lenEnd < 2) in GetOptimum()
1058 len = lenEnd; in GetOptimum()
1132 for (i = cur; i <= lenEnd; i++) in GetOptimum()
1148 if (cur == lenEnd) in GetOptimum()
1304 while (lenEnd < offset) in GetOptimum()
1305 p->opt[++lenEnd].price = kInfinityPrice; in GetOptimum()
1332 while (lenEnd < cur + lenTest) in GetOptimum()
1333 p->opt[++lenEnd].price = kInfinityPrice; in GetOptimum()
1383 while (lenEnd < offset) in GetOptimum()
1384 p->opt[++lenEnd].price = kInfinityPrice; in GetOptimum()
1415 while (lenEnd < cur + newLen) in GetOptimum()
1416 p->opt[++lenEnd].price = kInfinityPrice; in GetOptimum()
1472 while (lenEnd < offset) in GetOptimum()
1473 p->opt[++lenEnd].price = kInfinityPrice; in GetOptimum()