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

/freebsd-10.3-release/sys/boot/ficl/
H A Dstack.c73 void vmCheckStack(FICL_VM *pVM, int popCells, int pushCells) argument
78 if (popCells > STKDEPTH(pStack))
83 if (nFree < pushCells - popCells)
92 void vmCheckFStack(FICL_VM *pVM, int popCells, int pushCells) argument
97 if (popCells > STKDEPTH(fStack))
102 if (nFree < pushCells - popCells)
H A Dficl.h619 ** something if it finds a problem. Parms popCells and pushCells
623 void vmCheckStack(FICL_VM *pVM, int popCells, int pushCells);
625 void vmCheckFStack(FICL_VM *pVM, int popCells, int pushCells);

Completed in 46 milliseconds