/illumos-gate/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 [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 [all...] |
/illumos-gate/usr/src/lib/efcode/engine/ |
H A D | alarm.c | 68 fstack_t ms, xt; local 72 xt = POP(DS); 81 alarm_xt = xt;
|
H A D | fcode.c | 490 log_message(MSG_WARN, "byte-load: ignoring xt\n"); 859 * (is-user-word) ( name-str name-len xt -- ) 864 fstack_t xt; local 869 xt = POP(DS); 873 COMPILE_TOKEN(xt);
|
/illumos-gate/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 [all...] |
/illumos-gate/usr/src/cmd/troff/troff.d/ |
H A D | draw.c | 282 int xs, ys, xt, yt, Xs, Ys, qs, Xt, Yt, qt, local 331 xt = x1 - x; 381 if (xt < 0) 384 Yt = abs(xt); 387 Xt = abs(xt); 392 Xt = abs(xt); 397 Yt = abs(xt);
|
/illumos-gate/usr/src/common/ficl/ |
H A D | tools.c | 52 * debug ( xt -- ) Start debugging an xt 277 * debug ( xt -- ) 278 * Given an xt of a colon definition or a word defined by DOES>, set the 279 * VM up to debug the word: push IP, set the xt as the next thing to execute, 286 ficlWord *xt = ficlStackPopPointer(vm->dataStack); local 287 ficlWordKind wk = ficlWordClassify(xt); 289 ficlStackPushPointer(vm->dataStack, xt); 299 ficlVmExecuteWord(vm, xt); 303 ficlVmExecuteWord(vm, xt); 446 ficlWord *xt; local [all...] |
/illumos-gate/usr/src/lib/efcode/jupiter/ |
H A D | jupiter.c | 376 token_t xt; local 382 xt = POP(DS); 388 fc_uint32_t2cell(portid), fc_uint32_t2cell(xt), &status); 397 portid, xt, (int)FALSE);
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_xfs.c | 50 xfs_bmbt_rec_32_t *xt; member in struct:xfs_info 233 xfs.xt = inode->di_u.di_bmx; 277 xfs.xt = (xfs_bmbt_rec_32_t *)filebuf; 280 xad.offset = xt_offset (xfs.xt); 281 xad.start = xt_start (xfs.xt); 282 xad.len = xt_len (xfs.xt); 283 ++xfs.xt;
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | svc.c | 1489 SVCXPRT_EXT *xt = NULL; local 1498 if ((xt = calloc(1, sizeof (SVCXPRT_EXT))) == NULL) 1500 xprt->xp_p3 = (caddr_t)xt; /* SVCEXT(xprt) = xt */ 1504 xt->my_xlist = xlist; 1509 xt->msg = msg; 1513 xt->req = req; 1517 xt->cred_area = cred_area; 1536 SVCXPRT_EXT *xt = xprt ? SVCEXT(xprt) : NULL; local 1537 SVCXPRT_LIST *my_xlist = xt [all...] |
H A D | svc_vc.c | 161 SVCXPRT_EXT *xt = xprt ? SVCEXT(xprt) : NULL; local 173 if (xt && (xt->parent == NULL)) { 450 SVCXPRT_EXT *xt = xprt ? SVCEXT(xprt) : NULL; local 461 if (xt && (xt->parent == NULL)) { 471 if (xt && (xt->parent == NULL) && xprt->xp_p2) {
|
H A D | svc_dg.c | 96 SVCXPRT_EXT *xt = xprt ? SVCEXT(xprt) : NULL; local 106 if (xt->parent == NULL)
|
/illumos-gate/usr/src/lib/efcode/gp2/ |
H A D | gp2.c | 238 token_t xt; local 242 xt = POP(DS); 245 portid, xt, (int)FALSE);
|
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/ |
H A D | smbns_ads.c | 1928 const struct xlate_table *xt; local 1933 for (xt = adjoin_table; xt->msg; xt++) 1934 if (xt->err == err) 1935 return (xt->msg);
|
/illumos-gate/usr/src/lib/libshell/common/tests/ |
H A D | signal.sh | 168 # the SIGINT trap but exit 0 for -xt 242 expected[xt-]="3-intr 2-intr 1-intr 1-0258"
|
/illumos-gate/usr/src/uts/sun4u/starcat/io/ |
H A D | fcgp2.c | 563 int xt, portid; local 571 xt = fc_cell2int(fc_arg(cp, 1)); 574 FC_DEBUG2(1, CE_CONT, "gfc_master_intr: reset-int-xt=%x portid=%x", 575 xt, portid);
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | opl_cfg.c | 2238 master_interrupt_init(uint32_t portid, uint32_t xt) argument 2298 uint32_t portid, xt; local 2311 xt = fc_cell2uint32_t(fc_arg(cp, 1)); 2324 status = master_interrupt_init(portid, xt);
|