Lines Matching defs:last
1221 unsigned last, cur;
1298 last = repLens[repMaxIndex];
1299 if (last <= mainLen)
1300 last = mainLen;
1302 if (last < 2 && curByte != matchByte)
1334 if (last < 2)
1432 for (i = cur; i <= last; i++)
1453 if (++cur == last)
1462 for (j = cur + 1; j <= last; j++)
1691 if (last < offset)
1692 last = offset;
1739 if (last < offset)
1740 last = offset;
1801 if (last < offset)
1802 last = offset;
1850 if (last < offset)
1851 last = offset;
1922 if (last < offset)
1923 last = offset;
1958 p->opt[last].price = kInfinityPrice;
1959 while (--last);
2723 2) we want to elimate useless last MatchFinder_Normalize3() for corner cases,