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

/freebsd-11.0-release/sys/boot/ficl/
H A Dstack.c159 void stackDrop(FICL_STACK *pStack, int n) function
H A Dficl.h373 void stackDrop (FICL_STACK *pStack, int n);
416 #define DROP(n) stackDrop(pVM->pStack,n)
417 #define DROPF(n) stackDrop(pVM->fStack,n)
H A Dvm.c223 stackDrop(pStack, 1);
H A Dwords.c874 stackDrop(pVM->pStack, 1);
884 stackDrop(pVM->pStack, 2);
1428 stackDrop(pVM->pStack, 1);
2102 stackDrop(pVM->rStack, 2);
2111 stackDrop(pVM->rStack, 3);
2151 stackDrop(pVM->rStack, 3); /* nuke the loop indices & "leave" addr */
2186 stackDrop(pVM->rStack, 3); /* nuke the loop indices & "leave" addr */

Completed in 103 milliseconds