Searched refs:xt (Results 1 - 10 of 10) sorted by relevance

/osnet-11/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
[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
[all...]
/osnet-11/usr/src/lib/efcode/engine/
H A Dalarm.c68 fstack_t ms, xt; local
72 xt = POP(DS);
81 alarm_xt = xt;
H A Dfcode.c486 log_message(MSG_WARN, "byte-load: ignoring xt\n");
855 * (is-user-word) ( name-str name-len xt -- )
860 fstack_t xt; local
865 xt = POP(DS);
869 COMPILE_TOKEN(xt);
/osnet-11/usr/src/lib/efcode/jupiter/
H A Djupiter.c376 token_t xt; local
382 xt = POP(DS);
388 fc_uint32_t2cell(portid), fc_uint32_t2cell(xt), &status);
397 portid, xt, (int)FALSE);
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_xfs.c50 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;
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc.c1487 SVCXPRT_EXT *xt = NULL; local
1496 if ((xt = calloc(1, sizeof (SVCXPRT_EXT))) == NULL)
1498 xprt->xp_p3 = (caddr_t)xt; /* SVCEXT(xprt) = xt */
1502 xt->my_xlist = xlist;
1507 xt->msg = msg;
1511 xt->req = req;
1515 xt->cred_area = cred_area;
1534 SVCXPRT_EXT *xt = xprt ? SVCEXT(xprt) : NULL; local
1535 SVCXPRT_LIST *my_xlist = xt
[all...]
H A Dsvc_vc.c171 SVCXPRT_EXT *xt = xprt ? SVCEXT(xprt) : NULL; local
183 if (xt && (xt->parent == NULL)) {
456 SVCXPRT_EXT *xt = xprt ? SVCEXT(xprt) : NULL; local
467 if (xt && (xt->parent == NULL)) {
477 if (xt && (xt->parent == NULL) && xprt->xp_p2) {
H A Dsvc_dg.c95 SVCXPRT_EXT *xt = xprt ? SVCEXT(xprt) : NULL; local
105 if (xt->parent == NULL)
/osnet-11/usr/src/lib/efcode/gp2/
H A Dgp2.c238 token_t xt; local
242 xt = POP(DS);
245 portid, xt, (int)FALSE);

Completed in 49 milliseconds