Lines Matching refs:increment
1008 int ret, increment = 1;
1026 increment = 2;
1032 clips, num_clips, increment);
2439 * @increment: Integer with which to increment the clip counter when looping.
2449 int increment,
2491 for (i = 0; i < num_clips; i++, clips_ptr += increment,
2492 vclips_ptr += increment) {
2592 * @increment: Integer with which to increment the clip counter when looping.
2602 int increment)
2621 for (i = 0; i < num_clips; ++i, clips += increment, ++cmd) {