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

/illumos-gate/usr/src/common/ficl/
H A Dficl.h734 * A ficlCell is the main storage type. It must be large enough
743 typedef union ficlCell union
752 } __attribute__((may_alias)) ficlCell; typedef in typeref:union:ficlCell
755 #define FICL_BITS_PER_CELL (sizeof (ficlCell) * 8)
773 #define FICL_POINTER_TO_CELL(p) ((ficlCell *)(void *)p)
860 ficlCell *frame; /* link reg for stack frame */
861 ficlCell *top; /* stack pointer */
864 ficlCell base[1]; /* Top of stack */
875 FICL_PLATFORM_EXTERN ficlCell ficlStackFetch(ficlStack *stack, int n);
876 FICL_PLATFORM_EXTERN ficlCell ficlStackGetTo
[all...]

Completed in 62 milliseconds