Searched refs:nCells (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dficl.h871 ficlStackCreate(ficlVm *vm, char *name, unsigned nCells);
886 FICL_PLATFORM_EXTERN void ficlStackLink(ficlStack *stack, int nCells);
1386 ficlDictionaryAllotCells(ficlDictionary *dictionary, int nCells);
1473 ficlDictionaryCreateHashed(ficlSystem *system, unsigned nCells, unsigned nHash);
H A Dvm.c486 * Link a frame on the return stack, reserving nCells of space
487 * for locals - the value of nCells is the next ficlCell in
491 * 3) returnTop += nCells
494 ficlInteger nCells = *ip++; local
497 returnTop += nCells;

Completed in 70 milliseconds