Home
last modified time | relevance | path

Searched refs:cell (Results 1 – 25 of 37) sorted by relevance

12

/illumos-gate/usr/src/common/ficl/
H A Dstack.c342 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()
360 *cell = cell[-1]; in ficlStackRoll()
363 *cell = c; in ficlStackRoll()
[all …]
H A Ddictionary.c666 for (; cell->i != ficlInstructionSemiParen; cell++) { in ficlDictionarySee()
687 c = *++cell; in ficlDictionarySee()
701 c = *++cell; in ficlDictionarySee()
715 c = *++cell; in ficlDictionarySee()
724 c = *++cell; in ficlDictionarySee()
750 c = *++cell; in ficlDictionarySee()
755 c = *++cell; in ficlDictionarySee()
761 c = *++cell; in ficlDictionarySee()
766 c = *++cell; in ficlDictionarySee()
771 c = *++cell; in ficlDictionarySee()
[all …]
H A Dfloat.c171 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 Dvm.c265 ficlCell *cell; in ficlVmInnerLoop() local
446 cell = (cp); *++floatTop = cell[1]; *++floatTop = *cell; continue in ficlVmInnerLoop()
448 cell = (cp); *++floatTop = *cell; continue in ficlVmInnerLoop()
450 cell = (cp); *cell = *floatTop--; cell[1] = *floatTop--; continue in ficlVmInnerLoop()
452 cell = (cp); *cell = *floatTop--; continue in ficlVmInnerLoop()
456 cell = (cp); *++dataTop = cell[1]; *++dataTop = *cell; continue in ficlVmInnerLoop()
458 cell = (cp); *++dataTop = *cell; continue in ficlVmInnerLoop()
460 cell = (cp); *cell = *dataTop--; cell[1] = *dataTop--; continue in ficlVmInnerLoop()
462 cell = (cp); *cell = *dataTop--; continue in ficlVmInnerLoop()
749 ficlCell *cell; in ficlVmInnerLoop() local
[all …]
H A Dtools.c535 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()
640 context->count++, cell->i, cell->u); in ficlReturnStackDisplayCallback()
651 cell->p); in ficlReturnStackDisplayCallback()
[all …]
H A Dficl.h921 typedef ficlInteger (*ficlStackWalkFunction)(void *constant, ficlCell *cell);
1503 ficlDictionaryFindEnclosingWord(ficlDictionary *dictionary, ficlCell *cell);
/illumos-gate/usr/src/common/ficl/softcore/
H A Dclasses.fr14 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 Djhlocal.fr45 \ 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 Dmarker.fr17 cell+ dup @ swap ( count count-addr )
22 cell-
H A Doo.fr39 \ 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 )
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
598 object drop cell+ @ brand-wordlist
[all …]
H A Dstring.fr19 c-cell obj: .count
20 c-cell obj: .buflen
H A Dforml.fr5 cell: .cell0
H A Dficlclass.fr47 c-cell obj: .size
H A Dsoftcore.fr11 : cell- ( addr -- addr ) [ 1 cells ] literal - ;
/illumos-gate/usr/src/common/ficl/test/
H A Dooptest.fr15 cell: .a
16 cell: .b
27 cell: .c
28 cell: .d
51 cell: m_cell1
/illumos-gate/usr/src/cmd/mandoc/
H A Deqn_html.c37 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 Dtbl_layout.c58 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 Dltable.c521 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 Dsupport.4th41 \ cell .addr string address
42 \ cell .len string length
44 \ cell module.flag should we load it?
54 \ cell module.next list chain
100 : constructor! >body cell+ ! ;
1179 dup cell+ ( addr2 addr1 addr )
1182 dup cell+ ( addr len addr2 addr' )
1194 r@ over cell- @ compar \ a[j-1] > v
1196 cell- \ j--
1243 dup cell+ 1+ \ 1+ for '\0'
[all …]
H A Dpnp.4th68 cell+
/illumos-gate/usr/src/psm/promif/ieee1275/common/
H A DREADME.common32 types and definitions (i.e. cell size) in external ISA and platform-
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/conf/
H A Dpsvcobj.conf65 * <cell 0 value> <cell 1 value> ... <cell n value>
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/sebring/conf/
H A Dpsvcobj.conf67 * <cell 0 value> <cell 1 value> ... <cell n value>
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/conf/
H A Dpsvcobj.conf67 * <cell 0 value> <cell 1 value> ... <cell n value>
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcmod.c311 void *cell; member

12