ystep 716 core/gui_draw.c int ystep = (y1 < y2)?1:-1; ystep 725 core/gui_draw.c y += ystep; ystep 750 core/gui_draw.c int ystep = (y1 < y2)?2:-2; ystep 768 core/gui_draw.c y += ystep; ystep 183 lib/lua/lfmathlib.c double xstep, ystep, zstep = 1; ystep 188 lib/lua/lfmathlib.c ystep = *y / div; ystep 194 lib/lua/lfmathlib.c *x = (f1) ? *x + ystep : *x - ystep; ystep 31 modules/cordic_math.c long xstep, ystep, zstep = 1; ystep 35 modules/cordic_math.c ystep = *y >> i; ystep 41 modules/cordic_math.c *x = (f1) ? *x + ystep : *x - ystep; ystep 102 modules/histogram.c void histogram_sample_stage(unsigned char *img, int stage, int byte_width, int vis_byte_width, int height, int xstep_bytes, int ystep) ystep 105 modules/histogram.c unsigned char *p_row = img + stage*ystep*byte_width + xstep_bytes; ystep 107 modules/histogram.c unsigned char *p_max = img + byte_width*(height-ystep); ystep 113 modules/histogram.c int ystep_bytes = ystep*byte_width*3; ystep 149 modules/histogram.c static int xstep_bytes, ystep; ystep 201 modules/histogram.c ystep = HISTO_YSTEP_MIN; ystep 204 modules/histogram.c ystep = total_pixels/(HISTO_XSTEP_MIN*HISTO_TARGET_SAMPLES); ystep 207 modules/histogram.c if(ystep >= 5*HISTO_YSTEP_MIN) { ystep 209 modules/histogram.c ystep >>= 1; ystep 236 modules/histogram.c histogram_sample_stage(img, histogram_stage, viewport_byte_width, viewport_vis_byte_width, viewport_height, xstep_bytes, ystep); ystep 365 modules/rawhookops.c unsigned int ystep=luaL_optnumber(L,7,xstep); ystep 378 modules/rawhookops.c for(y=ystart; y<ymax; y+=ystep) { ystep 539 modules/rawhookops.c unsigned ystep=luaL_checknumber(L,7); ystep 550 modules/rawhookops.c || xstep == 0 || ystep == 0 ystep 564 modules/rawhookops.c h->total_pixels=((1+(xmax - xstart - 1)/xstep))*((1+(ymax - ystart - 1)/ystep)); ystep 581 modules/rawhookops.c for(y=ystart;y<ymax;y+=ystep) { ystep 587 modules/rawhookops.c for(y=ystart;y<ymax;y+=ystep) {