Lines Matching defs:last
56 unsigned last:1;
148 * 3. if E[p].last true break i.e we have reached at the end of an equiv class
177 if (E[p].last) break;
244 if ((r -1)->last) return 0;
253 * classes of lines in file[1], with e.last = true on the last element of each class.
310 e[0].last = 1;
312 if ((i == file[1].len) || (v[1][i].hash != v[1][i+1].hash)) e[i].last = 1;
313 else e[i].last = 0;
332 k = 0; //last successfully filled k candidate.