Lines Matching full:last
96 int i, index, first=DISTTABLESIZE, last=0;113 if (index > last)114 last = index +1;162 int i, j, last, lasti = -1;164 last = MINSHORT;171 table[i] = last + (i-lasti)*(table[j]-last)/(j-lasti);173 table[i] = last + (i-lasti)*(MAXSHORT-last)/(limit-lasti);176 last = table[i];