Searched refs:pstep (Results 1 – 3 of 3) sorted by relevance
213 TValue *pstep = s2v(ra + 2); in forprep() local214 if (ttisinteger(pinit) && ttisinteger(pstep)) { /* integer loop? */ in forprep()216 lua_Integer step = ivalue(pstep); in forprep()244 if (l_unlikely(!tonumber(pstep, &step))) in forprep()245 luaG_forerror(L, pstep, "step"); in forprep()256 setfltvalue(pstep, step); in forprep()
844 const TValue *pstep = ra+2; in luaV_execute()849 else if (!tonumber(pstep, ra+2)) in luaV_execute()851 setnvalue(ra, luai_numsub(L, nvalue(ra), nvalue(pstep))); in luaV_execute()
7539 pstep = &pfwinfo->rpt_fbtc_step.finfo.v2; in _show_fbtc_step_v2()7540 pos_old = le16_to_cpu(pstep->pos_old); in _show_fbtc_step_v2()7541 pos_new = le16_to_cpu(pstep->pos_new); in _show_fbtc_step_v2()7543 if (pcinfo->req_fver != pstep->fver) in _show_fbtc_step_v2()7560 type = pstep->step[i].type; in _show_fbtc_step_v2()7561 val = pstep->step[i].val; in _show_fbtc_step_v2()7598 struct rtw89_btc_fbtc_steps_v3 *pstep; in _show_fbtc_step_v3() local7612 if (pcinfo->req_fver != pstep->fver) in _show_fbtc_step_v3()7620 n_end = le32_to_cpu(pstep->cnt); in _show_fbtc_step_v3()7628 type = pstep->step[array_idx].type; in _show_fbtc_step_v3()[all …]