x_end             907 modules/dng.c      int x_end = camera_sensor.active_area.x1 + camera_sensor.jpeg.x + DNG_TH_WIDTH*x_inc;
x_end             923 modules/dng.c          for (x_off=camera_sensor.active_area.x1 + camera_sensor.jpeg.x; x_off<x_end; x_off += x_inc)
x_end             442 modules/motion_detector.c static int x_start, x_end, x_step;
x_end             470 modules/motion_detector.c         for (x=x_start; x<x_end; x+=x_step)
x_end             486 modules/motion_detector.c         for (x=x_start; x<x_end; x+=x_step)
x_end             509 modules/motion_detector.c         for (x=x_start; x<x_end; x+=x_step)
x_end             532 modules/motion_detector.c         for (x=x_start; x<x_end; x+=x_step)
x_end             557 modules/motion_detector.c         for (x=x_start; x<x_end; x+=x_step)
x_end             584 modules/motion_detector.c         for (x=x_start; x<x_end; x+=x_step)
x_end             698 modules/motion_detector.c                 x_end = x_start + ((vp_w / motion_detector.columns) * 2);
x_end             701 modules/motion_detector.c                 x_end = x_start + ((vp_w / motion_detector.columns) * 3);
x_end             809 modules/motion_detector.c     int x_start, x_end;
x_end             817 modules/motion_detector.c         x_end = xoffset;
x_end             822 modules/motion_detector.c             x_start = x_end;    // reuse last end value as new start value
x_end             823 modules/motion_detector.c             x_end = xoffset + ((col + 1) * x_size) / motion_detector.columns;
x_end             855 modules/motion_detector.c                     draw_rectangle(x_start+2, y_start+2, x_end-2, y_end-2, c, RECT_BORDER1);