xstep 183 lib/lua/lfmathlib.c double xstep, ystep, zstep = 1; xstep 187 lib/lua/lfmathlib.c xstep = *x / div; xstep 195 lib/lua/lfmathlib.c *y = (f1) ? *y - xstep : *y + xstep; xstep 31 modules/cordic_math.c long xstep, ystep, zstep = 1; xstep 34 modules/cordic_math.c xstep = *x >> i; xstep 42 modules/cordic_math.c *y = (f1) ? *y - xstep : *y + xstep; xstep 197 modules/histogram.c int xstep; xstep 200 modules/histogram.c xstep = HISTO_XSTEP_MIN; xstep 208 modules/histogram.c xstep = 2*HISTO_XSTEP_MIN; xstep 211 modules/histogram.c xstep = HISTO_XSTEP_MIN; xstep 217 modules/histogram.c xstep_bytes = (xstep*3)/2; // 4 pixels = 6 bytes, step is multiple of 4 xstep 220 modules/histogram.c xstep_bytes = xstep*2; xstep 364 modules/rawhookops.c unsigned int xstep=luaL_optnumber(L,6,1); xstep 365 modules/rawhookops.c unsigned int ystep=luaL_optnumber(L,7,xstep); xstep 379 modules/rawhookops.c for(x=xstart; x<xmax; x+=xstep) { xstep 538 modules/rawhookops.c unsigned xstep=luaL_checknumber(L,6); xstep 550 modules/rawhookops.c || xstep == 0 || ystep == 0 xstep 564 modules/rawhookops.c h->total_pixels=((1+(xmax - xstart - 1)/xstep))*((1+(ymax - ystart - 1)/ystep)); xstep 582 modules/rawhookops.c for(x=xstart;x<xmax;x+=xstep) { xstep 588 modules/rawhookops.c for(x=xstart;x<xmax;x+=xstep) {