Searched refs:rx (Results 1 - 25 of 142) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp70 void ExecutionDomainFix::setLiveReg(int rx, DomainValue *dv) { argument
71 assert(unsigned(rx) < NumRegs && "Invalid index");
74 if (LiveRegs[rx] == dv)
76 if (LiveRegs[rx])
77 release(LiveRegs[rx]);
78 LiveRegs[rx] = retain(dv);
81 void ExecutionDomainFix::kill(int rx) { argument
82 assert(unsigned(rx) < NumRegs && "Invalid index");
84 if (!LiveRegs[rx])
87 release(LiveRegs[rx]);
91 force(int rx, unsigned domain) argument
[all...]
/freebsd-11-stable/lib/msun/src/
H A Dcatrig.c146 * rx = Re(casinh(z)) = -Im(cacos(y + I*x)).
153 do_hard_work(double x, double y, double *rx, int *B_is_usable, double *B, argument
175 * rx = log1p(Am1 + sqrt(Am1*(A+1)))
182 *rx = sqrt(x);
189 *rx = log1p(Am1 + sqrt(Am1 * (A + 1)));
195 *rx = x / sqrt((1 - y) * (1 + y));
200 *rx = log1p((y - 1) + sqrt((y - 1) * (y + 1)));
203 *rx = log(A + sqrt(A * A - 1));
277 double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; local
323 do_hard_work(ax, ay, &rx,
358 double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; local
433 double rx, ry; local
574 double x, y, ax, ay, rx, ry; local
[all...]
H A Dcatrigl.c109 do_hard_work(long double x, long double y, long double *rx, int *B_is_usable, argument
124 *rx = sqrtl(x);
127 *rx = log1pl(Am1 + sqrtl(Am1 * (A + 1)));
129 *rx = x / sqrtl((1 - y) * (1 + y));
131 *rx = log1pl((y - 1) + sqrtl((y - 1) * (y + 1)));
134 *rx = logl(A + sqrtl(A * A - 1));
169 long double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; local
205 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y);
210 return (CMPLXL(copysignl(rx, x), copysignl(ry, y)));
225 long double x, y, ax, ay, rx, r local
285 long double rx, ry; local
364 long double x, y, ax, ay, rx, ry; local
[all...]
H A Dcatrigf.c88 do_hard_work(float x, float y, float *rx, int *B_is_usable, float *B, argument
103 *rx = sqrtf(x);
106 *rx = log1pf(Am1 + sqrtf(Am1 * (A + 1)));
108 *rx = x / sqrtf((1 - y) * (1 + y));
110 *rx = log1pf((y - 1) + sqrtf((y - 1) * (y + 1)));
113 *rx = logf(A + sqrtf(A * A - 1));
148 float x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; local
184 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y);
189 return (CMPLXF(copysignf(rx, x), copysignf(ry, y)));
203 float x, y, ax, ay, rx, r local
263 float rx, ry; local
341 float x, y, ax, ay, rx, ry; local
[all...]
/freebsd-11-stable/contrib/ncurses/form/
H A Dfty_regex.c111 char *rx = (char *)arg; local
114 if (rx)
122 && !regcomp(preg->pRegExp, rx,
140 char *rx = (char *)arg;
143 if (rx)
163 char *last_pos = compile(rx, buf, &buf[blen], '\0');
166 char *last_pos = compile(rx, buf, &buf[blen]);
212 char *rx = va_arg(*ap, char *); local
214 return Generic_RegularExpression_Type((void *)rx);
/freebsd-11-stable/contrib/file/src/
H A Dfuncs.c610 file_regex_t rx; local
613 rc = file_regcomp(&rx, pat, REG_EXTENDED);
615 file_regerror(&rx, rc, ms);
619 while (file_regexec(&rx, ms->o.buf, 1, &rm, 0) == 0) {
629 file_regfree(&rx);
634 file_regcomp(file_regex_t *rx, const char *pat, int flags) argument
637 rx->c_lc_ctype = newlocale(LC_CTYPE_MASK, "C", 0);
638 assert(rx->c_lc_ctype != NULL);
639 rx->old_lc_ctype = uselocale(rx
654 file_regexec(file_regex_t *rx, const char *str, size_t nmatch, regmatch_t* pmatch, int eflags) argument
665 file_regfree(file_regex_t *rx) argument
679 file_regerror(file_regex_t *rx, int rc, struct magic_set *ms) argument
[all...]
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_rpcb_pxy.c287 rpcb_xact_t *rx; local
298 rx = NULL;
316 rx = NULL; /* XXX gcc */
319 rv = ipf_p_rpcb_decoderep(fin, nat, rs, rm, &rx);
324 if (rx != NULL) {
326 ipf_p_rpcb_deref(rs, rx);
343 if (rx->rx_type == RPCB_RES_STRING)
345 else if (rx->rx_type == RPCB_RES_LIST)
354 if (rx != NULL) {
359 * finished with rx, an
425 rpcb_xact_t rx; local
868 rpcb_xact_t *rx; local
1046 rpcb_xact_t *rx; local
[all...]
/freebsd-11-stable/tools/tools/ath/athsurvey/
H A Dathsurvey.c79 float tx = 0.0, rx = 0.0, cc = 0.0, cext = 0.0; local
107 rx = (float) hs->samples[i].rx_busy * 100.0 /
133 if (rx > max_rx)
134 max_rx = rx;
145 if (rx < min_rx)
146 min_rx = rx;
204 printf(" tx%% rx%% bc%% ec%% ");
205 printf(" tx%% rx%% bc%% ec%% ");
206 printf(" tx%% rx%% bc%% ec%%\n");
/freebsd-11-stable/sys/powerpc/pseries/
H A Dphyp_llan.c125 static int llan_add_rxbuf(struct llan_softc *sc, struct llan_xfer *rx);
316 llan_add_rxbuf(struct llan_softc *sc, struct llan_xfer *rx) argument
329 if (rx->rx_mbuf != NULL) {
330 bus_dmamap_sync(sc->rxbuf_dma_tag, rx->rx_dmamap,
332 bus_dmamap_unload(sc->rxbuf_dma_tag, rx->rx_dmamap);
336 m_copyback(m, 0, 8, (void *)&rx);
338 error = bus_dmamap_load_mbuf_sg(sc->rxbuf_dma_tag, rx->rx_dmamap, m,
342 "cannot load RX DMA map %p, error = %d\n", rx, error);
350 rx->rx_mbuf = m;
352 bus_dmamap_sync(sc->rxbuf_dma_tag, rx
371 struct llan_xfer *rx; local
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416desc.h53 struct ar5416_rx_desc { /* rx desc has 2 control words + 9 status words */
73 struct ar5416_rx_desc rx; member in union:ar5416_desc::__anon9259
90 #define ds_rxstatus0 u.rx.status0
91 #define ds_rxstatus1 u.rx.status1
92 #define ds_rxstatus2 u.rx.status2
93 #define ds_rxstatus3 u.rx.status3
94 #define ds_rxstatus4 u.rx.status4
95 #define ds_rxstatus5 u.rx.status5
96 #define ds_rxstatus6 u.rx.status6
97 #define ds_rxstatus7 u.rx
[all...]
/freebsd-11-stable/sys/arm/allwinner/
H A Dif_awg.c161 struct awg_rxring rx; member in struct:awg_softc
425 sc->rx.desc_ring[index].addr = htole32((uint32_t)paddr);
426 sc->rx.desc_ring[index].size = htole32(size);
427 sc->rx.desc_ring[index].next =
428 htole32(sc->rx.desc_ring_paddr + DESC_OFF(RX_NEXT(index)));
429 sc->rx.desc_ring[index].status = htole32(status);
440 error = bus_dmamap_load_mbuf_sg(sc->rx.buf_tag,
441 sc->rx.buf_map[index].map, m, &seg, &nsegs, 0);
445 bus_dmamap_sync(sc->rx.buf_tag, sc->rx
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212desc.h27 * AR5212-specific tx/rx descriptor definition.
44 } rx; member in union:ar5212_desc::__anon9250
54 #define ds_rxstatus0 u.rx.status0
55 #define ds_rxstatus1 u.rx.status1
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DExecutionDomainFix.h170 /// Set LiveRegs[rx] = dv, updating reference counts.
171 void setLiveReg(int rx, DomainValue *DV);
173 /// Kill register rx, recycle or collapse any DomainValue.
174 void kill(int rx);
176 /// Force register rx into domain.
177 void force(int rx, unsigned domain);
/freebsd-11-stable/tools/tools/netmap/
H A Dbridge.c79 RD(5, "wrong index rx[%d] = %d -> tx[%d] = %d",
85 RD(5, "wrong len %d rx[%d] -> tx[%d]", rs->len, j, k);
88 D("%s send len %d rx[%d] -> tx[%d]", msg, rs->len, j, k);
317 D("poll %s [0] ev %x %x rx %d@%d tx %d,"
318 " [1] ev %x %x rx %d@%d tx %d",
334 struct netmap_ring *rx = NETMAP_RXRING(pa->nifp, pa->cur_rx_ring); local
335 D("error on fd0, rx [%d,%d,%d)",
336 rx->head, rx->cur, rx
339 struct netmap_ring *rx = NETMAP_RXRING(pb->nifp, pb->cur_rx_ring); local
[all...]
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dmep-asm.c324 /* Prevent ($ry) from being attempted as an expression on 'sw $rx,($ry)'.
1045 char *rx = rxbuf;
1068 *rx++ = '[';
1069 *rx++ = TOLOWER (c);
1070 *rx++ = TOUPPER (c);
1071 *rx++ = ']';
1074 *rx++ = c;
1077 /* Copy any remaining literals from the syntax string into the rx. */
1078 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn)
1095 *rx
1043 char *rx = rxbuf; local
[all...]
/freebsd-11-stable/sys/net80211/
H A Dieee80211_input.c62 ieee80211_process_mimo(struct ieee80211_node *ni, struct ieee80211_rx_stats *rx) argument
67 if ((rx->r_flags & (IEEE80211_R_C_CHAIN | IEEE80211_R_C_NF | IEEE80211_R_C_RSSI)) !=
72 for (i = 0; i < MIN(rx->c_chain, IEEE80211_MAX_CHAINS); i++) {
73 IEEE80211_RSSI_LPF(ni->ni_mimo_rssi_ctl[i], rx->c_rssi_ctl[i]);
74 IEEE80211_RSSI_LPF(ni->ni_mimo_rssi_ext[i], rx->c_rssi_ext[i]);
78 for(i = 0; i < MIN(rx->c_chain, IEEE80211_MAX_CHAINS); i++) {
79 ni->ni_mimo_noise_ctl[i] = rx->c_nf_ctl[i];
80 ni->ni_mimo_noise_ext[i] = rx->c_nf_ext[i];
82 ni->ni_mimo_chains = rx->c_chain;
87 struct ieee80211_rx_stats *rx)
86 ieee80211_input_mimo(struct ieee80211_node *ni, struct mbuf *m, struct ieee80211_rx_stats *rx) argument
109 struct ieee80211_rx_stats rx; local
118 ieee80211_input_mimo_all(struct ieee80211com *ic, struct mbuf *m, struct ieee80211_rx_stats *rx) argument
[all...]
/freebsd-11-stable/tools/tools/net80211/w00t/assoc/
H A Dassoc.c60 int rx; member in struct:params
432 rc = sniff(p->rx, buf, sizeof(buf));
493 rc = sniff(p->rx, buf, sizeof(buf));
547 rc = sniff(p->rx, buf, sizeof(buf));
593 rc = sniff(p->rx, buf, sizeof(buf));
774 if (open_rxtx(iface, &p.rx, &p.tx) == -1)
811 FD_SET(p.rx, &fds);
818 rc = select(p.rx+1, &fds, NULL,
895 FD_SET(p.rx, &fds);
897 max = (p.rx >
[all...]
/freebsd-11-stable/usr.sbin/fwcontrol/
H A Dfwmpegts.c174 bufreq.rx.nchunk = NCHUNK;
175 bufreq.rx.npacket = NPACKET_R;
176 bufreq.rx.psize = PSIZE;
H A Dfwdv.c120 bufreq.rx.nchunk = NCHUNK;
121 bufreq.rx.npacket = NPACKET_R;
122 bufreq.rx.psize = PSIZE;
278 bufreq.rx.nchunk = 0;
279 bufreq.rx.npacket = 0;
280 bufreq.rx.psize = 0;
/freebsd-11-stable/contrib/ncurses/menu/
H A Dm_driver.c460 int ry = event.y, rx = event.x; /* screen coordinates */ local
463 if (mouse_trafo(&ry, &rx, FALSE))
464 { /* rx, ry are now "curses" coordinates */
494 rx = event.x;
495 if (wmouse_trafo(sub, &ry, &rx, FALSE))
504 (rx >= x) &&
505 (rx < x + menu->itemlen))
/freebsd-11-stable/tools/tools/net80211/w00t/prga/
H A Dprga.c55 int rx; member in struct:params
168 rc = sniff(p->rx, buf, sizeof(buf));
368 FD_SET(p->rx, &fds);
369 if (select(p->rx+1, &fds, NULL, NULL, &now) == -1)
372 if (!FD_ISSET(p->rx, &fds))
376 rc = sniff(p->rx, buf, sizeof(buf));
429 FD_SET(p->rx, &fds);
430 if (select(p->rx+1, &fds, NULL, NULL, &now) == -1)
433 if (!FD_ISSET(p->rx, &fds))
437 rc = sniff(p->rx, bu
[all...]
/freebsd-11-stable/tools/tools/net80211/w00t/libw00t/
H A Dw00t.h38 int open_rxtx(char *iface, int *rx, int *tx);
/freebsd-11-stable/tools/tools/iwn/iwnstats/
H A Dmain.c255 iwn_stats_phy_print(is, &s->rx.ofdm, "ofdm");
256 iwn_stats_phy_print(is, &s->rx.cck, "cck");
257 iwn_stats_ht_phy_print(is, &s->rx.ht);
258 iwn_stats_rx_general_print(is, &s->rx.general);
/freebsd-11-stable/sys/arm/ti/cpsw/
H A Dif_cpsw.c343 mtx_assert(&(sc)->rx.lock, MA_NOTOWNED); \
352 mtx_lock(&(sc)->rx.lock); \
355 #define CPSW_RX_UNLOCK(sc) mtx_unlock(&(sc)->rx.lock)
356 #define CPSW_RX_LOCK_ASSERT(sc) mtx_assert(&(sc)->rx.lock, MA_OWNED)
671 slot = STAILQ_FIRST(&sc->rx.active);
673 cpsw_write_hdp_slot(sc, &sc->rx, slot);
675 cpsw_write_4(sc, CPSW_CPDMA_RX_FREEBUFFER(0), sc->rx.active_queue_len);
679 sc->rx.running = 1;
819 mtx_init(&sc->rx.lock, device_get_nameunit(dev),
868 STAILQ_INIT(&sc->rx
[all...]
/freebsd-11-stable/tools/tools/net80211/w00t/expand/
H A Dexpand.c61 int rx; member in struct:params
337 rc = sniff(p->rx, buf, buflen);
402 FD_SET(p->rx, &fds);
404 if (select(p->rx+1, &fds, NULL, NULL, to) == -1)
407 if (FD_ISSET(p->rx, &fds))
453 if ((p.rx = open_rx(iface)) == -1)

Completed in 392 milliseconds

123456