Home | History | Annotate | Download | only in utils

Lines Matching defs:last

31     // !!! the bit to end the word (last) is at the low bit for binary search
199 bool last = false;
214 if (len <= 6) { // last
216 last = true;
221 } while (last == false);
383 bool last = false;
405 last = ch < 'a' || ch > 'z';
406 if (last)
410 } while (last == false && len > 0);
421 if ((*sixMatchPtr & 1) == 0) { // last