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

/illumos-gate/usr/src/common/ficl/
H A Dstack.c69 ficlStackCheck(ficlStack *stack, int popCells, int pushCells) argument
74 if (popCells > STKDEPTH(stack))
78 if (nFree < pushCells - popCells)
83 FICL_IGNORE(popCells);
H A Dficl.h912 ficlStackCheck(ficlStack *stack, int popCells, int pushCells);
913 #define FICL_STACK_CHECK(stack, popCells, pushCells) \
914 ficlStackCheck(stack, popCells, pushCells)
916 #define FICL_STACK_CHECK(stack, popCells, pushCells)
H A Dvm.c179 ficlStackCheckNospill(ficlStack *stack, ficlCell *top, int popCells, argument
190 ficlStackCheck(stack, popCells, pushCells);

Completed in 232 milliseconds