Home
last modified time | relevance | path

Searched refs:stepsize (Results 1 – 6 of 6) sorted by relevance

/src/contrib/dialog/
H A Dformbox.c227 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()
/src/sys/netgraph/
H A Dng_lmi.c540 #define STEPBY(stepsize) \ argument
542 packetlen -= (stepsize); \
543 data += (stepsize); \
/src/contrib/lua/src/
H A Dlbaselib.c244 int stepsize = (int)luaL_optinteger(L, 4, 0); in luaB_collectgarbage() local
245 return pushmode(L, lua_gc(L, o, pause, stepmul, stepsize)); in luaB_collectgarbage()
H A Dlapi.c1213 int stepsize = va_arg(argp, int); in lua_gc() local
1219 if (stepsize != 0) in lua_gc()
1220 g->gcstepsize = stepsize; in lua_gc()
H A Dlgc.c1670 l_mem stepsize = (g->gcstepsize <= log2maxs(l_mem)) in incstep() local
1676 } while (debt > -stepsize && g->gcstate != GCSpause); in incstep()
/src/sys/contrib/dev/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c18282 uint stepsize; in wlc_phy_cal_txgainctrl_nphy() local
18286 stepsize = 2; in wlc_phy_cal_txgainctrl_nphy()
18288 stepsize = 1; in wlc_phy_cal_txgainctrl_nphy()
18359 txpwrindex -= stepsize * delta_power; in wlc_phy_cal_txgainctrl_nphy()