Home
last modified time | relevance | path

Searched refs:xt (Results 1 – 25 of 30) sorted by relevance

12

/titanic_53/usr/src/lib/libc/i386/gen/
H A D_divdi3.s108 / uint64_t xt, yt, r;
111 / xt = -(uint64_t) x;
114 / xt = x;
123 / r = UDiv(xt, yt);
139 movl %eax, (%esp) / x, xt
140 movl %edx, 4(%esp) / x, xt
147 movl 8(%esp), %eax / xt, xt
148 movl 12(%esp), %edx / xt, xt
169 movl %eax, (%esp) / x, xt
170 movl %edx, 4(%esp) / x, xt
[all …]
H A D_div64.s650 / uint64_t xt, yt, r;
653 / xt = -(uint64_t) x;
656 / xt = x;
665 / r = UDiv(xt, yt);
681 movl %eax, (%esp) / x, xt
682 movl %edx, 4(%esp) / x, xt
689 movl 8(%esp), %eax / xt, xt
690 movl 12(%esp), %edx / xt, xt
711 movl %eax, (%esp) / x, xt
712 movl %edx, 4(%esp) / x, xt
[all …]
/titanic_53/usr/src/common/util/i386/
H A Dmuldiv.s696 / uint64_t xt, yt, r;
699 / xt = -(uint64_t) x;
702 / xt = x;
711 / r = UDiv(xt, yt);
727 movl %eax, (%esp) / x, xt
728 movl %edx, 4(%esp) / x, xt
735 movl 8(%esp), %eax / xt, xt
736 movl 12(%esp), %edx / xt, xt
757 movl %eax, (%esp) / x, xt
758 movl %edx, 4(%esp) / x, xt
[all …]
/titanic_53/usr/src/lib/efcode/engine/
H A Dalarm.c68 fstack_t ms, xt; in do_alarm() local
72 xt = POP(DS); in do_alarm()
81 alarm_xt = xt; in do_alarm()
H A Dfcode.c864 fstack_t xt; in is_user_word() local
869 xt = POP(DS); in is_user_word()
873 COMPILE_TOKEN(xt); in is_user_word()
/titanic_53/usr/src/psm/stand/bootblks/zfs/common/
H A Dzfs.fth892 \ apply xt to entry
893 : entry-apply ( xt dn le -- xt dn false | ??? true )
894 over >r ( xt dn le r: dn )
895 rot dup >r execute if ( ??? r: xt dn )
898 r> r> false ( xt dn false )
902 \ apply xt to every entry in chain
903 : chain-apply ( xt dn ch# -- xt dn false | ??? true )
905 2dup ch#>lc nip ( xt dn le )
908 then ( xt dn r: le )
909 r> le_next ( xt dn ch# )
[all …]
/titanic_53/usr/src/common/ficl/softcore/
H A Doo.fr67 \ - xt
73 \ ; is overridden to fill in xt returned by :noname
75 \ => looks up xt in the vtable and compiles it directly
99 : (lookup-method) { class 2:name -- class 0 | class xt 1 | class xt -1 }
108 \ and pushes the xt of the method. If not, it aborts with an error message.
110 : lookup-method { class 2:name -- class xt }
111 class name (lookup-method) ( 0 | xt 1 | xt -1 )
119 : find-method-xt \ name ( class -- class xt )
137 find-method-xt execute
146 find-method-xt catch
[all …]
H A Dmarker.fr14 here - allot \ reset HERE to my xt-addr
H A Dsoftcore.fr246 : debug ' debug-xt ; immediate
/titanic_53/usr/src/cmd/troff/troff.d/
H A Ddraw.c282 int xs, ys, xt, yt, Xs, Ys, qs, Xt, Yt, qt, in conicarc() local
331 xt = x1 - x; in conicarc()
381 if (xt < 0) in conicarc()
384 Yt = abs(xt); in conicarc()
387 Xt = abs(xt); in conicarc()
392 Xt = abs(xt); in conicarc()
397 Yt = abs(xt); in conicarc()
/titanic_53/usr/src/common/ficl/
H A Dtools.c286 ficlWord *xt = ficlStackPopPointer(vm->dataStack); in ficlPrimitiveDebugXT() local
287 ficlWordKind wk = ficlWordClassify(xt); in ficlPrimitiveDebugXT()
289 ficlStackPushPointer(vm->dataStack, xt); in ficlPrimitiveDebugXT()
299 ficlVmExecuteWord(vm, xt); in ficlPrimitiveDebugXT()
303 ficlVmExecuteWord(vm, xt); in ficlPrimitiveDebugXT()
446 ficlWord *xt; in ficlPrimitiveStepBreak() local
447 xt = ficlDictionaryFindEnclosingWord( in ficlPrimitiveStepBreak()
449 if (xt) { in ficlPrimitiveStepBreak()
450 ficlStackPushPointer(vm->dataStack, xt); in ficlPrimitiveStepBreak()
/titanic_53/usr/src/lib/libnsl/rpc/
H A Dsvc.c1490 SVCXPRT_EXT *xt = NULL; in svc_xprt_alloc() local
1499 if ((xt = calloc(1, sizeof (SVCXPRT_EXT))) == NULL) in svc_xprt_alloc()
1501 xprt->xp_p3 = (caddr_t)xt; /* SVCEXT(xprt) = xt */ in svc_xprt_alloc()
1505 xt->my_xlist = xlist; in svc_xprt_alloc()
1510 xt->msg = msg; in svc_xprt_alloc()
1514 xt->req = req; in svc_xprt_alloc()
1518 xt->cred_area = cred_area; in svc_xprt_alloc()
1537 SVCXPRT_EXT *xt = xprt ? SVCEXT(xprt) : NULL; in svc_xprt_free() local
1538 SVCXPRT_LIST *my_xlist = xt ? xt->my_xlist: NULL; in svc_xprt_free()
1539 struct rpc_msg *msg = xt ? xt->msg : NULL; in svc_xprt_free()
[all …]
H A Dsvc_vc.c161 SVCXPRT_EXT *xt = xprt ? SVCEXT(xprt) : NULL; in svc_vc_xprtfree() local
173 if (xt && (xt->parent == NULL)) { in svc_vc_xprtfree()
450 SVCXPRT_EXT *xt = xprt ? SVCEXT(xprt) : NULL; in svc_fd_xprtfree() local
461 if (xt && (xt->parent == NULL)) { in svc_fd_xprtfree()
471 if (xt && (xt->parent == NULL) && xprt->xp_p2) { in svc_fd_xprtfree()
H A Dsvc_dg.c96 SVCXPRT_EXT *xt = xprt ? SVCEXT(xprt) : NULL; in svc_dg_xprtfree() local
106 if (xt->parent == NULL) in svc_dg_xprtfree()
/titanic_53/usr/src/grub/grub-0.97/stage2/
H A Dfsys_xfs.c50 xfs_bmbt_rec_32_t *xt; member
233 xfs.xt = inode->di_u.di_bmx; in init_extents()
277 xfs.xt = (xfs_bmbt_rec_32_t *)filebuf; in next_extent()
280 xad.offset = xt_offset (xfs.xt); in next_extent()
281 xad.start = xt_start (xfs.xt); in next_extent()
282 xad.len = xt_len (xfs.xt); in next_extent()
283 ++xfs.xt; in next_extent()
/titanic_53/usr/src/lib/efcode/jupiter/
H A Djupiter.c376 token_t xt; in do_master_interrupt() local
382 xt = POP(DS); in do_master_interrupt()
388 fc_uint32_t2cell(portid), fc_uint32_t2cell(xt), &status); in do_master_interrupt()
397 portid, xt, (int)FALSE); in do_master_interrupt()
/titanic_53/usr/src/lib/efcode/gp2/
H A Dgp2.c238 token_t xt; in do_master_interrupt() local
242 xt = POP(DS); in do_master_interrupt()
245 portid, xt, (int)FALSE); in do_master_interrupt()
/titanic_53/usr/src/boot/sys/boot/forth/
H A Dbrand.4th54 s" brand" sfind ( -- xt|0 bool ) if
58 drop ( xt = 0 ) \ cruft
H A Dbeastie.4th59 s" logo" sfind ( -- xt|0 bool ) if
63 drop ( xt = 0 ) \ cruft
H A Dloader.4th621 ['] include ( -- xt ) \ get the execution token of `include'
622 catch ( xt -- exception# | 0 ) if \ failed
/titanic_53/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_ads.c1928 const struct xlate_table *xt; in smb_ads_strerror() local
1933 for (xt = adjoin_table; xt->msg; xt++) in smb_ads_strerror()
1934 if (xt->err == err) in smb_ads_strerror()
1935 return (xt->msg); in smb_ads_strerror()
/titanic_53/usr/src/uts/sun4u/starcat/io/
H A Dfcgp2.c563 int xt, portid; in gfc_master_intr() local
571 xt = fc_cell2int(fc_arg(cp, 1)); in gfc_master_intr()
575 xt, portid); in gfc_master_intr()
/titanic_53/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dsignal.sh258 expected[xt-]="3-intr 2-intr 1-intr 1-0000"
/titanic_53/usr/src/uts/sun4u/io/
H A Dopl_cfg.c2238 master_interrupt_init(uint32_t portid, uint32_t xt) in master_interrupt_init() argument
2298 uint32_t portid, xt; in opl_master_interrupt() local
2311 xt = fc_cell2uint32_t(fc_arg(cp, 1)); in opl_master_interrupt()
2324 status = master_interrupt_init(portid, xt); in opl_master_interrupt()
/titanic_53/usr/src/lib/libcurses/screen/
H A Dcaps60 dest_tabs_magic_smso, "xt" "xt" Tabs destructive, magic so char (t1061)

12