/src/games/warp/ |
bang.h | 21 EXT int xx[MAXBDIST]; variable in typeref:typename:EXT int[]
|
/src/usr.sbin/timed/timed/ |
networkdelta.c | 187 float xx = *xptr; local in function:median 189 dum = xx - a; 193 if (xx < xp) 194 xp = xx; 197 if (xx > xm) 198 xm = xx; 203 sumx += xx * dum;
|
/src/sys/arch/amiga/dev/ |
bzivsc.c | 117 uint8_t xx; member in struct:__anon09b34f460108 281 bzivsc_trace[bzivsc_trace_ptr].xx = bsc->sc_reg[NCR_CMD * 4]; 448 bzivsc_trace[i].status, bzivsc_trace[i].xx, bzivsc_trace[i].yy);
|
bzsc.c | 127 uint8_t xx; member in struct:__anon82f7a9c70108 289 bzsc_trace[bzsc_trace_ptr].xx = bsc->sc_reg[NCR_CMD * 2]; 455 bzsc_trace[i].status, bzsc_trace[i].xx, bzsc_trace[i].yy);
|
bztzsc.c | 123 uint8_t xx; member in struct:__anon23a470350108 290 bztzsc_trace[bztzsc_trace_ptr].xx = bsc->sc_reg[NCR_CMD * 4]; 456 bztzsc_trace[i].status, bztzsc_trace[i].xx, bztzsc_trace[i].yy);
|
cbiisc.c | 117 uint8_t xx; member in struct:__anonbd9433820108 282 cbiisc_trace[cbiisc_trace_ptr].xx = csc->sc_reg[NCR_CMD * 4]; 449 cbiisc_trace[i].status, cbiisc_trace[i].xx, cbiisc_trace[i].yy);
|
cbsc.c | 117 uint8_t xx; member in struct:__anon839a86500108 289 cbsc_trace[cbsc_trace_ptr].xx = csc->sc_reg[NCR_CMD * 4]; 461 cbsc_trace[i].status, cbsc_trace[i].xx, cbsc_trace[i].yy);
|
grf_rt.c | 610 short xx = 256-17; local in function:rt_load_mon 619 } while (xx--);
|
/src/lib/libm/noieee_src/ |
n_gamma.c | 239 struct Double r, xx; local in function:smaller_gam 244 xx.a = (t + x), TRUNC(xx.a); 245 xx.b = x - xx.a; xx.b += t; xx.b += d; 248 x = xx.a + xx.b; 250 xx.a = x, TRUNC(xx.a) [all...] |
/src/lib/libm/src/ |
b_tgamma.c | 225 struct Double r, xx; local in function:smaller_gam 230 xx.a = (t + x), TRUNC(xx.a); 231 xx.b = x - xx.a; xx.b += t; xx.b += d; 234 x = xx.a + xx.b; 236 xx.a = x, TRUNC(xx.a) [all...] |
/src/sys/arch/mvme68k/stand/netboot/ |
if_ie.c | 357 int xx = 0; local in function:ie_put 365 memcpy((void *)&iem->im_txbuf[xx], p, len); 370 iem->im_xd[xx].ie_xmit_flags = len | IE_XMIT_LAST; 371 iem->im_xd[xx].ie_xmit_next = 0xffff; 372 a = (int) &iem->im_txbuf[xx]; 373 iem->im_xd[xx].ie_xmit_buf_low = a & 0xffff; 374 iem->im_xd[xx].ie_xmit_buf_high = a >> 16; 377 iem->im_xc[xx].com.ie_cmd_status = 0; 378 iem->im_xc[xx].com.ie_cmd_cmd = IE_CMD_XMIT | IE_CMD_LAST; 379 iem->im_xc[xx].com.ie_cmd_link = 0xffff [all...] |
/src/games/hack/ |
hack.pri.c | 196 int xx, yy; local in function:Tmp_at 205 xx = tc[cnt].x; 207 prl(xx, yy); 208 at(xx, yy, levl[xx][yy].scrsym);
|
hack.mklev.c | 572 int tx, ty, xx, yy; local in function:join 590 xx = croom->hx + 1; 592 cc = finddpos(xx, croom->ly, xx, croom->hy); 604 xx = croom->lx - 1; 606 cc = finddpos(xx, croom->ly, xx, croom->hy); 616 xx = cc.x; 620 if (nxcor && levl[xx + dx][yy + dy].typ) 622 dodoor(xx, yy, croom) 730 int dy, xx, yy; local in function:makeniche [all...] |
/src/sbin/routed/ |
radix.c | 573 struct radix_node *xx = x; local in function:rn_addroute 579 saved_tt = tt; x = xx;
|
/src/sys/dev/isa/ |
wdsreg.h | 62 u_char xx[6]; member in struct:wds_cmd 160 u_char xx; member in struct:wds_setup
|
/src/sys/net/ |
radix.c | 653 struct radix_node *xx = x; local in function:rn_addroute 664 x = xx;
|
/src/sys/dev/pci/voyager/ |
voyagerfb.c | 1373 int xx, yy; local in function:voyagerfb_set_curpos 1378 xx = x - sc->sc_hot_x; 1381 if (xx < 0) xx = abs(xx) | 0x800; 1384 val = (xx & 0xffff) | (yy << 16);
|
/src/sys/arch/arm/sunxi/ |
sunxi_debe.c | 407 int xx, yy; local in function:sunxi_debe_set_curpos 411 xx = x - sc->sc_hot_x; 413 if (xx < 0) { 414 xoff -= xx; 415 xx = 0; 424 __SHIFTIN(xx, SUNXI_DEBE_HWCCTL_XCOOR));
|
/src/sys/arch/arm/ti/ |
omap3_dss.c | 1118 int xx, yy, wi = 64, he = 64; local in function:omapfb_move_cursor 1126 xx = x - sc->sc_hot_x; 1133 if (xx < 0) { 1134 wi += xx; 1135 addr -= xx * 4; 1136 xx = 0; 1143 if (xx > (sc->sc_width - 64)) { 1144 wi -= (xx + 64 - sc->sc_width); 1149 pos = (yy << 16) | xx;
|
/src/sys/arch/sgimips/dev/ |
crmfb.c | 1528 int x, y, wi, he, uc, xx; local in function:crmfb_putchar_aa 1554 xx = fg * wi; 1577 (xx << 16) | (sc->sc_height & 0xffff)); 1580 ((xx + wi - 1) << 16) | ((sc->sc_height + he - 1) & 0xffff)); 1603 (xx << 16) | (sc->sc_height & 0xffff));
|
/src/sys/dev/usb/ |
xhci.c | 542 xhci_xfer_put_trb(struct xhci_xfer * const xx, u_int idx, 545 KASSERTMSG(idx < xx->xx_ntrb, "idx=%u xx_ntrb=%u", idx, xx->xx_ntrb); 546 xx->xx_trb[idx].trb_0 = parameter; 547 xx->xx_trb[idx].trb_2 = status; 548 xx->xx_trb[idx].trb_3 = control; 2424 struct xhci_xfer *xx; local in function:xhci_event_transfer 2450 xx = xr->xr_cookies[idx]; 2456 * xx is NULL if pipe is opened but xfer is not started. 2459 if (xx == NULL || trbcode == XHCI_TRB_ERROR_LENGTH) 2762 struct xhci_xfer *xx; local in function:xhci_allocx 2789 struct xhci_xfer * const xx = XHCI_XFER2XXFER(xfer); local in function:xhci_freex 4462 struct xhci_xfer * const xx = XHCI_XFER2XXFER(xfer); local in function:xhci_device_ctrl_start 4593 struct xhci_xfer * const xx = XHCI_XFER2XXFER(xfer); local in function:xhci_device_isoc_enter 4748 struct xhci_xfer * const xx = XHCI_XFER2XXFER(xfer); local in function:xhci_device_bulk_start 4878 struct xhci_xfer * const xx = XHCI_XFER2XXFER(xfer); local in function:xhci_device_intr_start [all...] |