Home
last modified time | relevance | path

Searched refs:pstep (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/lua/src/
HDlvm.c216 TValue *pstep = s2v(ra + 2); in forprep() local
217 if (ttisinteger(pinit) && ttisinteger(pstep)) { /* integer loop? */ in forprep()
219 lua_Integer step = ivalue(pstep); in forprep()
247 if (unlikely(!tonumber(pstep, &step))) in forprep()
248 luaG_forerror(L, pstep, "step"); in forprep()
259 setfltvalue(pstep, step); in forprep()
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
HDlvm.c845 const TValue *pstep = ra+2; in luaV_execute()
850 else if (!tonumber(pstep, ra+2)) in luaV_execute()
852 setnvalue(ra, luai_numsub(L, nvalue(ra), nvalue(pstep))); in luaV_execute()
/freebsd-13-stable/sys/contrib/dev/rtw89/
HDcoex.c6270 struct rtw89_btc_fbtc_steps *pstep = NULL; in _show_fbtc_step() local
6280 pstep = &pfwinfo->rpt_fbtc_step.finfo; in _show_fbtc_step()
6281 pos_old = le16_to_cpu(pstep->pos_old); in _show_fbtc_step()
6282 pos_new = le16_to_cpu(pstep->pos_new); in _show_fbtc_step()
6284 if (pcinfo->req_fver != pstep->fver) in _show_fbtc_step()
6301 type = pstep->step[i].type; in _show_fbtc_step()
6302 val = pstep->step[i].val; in _show_fbtc_step()
6303 diff_t = le16_to_cpu(pstep->step[i].difft); in _show_fbtc_step()