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

/freebsd-11-stable/contrib/lua/src/
H A Dlvm.c1217 TValue *pstep = ra + 2; local
1220 if (ttisinteger(init) && ttisinteger(pstep) &&
1221 forlimit(plimit, &ilimit, ivalue(pstep), &stopnow)) {
1225 setivalue(init, intop(-, initv, ivalue(pstep)));
1232 if (!tonumber(pstep, &nstep))
1234 setfltvalue(pstep, nstep);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlvm.c844 const TValue *pstep = ra+2;
849 else if (!tonumber(pstep, ra+2))
851 setnvalue(ra, luai_numsub(L, nvalue(ra), nvalue(pstep)));
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-device.c3296 static int pstep = 1; local
3368 pstep = 1;
3391 // xge_os_printf("d %d iwl_avg %d len_avg %d:%d:%d tval %d avg %d hist %d pstep %d",
3393 // d_hist*bytes_hist, pstep);
3397 pstep = !pstep;
3401 if (pstep &&

Completed in 185 milliseconds