Searched refs:stackRoll (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/boot/ficl/
H A Dstack.c326 void stackRoll(FICL_STACK *pStack, int n) function
H A Dficl.h387 void stackRoll (FICL_STACK *pStack, int n);
421 #define ROLL(n) stackRoll(pVM->pStack,n)
422 #define ROLLF(n) stackRoll(pVM->fStack,n)
H A Dvm.c226 stackRoll(pStack, 1);
237 stackRoll(pStack, c.i);
H A Dwords.c963 stackRoll(pVM->pStack, i);
975 stackRoll(pVM->pStack, -i);
985 stackRoll(pVM->pStack, 2);
995 stackRoll(pVM->pStack, 1);
1005 stackRoll(pVM->pStack, 3);
1006 stackRoll(pVM->pStack, 3);
2262 stackRoll(pVM->pStack, 1);
2275 stackRoll(pVM->pStack, 1);

Completed in 76 milliseconds