Home
last modified time | relevance | path

Searched refs:ficlAlignPointer (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Ddictionary.c94 dictionary->here = ficlAlignPointer(dictionary->here); in ficlDictionaryAlign()
733 ficlAlignPointer(counted->text + in ficlDictionarySee()
743 ficlAlignPointer(counted->text + in ficlDictionarySee()
H A Dutility.c10 ficlAlignPointer(void *ptr) in ficlAlignPointer() function
H A Dvm.c359 cp = ficlAlignPointer(cp); in ficlVmInnerLoop()
369 cp = ficlAlignPointer(cp); in ficlVmInnerLoop()
H A Dficl.h1312 FICL_PLATFORM_EXTERN void *ficlAlignPointer(void *ptr);
H A Dprimitives.c1389 dictionary->here = FICL_POINTER_TO_CELL(ficlAlignPointer(to)); in ficlPrimitiveSLiteralCoIm()
1786 ficlStackPushPointer(vm->dataStack, ficlAlignPointer(addr)); in ficlPrimitiveAligned()
/illumos-gate/usr/src/lib/libficl/
H A Dmapfile-vers43 ficlAlignPointer;