Home
last modified time | relevance | path

Searched refs:step_x (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/dialog/
H A Dmouse.c65 int step_y, int step_x, in dlg_mouse_mkbigregion() argument
70 butPtr->step_x = MAX(1, step_x); in dlg_mouse_mkbigregion()
97 (butPtr->step_x != 0) || in dlg_mouse_mkregion()
110 butPtr->step_x = 0; in dlg_mouse_mkregion()
H A Dmousewget.c55 int row = (p->X - p->x) / p->step_x; in mouse_wgetch()
63 key += (x / p->step_x); in mouse_wgetch()
67 key += (x / p->step_x) + (y * row); in mouse_wgetch()
H A Ddialog.h778 int mode, step_x, step_y; member
801 #define dlg_mouse_mkbigregion(y, x, height, width, code, step_x, step_y, mode) /*nothing*/ argument
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-data-ref.c2154 int step_x, step_y, step_z; in compute_overlap_steps_for_affine_1_2() local
2162 step_x = int_cst_value (CHREC_RIGHT (CHREC_LEFT (chrec_a))); in compute_overlap_steps_for_affine_1_2()
2183 compute_overlap_steps_for_affine_univar (niter, step_x, step_z, in compute_overlap_steps_for_affine_1_2()
2194 compute_overlap_steps_for_affine_univar (niter, step_x + step_y, step_z, in compute_overlap_steps_for_affine_1_2()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-data-ref.c3305 HOST_WIDE_INT step_x, step_y, step_z; in compute_overlap_steps_for_affine_1_2() local
3313 step_x = int_cst_value (CHREC_RIGHT (CHREC_LEFT (chrec_a))); in compute_overlap_steps_for_affine_1_2()
3333 compute_overlap_steps_for_affine_univar (niter, step_x, step_z, in compute_overlap_steps_for_affine_1_2()
3344 compute_overlap_steps_for_affine_univar (niter, step_x + step_y, step_z, in compute_overlap_steps_for_affine_1_2()