/illumos-gate/usr/src/common/ficl/ |
H A D | stack.c | 342 ficlCell *cell; in ficlStackRoll() local 347 cell = stack->top - n; in ficlStackRoll() 348 c = *cell; in ficlStackRoll() 350 for (; n > 0; --n, cell++) { in ficlStackRoll() 351 *cell = cell[1]; in ficlStackRoll() 354 *cell = c; in ficlStackRoll() 356 cell = stack->top; in ficlStackRoll() 357 c = *cell; in ficlStackRoll() 359 for (; n < 0; ++n, cell--) { in ficlStackRoll() 360 *cell = cell[-1]; in ficlStackRoll() [all …]
|
H A D | dictionary.c | 578 ficlDictionaryFindEnclosingWord(ficlDictionary *dictionary, ficlCell *cell) in ficlDictionaryFindEnclosingWord() argument 583 if (!ficlDictionaryIncludes(dictionary, (void *)cell)) in ficlDictionaryFindEnclosingWord() 586 for (i = nSEARCH_CELLS; i > 0; --i, --cell) { in ficlDictionaryFindEnclosingWord() 588 (cell + 1 - (sizeof (ficlWord) / sizeof (ficlCell))); in ficlDictionaryFindEnclosingWord() 662 ficlCell *cell = word->param; in ficlDictionarySee() local 663 ficlCell *param0 = cell; in ficlDictionarySee() 666 for (; cell->i != ficlInstructionSemiParen; cell++) { in ficlDictionarySee() 667 ficlWord *word = (ficlWord *)(cell->p); in ficlDictionarySee() 670 if ((void *)cell == (void *)buffer) in ficlDictionarySee() 674 trace += sprintf(trace, "%3ld ", (long)(cell - param0)); in ficlDictionarySee() [all …]
|
H A D | float.c | 171 ficlFloatStackDisplayCallback(void *c, ficlCell *cell) in ficlFloatStackDisplayCallback() argument 178 (unsigned long) cell, context->count++, cell->f, cell->u); in ficlFloatStackDisplayCallback() 181 (unsigned)cell, context->count++, cell->f, cell->u); in ficlFloatStackDisplayCallback() 219 ficlCell cell; in ficlPrimitiveFLiteralImmediate() local 223 cell = ficlStackPop(vm->floatStack); in ficlPrimitiveFLiteralImmediate() 224 if (cell.f == 1.0f) { in ficlPrimitiveFLiteralImmediate() 226 } else if (cell.f == 0.0f) { in ficlPrimitiveFLiteralImmediate() 228 } else if (cell.f == -1.0f) { in ficlPrimitiveFLiteralImmediate() 233 ficlDictionaryAppendCell(dictionary, cell); in ficlPrimitiveFLiteralImmediate()
|
H A D | vm.c | 265 ficlCell *cell; in ficlVmInnerLoop() local 377 *++floatTop = cell[1]; in ficlVmInnerLoop() 380 *++floatTop = cell[0]; in ficlVmInnerLoop() 384 cell[0] = *floatTop--; in ficlVmInnerLoop() 388 cell[0] = *floatTop--; in ficlVmInnerLoop() 389 cell[1] = *floatTop--; in ficlVmInnerLoop() 393 cell = (cp); goto FLOAT_PUSH_CELL_POINTER_DOUBLE_MINIPROC in ficlVmInnerLoop() 395 cell = (cp); goto FLOAT_PUSH_CELL_POINTER_MINIPROC in ficlVmInnerLoop() 397 cell = (cp); goto FLOAT_POP_CELL_POINTER_DOUBLE_MINIPROC in ficlVmInnerLoop() 399 cell = (cp); goto FLOAT_POP_CELL_POINTER_MINIPROC in ficlVmInnerLoop() [all …]
|
H A D | tools.c | 535 ficlStackDisplayCallback(void *c, ficlCell *cell) in ficlStackDisplayCallback() argument 543 (unsigned long)cell, context->count++, (long)cell->i, in ficlStackDisplayCallback() 544 (unsigned long)cell->u); in ficlStackDisplayCallback() 548 (unsigned)cell, context->count++, cell->i, cell->u); in ficlStackDisplayCallback() 599 ficlStackDisplaySimpleCallback(void *c, ficlCell *cell) in ficlStackDisplaySimpleCallback() argument 605 (long)cell->i); in ficlStackDisplaySimpleCallback() 630 ficlReturnStackDisplayCallback(void *c, ficlCell *cell) in ficlReturnStackDisplayCallback() argument 637 (unsigned long)cell, context->count++, cell->i, cell->u); in ficlReturnStackDisplayCallback() 639 (void) sprintf(buffer, "[0x%08x %3d] %12d (0x%08x)", (unsigned)cell, in ficlReturnStackDisplayCallback() 640 context->count++, cell->i, cell->u); in ficlReturnStackDisplayCallback() [all …]
|
H A D | ficl.h | 921 typedef ficlInteger (*ficlStackWalkFunction)(void *constant, ficlCell *cell); 1503 ficlDictionaryFindEnclosingWord(ficlDictionary *dictionary, ficlCell *cell);
|
/illumos-gate/usr/src/common/ficl/softcore/ |
H A D | classes.fr | 14 cell: .class 15 cell: .instance 45 object subclass c-cell 46 cell: .payload 66 c-cell obj: .addr 71 c-cell => get 77 c-cell => set 82 0 -rot c-ptr => .addr c-cell => set 117 \ Models a pointer to cell (a 32 or 64 bit scalar). 121 : get ( inst class -- cell )
|
H A D | jhlocal.fr | 45 \ 1 single-cell 46 \ 2 double-cell 47 \ d double-cell 50 \ s single-cell 52 \ Thus, "f2:foo" and "2is2f:foo" are both double-cell floats. 56 \ (single-cell data stack) local.
|
H A D | marker.fr | 17 cell+ dup @ swap ( count count-addr ) 22 cell-
|
H A D | oo.fr | 39 \ cell 0: parent class address 40 \ cell 1: wordlist ID 41 \ cell 2: size of instance's payload 100 class name class cell+ @ ( class c-addr u wid ) 166 \ so they leave their cell-pair on the stack when compiling. 196 nip >body cell+ @ ( new-class ) 238 : cell: ( offset nCells "name" -- offset' ) 281 offset cell+ 367 metaclass drop cell+ @ brand-wordlist 529 \ ID returns the string name cell-pair of its class [all …]
|
H A D | string.fr | 19 c-cell obj: .count 20 c-cell obj: .buflen
|
H A D | forml.fr | 5 cell: .cell0
|
H A D | ficlclass.fr | 47 c-cell obj: .size
|
H A D | softcore.fr | 11 : cell- ( addr -- addr ) [ 1 cells ] literal - ;
|
/illumos-gate/usr/src/common/ficl/test/ |
H A D | ooptest.fr | 15 cell: .a 16 cell: .b 27 cell: .c 28 cell: .d 51 cell: m_cell1
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | eqn_html.c | 37 struct tag *post, *row, *cell, *t; in eqn_box() local 80 cell = print_otag(p, TAG_MTD, ""); in eqn_box() 88 print_tagq(p, cell); in eqn_box()
|
H A D | tbl_layout.c | 58 static void cell(struct tbl_node *, struct tbl_row *, 207 cell(struct tbl_node *tbl, struct tbl_row *rp, in cell() function 351 cell(tbl, rp, ln, p, &pos); in tbl_layout()
|
/illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
H A D | ltable.c | 521 TValue *cell; in luaH_setint() local 523 cell = cast(TValue *, p); in luaH_setint() 527 cell = luaH_newkey(L, t, &k); in luaH_setint() 529 setobj2t(L, cell, value); in luaH_setint()
|
/illumos-gate/usr/src/boot/forth/ |
H A D | support.4th | 41 \ cell .addr string address 42 \ cell .len string length 44 \ cell module.flag should we load it? 54 \ cell module.next list chain 59 \ cell modules_options pointer to first module information 96 does> create here swap dup @ allot cell+ @ execute 98 : member: create dup , over , + does> cell+ @ + ; 100 : constructor! >body cell+ ! ; 102 : ;constructor postpone ; swap cell+ ! ; immediate 104 : offsetof ' >body cell+ @ state @ if postpone literal then ; immediate [all …]
|
H A D | pnp.4th | 68 cell+
|
/illumos-gate/usr/src/psm/promif/ieee1275/common/ |
H A D | README.common | 32 types and definitions (i.e. cell size) in external ISA and platform-
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/conf/ |
H A D | psvcobj.conf | 65 * <cell 0 value> <cell 1 value> ... <cell n value>
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/conf/ |
H A D | psvcobj.conf | 67 * <cell 0 value> <cell 1 value> ... <cell n value>
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/sebring/conf/ |
H A D | psvcobj.conf | 67 * <cell 0 value> <cell 1 value> ... <cell n value>
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | priv_defs | 508 Allows a process to retrieve colormap cell entries allocated
|