Searched refs:ficlAlignPointer (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dutility.c9 ficlAlignPointer(void *ptr) function
H A Ddictionary.c94 dictionary->here = ficlAlignPointer(dictionary->here);
731 ficlAlignPointer(counted->text +
741 ficlAlignPointer(counted->text +
H A Dvm.c354 cp = ficlAlignPointer(cp);
364 cp = ficlAlignPointer(cp);
H A Dficl.h1310 FICL_PLATFORM_EXTERN void *ficlAlignPointer(void *ptr);
H A Dprimitives.c1385 dictionary->here = FICL_POINTER_TO_CELL(ficlAlignPointer(to));
1782 ficlStackPushPointer(vm->dataStack, ficlAlignPointer(addr));

Completed in 79 milliseconds