/src/games/trek/ |
initquad.c | 65 int rx, ry; local in function:initquad 98 sector(&rx, &ry); 99 Sect[rx][ry] = KLINGON; 100 Etc.klingon[i].x = rx; 109 sector(&rx, &ry); 110 Sect[rx][ry] = BASE; 111 Etc.starbase.x = rx; 117 sector(&rx, &ry); 118 Sect[rx][ry] = INHABIT; 124 sector(&rx, &ry) [all...] |
/src/sys/arch/evbmips/cavium/ |
autoconf.c | 189 prop_number_t tx, rx; local in function:prop_set_octeon_gmx 192 tx = rx = NULL; 197 rx = prop_number_create_signed(0); 202 if (rx) 203 prop_dictionary_set_and_rel(dict, "rgmii-rx", rx);
|
/src/games/hack/ |
hack.apply.c | 443 int rx, ry, res = 0; local in function:use_pick_axe 458 rx = u.ux + u.dx; 460 if (u.dz > 0 || (u.dz == 0 && isok(rx, ry) && 461 (IS_ROCK(levl[rx][ry].typ) 462 || sobj_at(ENORMOUS_ROCK, rx, ry)))) 477 rx = u.ux + u.dx; 479 if ((mtmp = m_at(rx, ry)) && attack(mtmp)) 481 if (!isok(rx, ry)) { 485 lev = &levl[rx][ry]; 490 && !sobj_at(ENORMOUS_ROCK, rx, ry)) [all...] |
hack.c | 231 xchar rx = u.ux + 2 * u.dx, ry = u.uy + 2 * u.dy; local in function:domove 234 if (isok(rx, ry) && !IS_ROCK(levl[rx][ry].typ) && 235 (levl[rx][ry].typ != DOOR || !(u.dx && u.dy)) && 236 !sobj_at(ENORMOUS_ROCK, rx, ry)) { 237 if (m_at(rx, ry)) { 242 if ((ttmp = t_at(rx, ry)) != NULL) 255 if (levl[rx][ry].typ == POOL) { 256 levl[rx][ry].typ = ROOM; 257 mnewsym(rx, ry) [all...] |
/src/sys/arch/cesfic/cesfic/ |
dp8570a.h | 16 } rx; member in struct:dp8570reg
|
/src/sys/dev/hil/ |
hilms.c | 101 int iob, rx, ry; local in function:hilmsattach 113 rx = ry = 0; 123 rx = ha->ha_info[4] | (ha->ha_info[5] << 8); 149 aprint_normal_dev(self, "%d", rx);
|
/src/lib/libm/complex/ |
catrig.c | 169 * rx = Re(casinh(z)) = -Im(cacos(y + I*x)). 176 do_hard_work(double x, double y, double *rx, int *B_is_usable, double *B, 198 * rx = log1p(Am1 + sqrt(Am1*(A+1))) 205 *rx = sqrt(x); 212 *rx = log1p(Am1 + sqrt(Am1 * (A + 1))); 218 *rx = x / sqrt((1 - y) * (1 + y)); 223 *rx = log1p((y - 1) + sqrt((y - 1) * (y + 1))); 226 *rx = log(A + sqrt(A * A - 1)); 300 double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; local in function:casinh 346 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y) 381 double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; local in function:cacos 456 double rx, ry; local in function:cacosh 592 double x, y, ax, ay, rx, ry; local in function:catanh [all...] |
catrigf.c | 101 do_hard_work(float x, float y, float *rx, int *B_is_usable, float *B, 116 *rx = sqrtf(x); 119 *rx = log1pf(Am1 + sqrtf(Am1 * (A + 1))); 121 *rx = x / sqrtf((1 - y) * (1 + y)); 123 *rx = log1pf((y - 1) + sqrtf((y - 1) * (y + 1))); 126 *rx = logf(A + sqrtf(A * A - 1)); 161 float x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; local in function:casinhf 197 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y); 202 return (CMPLXF(copysignf(rx, x), copysignf(ry, y))); 216 float x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x local in function:cacosf 276 float rx, ry; local in function:cacoshf 354 float x, y, ax, ay, rx, ry; local in function:catanhf [all...] |
catrigl.c | 136 do_hard_work(long double x, long double y, long double *rx, int *B_is_usable, long double *B, long double *sqrt_A2my2, long double *new_y) 150 *rx = sqrtl(x); 153 *rx = log1pl(Am1 + sqrtl(Am1*(A+1))); 155 *rx = x/sqrtl((1-y)*(1+y)); 157 *rx = log1pl((y-1) + sqrtl((y-1)*(y+1))); 160 *rx = logl(A + sqrtl(A*A-1)); 194 long double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; local in function:casinhl 228 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y); 233 return (CMPLXL(copysignl(rx, x), copysignl(ry, y))); 246 long double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x local in function:cacosl 305 long double rx, ry; local in function:cacoshl 382 long double x, y, ax, ay, rx, ry; local in function:catanhl [all...] |
/src/sys/arch/evbppc/virtex/ |
design_gsrd1.c | 326 struct ll_dmac rx, tx; local in function:virtex_autoconf 348 vaa.vaa_rx_dmac = virtex_mpmc_mapdma(g->gdv_rx_dma, &rx);
|
design_gsrd2.c | 71 #define CDMAC_NCHAN 2 /* cdmac {Tx,Rx} */ 172 WCASE(DCR_CDMAC_BASE, CDMAC_STAT_BASE(1)); /* Rx engine */ 189 RCASE(DCR_CDMAC_BASE, CDMAC_STAT_BASE(1)); /* Rx engine */ 283 .gdv_rx_dma = 1, /* cdmac Rx */ 385 struct ll_dmac rx, tx; local in function:virtex_autoconf 404 vaa.vaa_rx_dmac = virtex_mpmc_mapdma(g->gdv_rx_dma, &rx);
|
/src/sys/dev/marvell/ |
gtmpscvar.h | 62 * sdma RX buffer pointers must be 8 byte aligned 81 gtmpsc_pollrx_t rx[GTMPSC_NRXDESC]; member in struct:__anon78a25b580108 107 volatile int sc_rcvcnt; /* byte count of RX buffer */ 108 volatile int sc_roffset; /* offset of RX buffer */ 109 volatile int sc_rcvrx; /* receive rx xfer index */ 110 volatile int sc_rcvdrx; /* received rx xfer index */ 111 volatile int sc_readrx; /* read rx xfer index */
|
/src/sys/arch/mips/ingenic/ |
jziic.c | 300 uint8_t *rx, data; local in function:jziic_i2c_exec_poll 304 rx = vbuf; 384 *rx = data; 385 rx++; 512 DPRINTF("rx abort: %x\n", sc->sc_abort);
|
/src/sys/arch/sandpoint/stand/altboot/ |
kse.c | 106 unsigned csr, tx, rx; member in struct:local 175 l->tx = l->rx = 0; 180 CSR_WRITE_4(l, MDRXC, 01); /* Rx enable */ 226 rxd = &l->rxd[l->rx]; 240 l->rx ^= 1; 248 ptr = l->rxstore[l->rx]; 253 l->rx ^= 1;
|
pcn.c | 68 #define R1_ERR (1U << 30) /* Rx error summary */ 70 #define R1_FLMASK 0x0fff /* Rx frame length */ 83 #define C0_STRT (1U << 1) /* activate whole Tx/Rx DMA */ 122 unsigned csr, tx, rx; member in struct:local 188 l->tx = l->rx = 0; 260 rxd = &l->rxd[l->rx]; 275 l->rx ^= 1; 282 ptr = l->rxstore[l->rx]; 288 l->rx ^= 1;
|
sip.c | 65 #define CR_RXR (1U << 5) /* Rx abort and reset */ 67 #define CR_RXD (1U << 3) /* graceful Rx stop */ 68 #define CR_RXE (1U << 2) /* run and activate Rx */ 90 #define RFCR_RFEN (1U << 31) /* activate Rx filter */ 104 unsigned csr, tx, rx; member in struct:local 204 l->tx = l->rx = 0; 268 rxd = &l->rxd[l->rx]; 282 l->rx ^= 1; 289 ptr = l->store[l->rx]; 294 l->rx ^= 1 [all...] |
sme.c | 77 #define RXDBASE 0x0c /* Rx descriptor list base */ 81 #define DMACCTL_SR (1U<< 1) /* start/stop Rx DMA */ 97 unsigned csr, tx, rx; member in struct:local 166 l->tx = l->rx = 0; 177 CSR_WRITE(l, MAC_CR, val); /* (FDX), Tx/Rx enable */ 226 rxd = &l->rxd[l->rx]; 240 l->rx ^= 1; 248 ptr = l->rxstore[l->rx]; 253 l->rx ^= 1;
|
tlp.c | 69 #define R0_ES (1U<<15) /* Rx error summary */ 80 #define RDB_CSR3 0x18 /* Rx descriptor base */ 86 #define NAR_REN (1U<< 1) /* instruct start/stop Rx */ 106 unsigned csr, omr, tx, rx; member in struct:local 187 l->tx = l->rx = 0; 195 /* start Tx/Rx */ 244 rxd = &l->rxd[l->rx]; 258 l->rx ^= 1; 265 ptr = l->rxstore[l->rx]; 270 l->rx ^= 1 [all...] |
wm.c | 67 uint32_t r2; /* 31:16 checksum, 15:0 Rx frame length */ 88 #define R3_DD (1U << 0) /* 1: Rx frame loaded and available */ 102 #define R3_RXE (1U << 15) /* Rx data error */ 110 unsigned csr, tx, rx; member in struct:local 186 l->tx = l->rx = 0; 261 rxd = &l->rxd[l->rx]; 277 CSR_WRITE(l, WMREG_RDT, l->rx); 278 l->rx ^= 1; 284 ptr = l->rxstore[l->rx]; 290 CSR_WRITE(l, WMREG_RDT, l->rx); [all...] |
/src/sys/external/bsd/ipf/netinet/ |
ip_rpcb_pxy.c | 277 rpcb_xact_t *rx; local in function:ipf_p_rpcb_out 282 rx = NULL; /* XXX gcc */ 290 rx = NULL; 308 rx = NULL; /* XXX gcc */ 311 rv = ipf_p_rpcb_decoderep(fin, nat, rs, rm, &rx); 316 if (rx != NULL) { 318 ipf_p_rpcb_deref(rs, rx); 335 if (rx->rx_type == RPCB_RES_STRING) 337 else if (rx->rx_type == RPCB_RES_LIST) 346 if (rx != NULL) 413 rpcb_xact_t rx; local in function:ipf_p_rpcb_decodereq 831 rpcb_xact_t *rx; local in function:ipf_p_rpcb_decoderep 1007 rpcb_xact_t *rx; local in function:ipf_p_rpcb_lookup [all...] |
/src/sys/dev/mscp/ |
mscp_disk.c | 75 * RX MSCP floppy disk device driver 213 * Check if this disk is a floppy (RX) or cd (RRD) 533 CFATTACH_DECL_NEW(rx, sizeof(struct rx_softc), 590 * Check if this disk is a floppy (RX) 680 struct rx_softc *rx = device_private(self); local in function:raattach 686 rx->ra_dev = self; 687 rx->ra_mediaid = mp->mscp_guse.guse_mediaid; 688 rx->ra_state = DK_CLOSED; 689 rx->ra_hwunit = mp->mscp_unit; 694 disk_init((struct disk *)&rx->ra_disk, device_xname(rx->ra_dev), 793 struct rx_softc *rx; local in function:rxopen 826 struct rx_softc *rx; local in function:rxstrategy 886 struct rx_softc *rx = device_lookup_private(&rx_cd, unit); local in function:rxioctl [all...] |
/src/sys/external/isc/atheros_hal/dist/ |
ah_desc.h | 76 * in only after the rx descriptor process method finds a 97 uint16_t rs_datalen; /* rx frame length */ 98 uint8_t rs_status; /* rx status, 0 => recv ok */ 100 int8_t rs_rssi; /* rx frame RSSI (combined for 11n) */ 108 int8_t rs_rssi_ctl[3]; /* rx frame RSSI [ctl, chain 0-2] */ 109 int8_t rs_rssi_ext[3]; /* rx frame RSSI [ext, chain 0-2] */ 135 #define HAL_RX_HI_RX_CHAIN 0x80 /* SM power save: hi Rx chain control */ 195 struct ath_rx_status rx;/* recv status */ member in union:ath_desc::__anon08d6ebd4020a 200 #define ds_rxstat ds_us.rx 215 /* flags passed to rx descriptor setup methods * [all...] |
/src/sys/external/isc/atheros_hal/dist/ar5212/ |
ar5212desc.h | 28 * AR5212-specific tx/rx descriptor definition. 45 } rx; member in union:ar5212_desc::__anon53d77335010a 55 #define ds_rxstatus0 u.rx.status0 56 #define ds_rxstatus1 u.rx.status1 114 /* RX ds_ctl1 */ 117 #define AR_RxInterReq 0x00002000 /* RX interrupt request */ 134 /* RX ds_rxstatus0 */ 135 #define AR_DataLen 0x00000fff /* RX data length */ 158 /* RX ds_rxstatus1 */
|
/src/sys/rump/dev/lib/libugenhc/ |
ugenhc.c | 717 struct rusb_xfer *rx = RUSB(xfer); local in function:rumpusb_device_bulk_abort 719 rx->rusb_status = 1; 720 while (rx->rusb_status < 2) {
|
/src/sys/arch/hpcmips/dev/ |
ucbtp.c | 635 int rx, ry, x, y, p; local in function:ucbtp_input 637 rx = sc->sc_x; 642 DPRINTFN(2, "x=%4d y=%4d p=%4d\n", rx, ry, p); 646 if (p < UCBTS_PRESS_THRESHOLD || rx == 0x3ff || ry == 0x3ff || 647 rx == 0 || ry == 0) { 669 tpcalib_trans(&sc->sc_tpcalib, ry, rx, &x, &y); 671 tpcalib_trans(&sc->sc_tpcalib, rx, ry, &x, &y); 674 rx, x, ry, y, p);
|