Lines Matching defs:last
121 int32_t last = lastUnit();
122 if(last < MAX_UNCHANGED) {
123 int32_t remaining = MAX_UNCHANGED - last;
125 setLastUnit(last + unchangedLength);
167 int32_t last = lastUnit();
168 if(MAX_UNCHANGED < last && last < MAX_SHORT_CHANGE &&
169 (last & ~SHORT_CHANGE_NUM_MASK) == u &&
170 (last & SHORT_CHANGE_NUM_MASK) < SHORT_CHANGE_NUM_MASK) {
171 setLastUnit(last + 1);
452 // Leaves the array index one after the last unit of that span.
609 remaining = 1; // This is the last of two or more changes.