/third_party/python/Modules/_decimal/libmpdec/ |
D | bench_full.c | 118 mpd_t *sqrt_2, *xstep, *ystep; in main() local 138 xstep = new_mpd(); in main() 145 mpd_div_u32(xstep, sqrt_2, 40, &ctx); in main() 155 mpd_add(x0, x0, xstep, &ctx); in main() 189 mpd_del(xstep); in main()
|
/third_party/libpng/contrib/examples/ |
D | pngpixel.c | 247 png_uint_32 ystart, xstart, ystep, xstep; in main() local 268 xstep = PNG_PASS_COL_OFFSET(pass); in main() 275 ystep = xstep = 1; in main() 303 px < width; px += xstep, ++ppx) if (x == px) in main()
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/examples/ |
D | pngpixel.c | 247 png_uint_32 ystart, xstart, ystep, xstep; in main() local 268 xstep = PNG_PASS_COL_OFFSET(pass); in main() 275 ystep = xstep = 1; in main() 303 px < width; px += xstep, ++ppx) if (x == px) in main()
|
/third_party/skia/third_party/externals/libpng/contrib/examples/ |
D | pngpixel.c | 247 png_uint_32 ystart, xstart, ystep, xstep; in main() local 268 xstep = PNG_PASS_COL_OFFSET(pass); in main() 275 ystep = xstep = 1; in main() 303 px < width; px += xstep, ++ppx) if (x == px) in main()
|
/third_party/mesa3d/src/mesa/swrast/ |
D | s_linetemp.h | 77 GLint xstep, ystep; in NAME() local 177 xstep = -1; in NAME() 186 xstep = 1; in NAME() 318 x0 += xstep; in NAME() 371 x0 += xstep; in NAME()
|
/third_party/alsa-lib/src/control/ |
D | control_ext.c | 160 int64_t xmin, xmax, xstep; in snd_ctl_ext_elem_info() local 164 &xstep); in snd_ctl_ext_elem_info() 167 info->value.integer64.step = xstep; in snd_ctl_ext_elem_info()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_setup.c | 1008 int xstep, ystep; in sp_setup_line() local 1035 xstep = -1; in sp_setup_line() 1038 xstep = 1; in sp_setup_line() 1085 x0 += xstep; in sp_setup_line() 1111 x0 += xstep; in sp_setup_line()
|
/third_party/boost/boost/geometry/srs/projections/impl/ |
D | pj_gridinfo.hpp | 722 double xorigin, yorigin, xstep, ystep; in pj_gridinfo_init_gtx() local 734 memcpy( &xstep, header+24, 8 ); in pj_gridinfo_init_gtx() 753 ct.del.lam = xstep; in pj_gridinfo_init_gtx()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_pullup.c | 534 int xstep = 8; in compute_metric() local 537 int w = s->metric_w * xstep; in compute_metric() 554 for (x = 0; x < w; x += xstep) in compute_metric()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_setup_tri.c | 903 int64_t xstep[MAX_PLANES]; in lp_setup_bin_triangle() local 922 xstep[i] = -(((int64_t)plane[i].dcdx) << TILE_ORDER); in lp_setup_bin_triangle() 987 cx[i] += xstep[i]; in lp_setup_bin_triangle()
|
/third_party/libpng/contrib/libtests/ |
D | pngvalid.c | 4034 png_uint_32 xin, xout, xstep; in interlace_row() local 4044 xstep = 1U<<PNG_PASS_COL_SHIFT(pass); in interlace_row() 4046 for (xout=0; xin<w; xin+=xstep) in interlace_row() 4063 png_uint_32 xin, xout, xstep; in deinterlace_row() local 4066 xstep = 1U<<PNG_PASS_COL_SHIFT(pass); in deinterlace_row() 4068 for (xin=0; xout<w; xout+=xstep) in deinterlace_row()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngvalid.c | 4034 png_uint_32 xin, xout, xstep; in interlace_row() local 4044 xstep = 1U<<PNG_PASS_COL_SHIFT(pass); in interlace_row() 4046 for (xout=0; xin<w; xin+=xstep) in interlace_row() 4063 png_uint_32 xin, xout, xstep; in deinterlace_row() local 4066 xstep = 1U<<PNG_PASS_COL_SHIFT(pass); in deinterlace_row() 4068 for (xin=0; xout<w; xout+=xstep) in deinterlace_row()
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngvalid.c | 4034 png_uint_32 xin, xout, xstep; in interlace_row() local 4044 xstep = 1U<<PNG_PASS_COL_SHIFT(pass); in interlace_row() 4046 for (xout=0; xin<w; xin+=xstep) in interlace_row() 4063 png_uint_32 xin, xout, xstep; in deinterlace_row() local 4066 xstep = 1U<<PNG_PASS_COL_SHIFT(pass); in deinterlace_row() 4068 for (xin=0; xout<w; xout+=xstep) in deinterlace_row()
|