Lines Matching refs:last_index
118 int range, last_index, range1, first_index;
136 last_index = first_index;
145 last_index + range1) < 0)
154 /* we are sure than image last_index + range exists */
157 last_index += range;
160 *plast_index = last_index;
189 int first_index = 1, last_index = 1;
275 last_index = s->globstate.gl_pathc - 1;
280 if (find_image_range(s1->pb, &first_index, &last_index, s->path,
295 last_index = s->globstate.gl_pathc - 1;
309 s->img_last = last_index;
314 st->duration = last_index - first_index + 1;