Searched refs:step_y (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/contrib/dialog/ |
| HD | mouse.c | 65 int step_y, int step_x, in dlg_mouse_mkbigregion() argument 71 butPtr->step_y = MAX(1, step_y); in dlg_mouse_mkbigregion() 98 (butPtr->step_y != 0) || in dlg_mouse_mkregion() 111 butPtr->step_y = 0; in dlg_mouse_mkregion()
|
| HD | dialog.h | 778 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/ |
| HD | tree-data-ref.c | 2154 int step_x, step_y, step_z; in compute_overlap_steps_for_affine_1_2() local 2163 step_y = int_cst_value (CHREC_RIGHT (chrec_a)); in compute_overlap_steps_for_affine_1_2() 2188 compute_overlap_steps_for_affine_univar (niter, step_y, 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/ |
| HD | tree-data-ref.c | 3305 HOST_WIDE_INT step_x, step_y, step_z; in compute_overlap_steps_for_affine_1_2() local 3314 step_y = int_cst_value (CHREC_RIGHT (chrec_a)); in compute_overlap_steps_for_affine_1_2() 3338 compute_overlap_steps_for_affine_univar (niter, step_y, 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()
|