Searched refs:step_x (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/dialog/
H A Dmousewget.c50 int row = (p->X - p->x) / p->step_x;
58 key += (x / p->step_x);
62 key += (x / p->step_x) + (y * row);
H A Dmouse.c64 int step_y, int step_x,
69 butPtr->step_x = MAX(1, step_x);
96 butPtr->step_x = 0;
61 dlg_mouse_mkbigregion(int y, int x, int height, int width, int code, int step_y, int step_x, int mode) argument
H A Ddialog.h837 int mode, step_x, step_y; member in struct:mseRegion
848 extern void dlg_mouse_mkbigregion (int /*y*/, int /*x*/, int /*height*/, int /*width*/, int /*code*/, int /*step_x*/, int /*step_y*/, int /*mode*/);
860 #define dlg_mouse_mkbigregion(y, x, height, width, code, step_x, step_y, mode) /*nothing*/
/freebsd-10.0-release/contrib/gcc/
H A Dtree-data-ref.c2700 int step_x, step_y, step_z;
2707 step_x = int_cst_value (CHREC_RIGHT (CHREC_LEFT (chrec_a)));
2732 compute_overlap_steps_for_affine_univar (niter, step_x, step_z,
2743 compute_overlap_steps_for_affine_univar (niter, step_x + step_y, step_z,
2696 int step_x, step_y, step_z; local

Completed in 123 milliseconds