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

/freebsd-10-stable/sys/boot/ficl/
H A Dwords.c261 PUSHINT(0);
266 PUSHINT(accum);
322 PUSHINT(i);
361 PUSHINT(qr.rem);
362 PUSHINT(qr.quot);
428 PUSHINT(x);
448 PUSHINT(qr.rem);
449 PUSHINT(qr.quot);
864 PUSHINT(i);
1763 PUSHINT((*pSte
[all...]
H A Dfloat.c278 PUSHINT(i);
392 PUSHINT(i);
738 PUSHINT(FICL_BOOL(x == y));
756 PUSHINT(FICL_BOOL(x < y));
774 PUSHINT(FICL_BOOL(x > y));
H A Dficl.h402 #define PUSHINT(i) stackPushINT(pVM->pStack,i) macro

Completed in 180 milliseconds