Searched refs:step_x (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/dialog/ |
| HD | mouse.c | 64 int step_y, int step_x, in dlg_mouse_mkbigregion() argument 69 butPtr->step_x = MAX(1, step_x); in dlg_mouse_mkbigregion() 96 butPtr->step_x = 0; in dlg_mouse_mkregion()
|
| HD | mousewget.c | 50 int row = (p->X - p->x) / p->step_x; in mouse_wgetch() 58 key += (x / p->step_x); in mouse_wgetch() 62 key += (x / p->step_x) + (y * row); in mouse_wgetch()
|
| HD | dialog.h | 837 int mode, step_x, step_y; member 860 #define dlg_mouse_mkbigregion(y, x, height, width, code, step_x, step_y, mode) /*nothing*/ argument
|
| /trueos/contrib/gcc/ |
| HD | tree-data-ref.c | 2696 int step_x, step_y, step_z; in compute_overlap_steps_for_affine_1_2() local 2703 step_x = int_cst_value (CHREC_RIGHT (CHREC_LEFT (chrec_a))); in compute_overlap_steps_for_affine_1_2() 2728 compute_overlap_steps_for_affine_univar (niter, step_x, step_z, in compute_overlap_steps_for_affine_1_2() 2739 compute_overlap_steps_for_affine_univar (niter, step_x + step_y, step_z, in compute_overlap_steps_for_affine_1_2()
|