x_step            442 modules/motion_detector.c static int x_start, x_end, x_step;
x_step            470 modules/motion_detector.c         for (x=x_start; x<x_end; x+=x_step)
x_step            486 modules/motion_detector.c         for (x=x_start; x<x_end; x+=x_step)
x_step            509 modules/motion_detector.c         for (x=x_start; x<x_end; x+=x_step)
x_step            532 modules/motion_detector.c         for (x=x_start; x<x_end; x+=x_step)
x_step            557 modules/motion_detector.c         for (x=x_start; x<x_end; x+=x_step)
x_step            584 modules/motion_detector.c         for (x=x_start; x<x_end; x+=x_step)
x_step            658 modules/motion_detector.c     x_step = motion_detector.pixels_step * 2;
x_step            662 modules/motion_detector.c     x_step = motion_detector.pixels_step * 3;
x_step            412 modules/rawhookops.c     unsigned x_step=luaL_checknumber(L,5);
x_step            420 modules/rawhookops.c     unsigned x_max = x1 + x_step * x_count;
x_step            437 modules/rawhookops.c         for(x = x1; x < x_max; x += x_step) {