Searched refs:stepsize (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/contrib/dialog/ |
| HD | formbox.c | 227 int stepsize, in tab_next() argument 237 *choice += stepsize; in tab_next() 289 scroll_next(WINDOW *win, DIALOG_FORMITEM item[], int stepsize, int *choice, int *scrollamt) in scroll_next() argument 295 int target = old_scroll + stepsize; in scroll_next() 297 if (stepsize < 0) { in scroll_next() 301 target = old_scroll + stepsize; in scroll_next()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | tree-ssa-loop-prefetch.c | 437 tree ibase, step, stepsize; in idx_analyze_ref() local 461 stepsize = array_ref_element_size (base); in idx_analyze_ref() 462 if (!cst_and_fits_in_hwi (stepsize)) in idx_analyze_ref() 464 imult = int_cst_value (stepsize); in idx_analyze_ref() 467 fold_convert (sizetype, stepsize)); in idx_analyze_ref()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | tree-ssa-loop-prefetch.c | 422 tree ibase, step, stepsize; in idx_analyze_ref() local 446 stepsize = array_ref_element_size (base); in idx_analyze_ref() 447 if (!cst_and_fits_in_hwi (stepsize)) in idx_analyze_ref() 449 imult = int_cst_value (stepsize); in idx_analyze_ref() 452 fold_convert (sizetype, stepsize)); in idx_analyze_ref()
|
| /dragonfly/sys/netgraph/lmi/ |
| HD | ng_lmi.c | 552 #define STEPBY(stepsize) \ argument 554 packetlen -= (stepsize); \ 555 data += (stepsize); \
|
| /dragonfly/sys/netgraph7/lmi/ |
| HD | ng_lmi.c | 544 #define STEPBY(stepsize) \ argument 546 packetlen -= (stepsize); \ 547 data += (stepsize); \
|