Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/boot/ficl/
Dstack.c73 void vmCheckStack(FICL_VM *pVM, int popCells, int pushCells) in vmCheckStack() argument
83 if (nFree < pushCells - popCells) in vmCheckStack()
92 void vmCheckFStack(FICL_VM *pVM, int popCells, int pushCells) in vmCheckFStack() argument
102 if (nFree < pushCells - popCells) in vmCheckFStack()
Dficl.h623 void vmCheckStack(FICL_VM *pVM, int popCells, int pushCells);
625 void vmCheckFStack(FICL_VM *pVM, int popCells, int pushCells);