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

/freebsd-9.3-release/sys/boot/ficl/
H A Dfloat.c152 f = (FICL_FLOAT)POPINT();
171 f -= (FICL_FLOAT)POPINT();
188 f = (FICL_FLOAT)POPINT();
207 f /= (FICL_FLOAT)POPINT();
224 f = (FICL_FLOAT)POPINT();
242 f = (FICL_FLOAT)POPINT();
260 f = (float)POPINT();
H A Dwords.c2375 i = POPINT();
2421 c = (char)POPINT();
2433 i = POPINT();
3007 i = POPINT();
3027 i = POPINT();
3341 i = POPINT();
3529 delim = (char)POPINT();
3585 delim = (char)POPINT();
3608 ch = (char)POPINT();
3714 n1 = POPINT();
[all...]
H A Dficl.h407 #define POPINT() stackPopINT(pVM->pStack) macro

Completed in 221 milliseconds