Searched refs:stepsize (Results 1 – 5 of 5) sorted by relevance
540 #define STEPBY(stepsize) \ argument542 packetlen -= (stepsize); \543 data += (stepsize); \
244 int stepsize = (int)luaL_optinteger(L, 4, 0); in luaB_collectgarbage() local245 return pushmode(L, lua_gc(L, o, pause, stepmul, stepsize)); in luaB_collectgarbage()
1213 int stepsize = va_arg(argp, int); in lua_gc() local1219 if (stepsize != 0) in lua_gc()1220 g->gcstepsize = stepsize; in lua_gc()
1670 l_mem stepsize = (g->gcstepsize <= log2maxs(l_mem)) in incstep() local1676 } while (debt > -stepsize && g->gcstate != GCSpause); in incstep()
18282 uint stepsize; in wlc_phy_cal_txgainctrl_nphy() local18286 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()