Searched refs:nstep (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/arm/allwinner/
H A Daxp209.c694 int nstep, uvolt; local
699 for (nstep = 0; nstep < sc->def->voltage_nstep && uvolt < min_uvolt;
700 nstep++) {
/freebsd-11-stable/contrib/lua/src/
H A Dlvm.c1228 lua_Number ninit; lua_Number nlimit; lua_Number nstep; local
1232 if (!tonumber(pstep, &nstep))
1234 setfltvalue(pstep, nstep);
1237 setfltvalue(init, luai_numsub(L, ninit, nstep));

Completed in 108 milliseconds