Home
last modified time | relevance | path

Searched defs:popCells (Results 1 – 3 of 3) sorted by relevance

/titanic_52/usr/src/common/ficl/
H A Dstack.c69 ficlStackCheck(ficlStack *stack, int popCells, int pushCells) in ficlStackCheck() argument
H A Dficl.h914 #define FICL_STACK_CHECK(stack, popCells, pushCells) \ argument
917 #define FICL_STACK_CHECK(stack, popCells, pushCells) argument
H A Dvm.c180 ficlStackCheckNospill(ficlStack *stack, ficlCell *top, int popCells, in ficlStackCheckNospill() argument