Home
last modified time | relevance | path

Searched refs:nCells (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/ficl/softcore/
H A Dforml.fr6 c-4byte obj: .nCells
H A Dficlclass.fr72 c-4byte obj: .nCells
H A Doo.fr228 : chars: \ ( offset nCells "name" -- offset' ) Create n char member.
231 : char: \ ( offset nCells "name" -- offset' ) Create 1 char member.
234 : cells: ( offset nCells "name" -- offset' )
238 : cell: ( offset nCells "name" -- offset' )
/illumos-gate/usr/src/common/ficl/
H A Dficl.h873 ficlStackCreate(ficlVm *vm, char *name, unsigned nCells);
888 FICL_PLATFORM_EXTERN void ficlStackLink(ficlStack *stack, int nCells);
1388 ficlDictionaryAllotCells(ficlDictionary *dictionary, int nCells);
1475 ficlDictionaryCreateHashed(ficlSystem *system, unsigned nCells, unsigned nHash);
H A Dvm.c499 ficlInteger nCells = *ip++; in ficlVmInnerLoop() local
502 returnTop += nCells; in ficlVmInnerLoop()