/illumos-gate/usr/src/common/ficl/softcore/ |
H A D | ficl.fr | 21 : locals| ( name...name | -- ) 36 : end-locals ( -- ) 0 0 (local) ; immediate 41 0 locals| addr2 length c-addr | end-locals 53 0 locals| b-length b-u b-addr a-u a-addr | end-locals 60 locals| b-u b-addr a-u a-addr | end-locals
|
H A D | jhlocal.fr | 8 \ Uses locals... 16 .( loading Johns-Hopkins locals ) cr 61 0 0 0 locals| stop-loop colon-offset flags u c-addr | 113 0 0 0 locals| flags local-state nLocals | 115 \ stack locals until we hit a delimiter 122 \ now unstack the locals 132 \ zero locals until -- or } 174 0 0 0 locals| flags local-state nLocals | 176 \ stack locals until we hit a delimiter 183 \ now unstack the locals [all …]
|
H A D | ficllocal.fr | 6 \ Uses locals... 18 0 dup locals| nLocs locstate |
|
H A D | oo.fr | 266 locals| meta class nobjs offset | 279 locals| meta class offset | 409 locals| meta parent | 418 locals| meta parent nobj | 439 locals| meta class | 447 locals| meta class nobj | 504 locals| wid meta parent | 535 locals| meta class | 546 locals| meta class | 619 0 dup locals| &init &next class inst | [all …]
|
/illumos-gate/usr/src/common/ficl/test/ |
H A D | ooptest.fr | 18 locals| class inst | 31 locals| class inst | 54 locals| class inst |
|
H A D | ficltest.fr | 34 testing locals
|
/illumos-gate/usr/src/common/ficl/ |
H A D | system.c | 172 system->locals = ficlDictionaryCreate(system, in ficlSystemCreate() 267 if (system->locals) in ficlSystemDestroy() 268 ficlDictionaryDestroy(system->locals); in ficlSystemDestroy() 269 system->locals = NULL; in ficlSystemDestroy() 418 return (system->locals); in ficlSystemGetLocals()
|
H A D | primitives.c | 203 ficlDictionary *locals; in ficlPrimitiveSemicolonCoIm() local 204 locals = ficlSystemGetLocals(vm->callback.system); in ficlPrimitiveSemicolonCoIm() 205 ficlDictionaryEmpty(locals, locals->forthWordlist->size); in ficlPrimitiveSemicolonCoIm() 1426 ficlDictionary *locals = in ficlPrimitiveDoesCoIm() local 1428 ficlDictionaryEmpty(locals, locals->forthWordlist->size); in ficlPrimitiveDoesCoIm() 2479 ficlDictionary *locals; in ficlLocalParen() local 2481 locals = ficlSystemGetLocals(vm->callback.system); in ficlLocalParen() 2509 (void) ficlDictionaryAppendWord(locals, name, code, in ficlLocalParen() 2511 ficlDictionaryAppendUnsigned(locals, in ficlLocalParen() 2579 ficlDictionary *locals; in ficlPrimitiveToValue() local [all …]
|
H A D | vm.c | 2483 ficlDictionaryEmpty(system->locals, in ficlVmExecuteString() 2484 system->locals->forthWordlist->size); in ficlVmExecuteString() 2497 ficlDictionaryEmpty(system->locals, in ficlVmExecuteString() 2498 system->locals->forthWordlist->size); in ficlVmExecuteString()
|
H A D | ficl.h | 1607 ficlDictionary *locals; member
|
/illumos-gate/usr/src/uts/sparc/dtrace/ |
H A D | fbt.c | 97 #define FBT_REG_MARKLOCAL(locals, r) \ argument 99 (locals)[(r) - FBT_REG_L0] = 1; 101 #define FBT_REG_INITLOCALS(local, locals) \ argument 103 (locals)[(local)] = 0; \ 106 #define FBT_REG_ALLOCLOCAL(local, locals) \ argument 107 while ((locals)[(local) - FBT_REG_L0]) \ 109 (locals)[(local) - FBT_REG_L0] = 1; 690 uint32_t locals[FBT_REG_NLOCALS], local; in fbt_patch_return() local 729 FBT_REG_INITLOCALS(local, locals); in fbt_patch_return() 736 FBT_REG_MARKLOCAL(locals, rs1); in fbt_patch_return() [all …]
|
/illumos-gate/usr/src/cmd/make/bin/ |
H A D | parallel.cc | 93 static void reset_conditionals(int cnt, Name *targets, Property *locals); 963 Property *locals, *lp; in set_conditionals() local 966 locals = (Property *) getmem(cnt * sizeof(Property)); in set_conditionals() 967 for (lp = locals, tp = targets; in set_conditionals() 974 return locals; in set_conditionals() 990 reset_conditionals(int cnt, Name *targets, Property *locals) in reset_conditionals() argument 995 for (tp = targets + (cnt - 1), lp = locals + (cnt - 1); in reset_conditionals() 1004 retmem_mb((caddr_t) locals); in reset_conditionals()
|
/illumos-gate/usr/src/uts/sun4u/ml/ |
H A D | cpr_resume_setup.S | 93 ! save %o args to locals
|
H A D | trap_table.S | 2553 st %l0, [%g1 + CPU_TMP1] ! delay - save some locals 2564 ld [%g1 + CPU_TMP2], %l1 ! restore locals 2579 ld [%l0 + CPU_TMP2], %l1 ! restore locals 2593 st %l0, [%g1 + CPU_TMP1] ! save some locals 2601 ld [%g1 + CPU_TMP1], %l0 ! restore locals 2818 ! Keep the locals as clean as possible, caller cleans %l4
|
/illumos-gate/usr/src/uts/sun4/ml/ |
H A D | swtch.S | 69 save %sp, -SA(MINFRAME), %sp ! save ins and locals 489 save %sp, -SA(MINFRAME), %sp ! save ins and locals
|
H A D | interrupt.S | 1837 ldn [%i2 + (0*GREGSIZE)], %l0 ! load locals
|
/illumos-gate/usr/src/uts/sun4v/ml/ |
H A D | trap_table.S | 2314 st %l0, [%g1 + CPU_TMP1] ! delay - save some locals 2323 ld [%l0 + CPU_TMP2], %l1 ! restore locals 2347 st %l0, [%g1 + CPU_TMP1] ! save some locals 2358 ld [%l0 + CPU_TMP2], %l1 ! restore locals 2577 ! Keep the locals as clean as possible, caller cleans %l4
|
/illumos-gate/usr/src/boot/forth/ |
H A D | support.4th | 1733 end-locals 1778 end-locals 1863 end-locals 1889 end-locals
|
H A D | beadm.4th | 337 end-locals
|
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | kobj.c | 1494 size_t locals = 1; in kobj_export_ksyms() local 1514 locals++; in kobj_export_ksyms() 1565 mp->symhdr->sh_info = locals; in kobj_export_ksyms()
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | configure | 470 | --locals | --local | --loca | --loc | --lo) 474 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
|
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
H A D | liblddbg.msg | 1171 @ MSG_STATS_SYMBOLS_OUT " Symbols output: globals=%-10lld locals=%lld"
|
/illumos-gate/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 559 Debugger: limited display of method locals and arguments (LocalX and 10442 locals 12816 locals and arguments at the time of the abort, and a trace of all 16092 locals).
|