Lines Matching defs:increment
1003 int ret, increment = 1;
1021 increment = 2;
1027 clips, num_clips, increment);
2344 * @increment: Integer with which to increment the clip counter when looping.
2354 int increment,
2396 for (i = 0; i < num_clips; i++, clips_ptr += increment,
2397 vclips_ptr += increment) {
2497 * @increment: Integer with which to increment the clip counter when looping.
2507 int increment)
2526 for (i = 0; i < num_clips; ++i, clips += increment, ++cmd) {