/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/cavium/ |
Makefile | 2 dtb-$(CONFIG_ARCH_THUNDER) += thunder-88xx.dtb 3 dtb-$(CONFIG_ARCH_THUNDER2) += thunder2-99xx.dtb
|
/src/sys/modules/arch/mips/mips-n32/ |
bsd.mips-n32.mk | |
/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/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/x68k/stand/boot_ufs/ |
Makefile | 17 PROG= xx$(BOOT) 18 LINKS= ${BINDIR}/xx$(BOOT) ${BINDIR}/sd$(BOOT) 19 LINKS+= ${BINDIR}/xx$(BOOT) ${BINDIR}/fd$(BOOT)
|
/src/games/warp/ |
bang.h | 21 EXT int xx[MAXBDIST]; variable in typeref:typename:EXT int[]
|
bang.c | 126 xblasted[xx[j] = (x+XSIZE00) % XSIZE] |= 1; 142 !(obj=occupant[yy[y]][xx[x]]) || obj->type != Web) 143 blast[yy[y]][xx[x]] += bangm[i];
|
/src/sys/arch/sparc/sparc/ |
db_machdep.c | 51 #define dbreg(xx) (long *)offsetof(db_regs_t, db_tf.tf_ ## xx) 52 #define dbregfr(xx) (long *)offsetof(db_regs_t, db_fr.fr_ ## xx)
|
/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.makemon.c | 184 enexto(xchar xx, xchar yy) 193 for (x = xx - range; x <= xx + range; x++) 200 for (x = xx - range; x <= xx + range; x++) 208 if (goodpos(xx - range, y)) { 209 tfoo->x = xx - range; 215 if (goodpos(xx + range, y)) { 216 tfoo->x = xx + range;
|
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/games/larn/ |
create.c | 178 eat(int xx, int yy) 186 if (xx <= 2) 188 if ((item[xx - 1][yy] != OWALL) || (item[xx - 2][yy] != OWALL)) 190 item[xx - 1][yy] = item[xx - 2][yy] = 0; 191 eat(xx - 2, yy); 195 if (xx >= MAXX - 3) 197 if ((item[xx + 1][yy] != OWALL) || (item[xx + 2][yy] != OWALL) [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/marvell/ |
armada-372x.dtsi | 12 #include "armada-37xx.dtsi"
|
/src/sys/arch/sparc64/sparc64/ |
db_machdep.c | 144 #define dbreg(xx) (long *)offsetof(db_regs_t, db_tf.tf_ ## xx) 145 #define dbregfr(xx) (long *)offsetof(db_regs_t, db_fr.fr_ ## xx) 146 #define dbregfp(xx) (long *)offsetof(db_regs_t, db_fpstate.fs_ ## xx)
|
/src/tools/host-mkdep/ |
host-mkdep.in | 140 cppargs=${cppargs%xx} 157 cppargs=${cppargs%xx} 163 cppargs=${cppargs%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/arch/amiga/dev/ |
grfabs_reg.h | 279 #define INIT_BOX(b,xx,yy,ww,hh) do{(b)->x = xx; (b)->y = yy; (b)->width = ww; (b)->height = hh;}while (0) 281 #define INIT_POINT(p,xx,yy) do {(p)->x = xx; (p)->y = yy;} while (0)
|
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);
|
/src/share/mk/ |
compare-lib-lists | 47 @echo ${DESTDIR}/usr/lib/lib${_lib:S/xx/++/:S/atf_c/atf-c/}.a
|
/src/sys/arch/atari/dev/ |
grfabs_reg.h | 172 #define INIT_BOX(b,xx,yy,ww,hh) \ 174 (b)->x = xx; \
|
/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) 2776 struct xhci_xfer *xx; local in function:xhci_allocx 2803 struct xhci_xfer * const xx = XHCI_XFER2XXFER(xfer); local in function:xhci_freex 4478 struct xhci_xfer * const xx = XHCI_XFER2XXFER(xfer); local in function:xhci_device_ctrl_start 4609 struct xhci_xfer * const xx = XHCI_XFER2XXFER(xfer); local in function:xhci_device_isoc_enter 4764 struct xhci_xfer * const xx = XHCI_XFER2XXFER(xfer); local in function:xhci_device_bulk_start 4894 struct xhci_xfer * const xx = XHCI_XFER2XXFER(xfer); local in function:xhci_device_intr_start [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
omap3-evm-37xx.dts | 13 compatible = "ti,omap3-evm-37xx", "ti,omap3630", "ti,omap3";
|
/src/sys/arch/amd64/amd64/ |
db_machdep.c | 51 #define dbreg(xx) (long *)offsetof(db_regs_t, tf_ ## xx)
|
/src/sys/arch/i386/i386/ |
db_machdep.c | 62 #define dbreg(xx) (long *)offsetof(db_regs_t, tf_ ## xx)
|