Searched refs:pushCells (Results 1 – 2 of 2) sorted by relevance
72 void vmCheckStack(FICL_VM *pVM, int popCells, int pushCells) in vmCheckStack() argument82 if (nFree < pushCells - popCells) in vmCheckStack()91 void vmCheckFStack(FICL_VM *pVM, int popCells, int pushCells) in vmCheckFStack() argument101 if (nFree < pushCells - popCells) in vmCheckFStack()
622 void vmCheckStack(FICL_VM *pVM, int popCells, int pushCells);624 void vmCheckFStack(FICL_VM *pVM, int popCells, int pushCells);