/titanic_41/usr/src/lib/libc/i386/gen/ |
H A D | _divdi3.s | 108 / 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.s | 650 / 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_41/usr/src/common/util/i386/ |
H A D | muldiv.s | 696 / 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_41/usr/src/lib/efcode/engine/ |
H A D | alarm.c | 68 fstack_t ms, xt; in do_alarm() local 72 xt = POP(DS); in do_alarm() 81 alarm_xt = xt; in do_alarm()
|
H A D | fcode.c | 864 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_41/usr/src/psm/stand/bootblks/zfs/common/ |
H A D | zfs.fth | 834 \ apply xt to entry 835 : entry-apply ( xt dn le -- xt dn false | ??? true ) 836 over >r ( xt dn le r: dn ) 837 rot dup >r execute if ( ??? r: xt dn ) 840 r> r> false ( xt dn false ) 844 \ apply xt to every entry in chain 845 : chain-apply ( xt dn ch# -- xt dn false | ??? true ) 847 2dup ch#>lc nip ( xt dn le ) 850 then ( xt dn r: le ) 851 r> le_next ( xt dn ch# ) [all …]
|
/titanic_41/usr/src/cmd/troff/troff.d/ |
H A D | draw.c | 282 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_41/usr/src/lib/libnsl/rpc/ |
H A D | svc.c | 1490 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 D | svc_vc.c | 161 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 D | svc_dg.c | 96 SVCXPRT_EXT *xt = xprt ? SVCEXT(xprt) : NULL; in svc_dg_xprtfree() local 106 if (xt->parent == NULL) in svc_dg_xprtfree()
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_xfs.c | 50 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_41/usr/src/lib/efcode/jupiter/ |
H A D | jupiter.c | 376 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_41/usr/src/lib/efcode/gp2/ |
H A D | gp2.c | 238 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_41/usr/src/lib/libshell/common/tests/ |
H A D | signal.sh | 242 expected[xt-]="3-intr 2-intr 1-intr 1-0258"
|
/titanic_41/usr/src/uts/sun4u/starcat/io/ |
H A D | fcgp2.c | 563 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_41/usr/src/uts/sun4u/io/ |
H A D | opl_cfg.c | 2238 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_41/usr/src/lib/libcurses/screen/ |
H A D | caps | 60 dest_tabs_magic_smso, "xt" "xt" Tabs destructive, magic so char (t1061)
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 84 dest_tabs_magic_smso xt xt bool Tabs destructive, magic smso char (Teleray 1061)
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 84 dest_tabs_magic_smso xt xt bool Tabs destructive, magic smso char (Teleray 1061)
|
/titanic_41/usr/src/cmd/terminfo/ |
H A D | termcap.src | 1375 :km:mi:ms:xt:\ 4721 :am:xt:\ 5186 :am:ms:ut:xo:xs:xt:\ 12126 :xt:\ 12726 :am:xt:\ 14446 :am:bs:mi:ms:ul:xn:xt:\ 14565 :am:bs:mi:ms:ul:xn:xt:\ 14980 :am:bs:eo:xt:\ 14986 :am:bs:eo:xt:\ 15900 :ms:ul:xt:\ [all …]
|
H A D | terminfo.src | 1515 daisy, km, mir, msgr, xhpa, xt, 5378 am, xt, 5874 am, bce, msgr, xhp, xon, xt, 13677 xt, 14359 am, xt, 16310 OTbs, am, mir, msgr, ul, xenl, xt, 16442 OTbs, am, mir, msgr, ul, xenl, xt, 16906 OTbs, am, eo, xt, 16914 OTbs, am, eo, xt, 17877 msgr, ul, xt, [all …]
|