Searched defs:pushCells (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dstack.c69 ficlStackCheck(ficlStack *stack, int popCells, int pushCells) argument
78 if (nFree < pushCells - popCells)
84 FICL_IGNORE(pushCells);
H A Dvm.c180 int pushCells)
190 ficlStackCheck(stack, popCells, pushCells);
179 ficlStackCheckNospill(ficlStack *stack, ficlCell *top, int popCells, int pushCells) argument

Completed in 61 milliseconds