Searched refs:ficlUnsigned8 (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/common/ficl/ficlplatform/
H A Dunix.h48 typedef uint8_t ficlUnsigned8; typedef
/illumos-gate/usr/src/common/ficl/
H A Ddictionary.c342 ficlPrimitive code, ficlUnsigned8 flags)
344 ficlUnsigned8 length = (ficlUnsigned8)FICL_STRING_GET_LENGTH(name);
360 word->flags = (ficlUnsigned8)(flags | FICL_WORD_SMUDGED);
383 ficlPrimitive code, ficlUnsigned8 flags)
393 ficlPrimitive code, ficlUnsigned8 flags)
413 ficlInstruction i, ficlUnsigned8 flags)
416 (ficlPrimitive)i, (ficlUnsigned8)(FICL_WORD_INSTRUCTION | flags)));
421 ficlInstruction i, ficlUnsigned8 flags)
424 (ficlPrimitive)i, (ficlUnsigned8)(FICL_WORD_INSTRUCTIO
[all...]
H A Dhash.c43 ficlUnsigned8 *trace;
51 for (trace = (ficlUnsigned8 *)s.text;
H A Dficl.h425 typedef unsigned char ficlUnsigned8; typedef
797 ficlUnsigned8 length;
1206 ficlUnsigned8 flags;
1207 ficlUnsigned8 length; /* Number of chars in word name */
1400 ficlPrimitive pCode, ficlUnsigned8 flags);
1403 ficlPrimitive pCode, ficlUnsigned8 flags);
1406 ficlInstruction i, ficlUnsigned8 flags);
1454 ficlPrimitive code, ficlUnsigned8 flags);
1457 ficlInstruction i, ficlUnsigned8 flags);
1486 ficlDictionarySetFlags(ficlDictionary *dictionary, ficlUnsigned8 se
[all...]
H A Dvm.c344 ficlUnsigned8 length;
784 ficlUnsigned8 *integer8;
786 integer8 = (ficlUnsigned8 *)dataTop->p;
792 ficlUnsigned8 *integer8;
794 integer8 = (ficlUnsigned8 *)(dataTop--)->p;
795 *integer8 = (ficlUnsigned8)((dataTop--)->u);
2083 counted->length = (ficlUnsigned8)FICL_STRING_GET_LENGTH(s);
2591 ficlUnsigned8 length = (ficlUnsigned8)FICL_STRING_GET_LENGTH(s);
H A Dsearch.c138 name.length = (ficlUnsigned8)ficlStackPopUnsigned(vm->dataStack);
H A Dprimitives.c1292 counted->length + sizeof (ficlUnsigned8));
2108 counted->length = (ficlUnsigned8)FICL_STRING_GET_LENGTH(name);

Completed in 3670 milliseconds