x_max             220 modules/edgeoverlay.c                                int x, int x_max)
x_max             225 modules/edgeoverlay.c     for (; x<x_max; x+=6)
x_max             283 modules/edgeoverlay.c 	for (; x<x_max; x+=8)
x_max             361 modules/edgeoverlay.c     const int x_max = (viewport_width - 2) * 3;
x_max             364 modules/edgeoverlay.c     const int x_max = (viewport_width - 4) * 2;
x_max             398 modules/edgeoverlay.c             average_filter_row(ptrh1, smptr, x_min, x_max);
x_max             420 modules/edgeoverlay.c             average_filter_row(ptrh1, smptr, x_min, x_max);
x_max             433 modules/edgeoverlay.c         for (x = x_min, xdiv3 = x_min/3; x < x_max; x += 6, xdiv3 += 2)
x_max             496 modules/edgeoverlay.c         for (x = x_min, xdiv3 = x_min/2; x < x_max; x += 4, xdiv3 += 2)
x_max             634 modules/edgeoverlay.c     const int x_max = (viewport_width - 2);
x_max             648 modules/edgeoverlay.c             for (x = x_min; x < x_max; ++x)
x_max             652 modules/edgeoverlay.c                 if ((x_off > x_min) && (x_off < x_max)) // do not draw outside of allowed area
x_max             672 modules/edgeoverlay.c         const int x_min_c = (xoffset < 0) ? x_max + xoffset : x_min;
x_max             673 modules/edgeoverlay.c         const int x_max_c = (xoffset > 0) ? x_min + xoffset : x_max;
x_max             694 modules/edgeoverlay.c             for (x = x_min; x < x_max; ++x)
x_max             708 modules/edgeoverlay.c     const int x_max = (viewport_width - 2);
x_max             717 modules/edgeoverlay.c         xoffset = -x_max*(100-conf.edge_overlay_pano_overlap)/100;
x_max             723 modules/edgeoverlay.c         xoffset = x_max*(100-conf.edge_overlay_pano_overlap)/100;
x_max             420 modules/rawhookops.c     unsigned x_max = x1 + x_step * x_count;
x_max             423 modules/rawhookops.c     if(x_max > (unsigned)camera_sensor.raw_rowpix) {
x_max             437 modules/rawhookops.c         for(x = x1; x < x_max; x += x_step) {