Home
last modified time | relevance | path

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

/trueos/sys/boot/ficl/
HDstack.c73 void vmCheckStack(FICL_VM *pVM, int popCells, int pushCells) in vmCheckStack() argument
78 if (popCells > STKDEPTH(pStack)) in vmCheckStack()
83 if (nFree < pushCells - popCells) in vmCheckStack()
92 void vmCheckFStack(FICL_VM *pVM, int popCells, int pushCells) in vmCheckFStack() argument
97 if (popCells > STKDEPTH(fStack)) in vmCheckFStack()
102 if (nFree < pushCells - popCells) in vmCheckFStack()
HDficl.h623 void vmCheckStack(FICL_VM *pVM, int popCells, int pushCells);
625 void vmCheckFStack(FICL_VM *pVM, int popCells, int pushCells);