Lines Matching defs:last
438 // Add to the hash_chain (but cannot add the last pixel).
440 const int last = (len < pix_count - 1 - i) ? len : pix_count - 1 - i;
441 for (k = 2; k < last - 8; k += 2) {
444 for (; k < last; ++k) {
462 // Handle the last pixel(s).
660 // 2) Add to the hash_chain (but cannot add the last pixel)
662 const int last = (len + i < pix_count - 1) ? len + i
664 for (k = i; k < last; ++k) {
692 // Handle the last pixel.
760 const int last = (len < pix_count - 1 - i) ? len : pix_count - 1 - i;
761 for (k = 0; k < last; ++k) {