Searched refs:index_next (Results 1 – 2 of 2) sorted by relevance
248 index_next = int(rindex[0])252 folios = indexes[index_next:index_end][heads[index_next:index_end]]256 nr = (int(folios[0]) if len(folios) else index_end) - index_next257 stats['anon' if anons[index_next] else 'file']['partial'] += nr322 index_next = int(rindex[0])331 index_next += off333 while index_next + nr_cont <= index_end:334 folio_boundary = heads[index_next+1:index_next+nr_cont].any()336 if anons[index_next]:340 index_next += nr_cont
1437 int32_t index = 0, index_next = 0; in apply_lut_1d() local1463 index_next = (index == max_lut_index) ? index : index+1; in apply_lut_1d()1471 index_next = max_lut_index; in apply_lut_1d()1477 lut2 = ramp->entries.red[index_next]; in apply_lut_1d()1480 lut2 = ramp->entries.green[index_next]; in apply_lut_1d()1483 lut2 = ramp->entries.blue[index_next]; in apply_lut_1d()