Searched refs:rs (Results 76 - 100 of 206) sorted by relevance

123456789

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp670 "DADDIU rt, rs, immediate"},
672 "ADDIU rt, rs, immediate"},
673 {"SD", &EmulateInstructionMIPS64::Emulate_SD, "SD rt, offset(rs)"},
676 "DSUBU rd, rs, rt"},
678 "SUBU rd, rs, rt"},
680 "DADDU rd, rs, rt"},
682 "ADDU rd, rs, rt"},
728 "LW rt, offset(rs)"},
773 "SW rt, offset(rs)"},
792 {"BEQ", &EmulateInstructionMIPS64::Emulate_BXX_3ops, "BEQ rs,r
1344 uint32_t rs, rt; local
1395 uint32_t rs; local
1506 uint32_t rs; local
1574 uint32_t rs; local
1659 uint32_t rs, rt; local
1738 uint32_t rs; local
1853 uint32_t rs, rt; local
1952 uint32_t rs; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBFrame.i325 rs = self.regs[i]
326 for j in range (0,rs.num_children):
327 reg = rs.GetChildAtIndex(j)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_initialize.c332 for (range_seg_t *rs = avl_first(rt); rs != NULL;
333 rs = AVL_NEXT(rt, rs)) {
334 uint64_t size = rs->rs_end - rs->rs_start;
344 VDEV_LABEL_START_SIZE + rs->rs_start +
489 for (range_seg_t *rs = avl_first(&msp->ms_allocatable->rt_root); rs;
490 rs
[all...]
/freebsd-11-stable/contrib/gcc/config/soft-fp/
H A Dsingle.h148 #define FP_FROM_INT_S(X,r,rs,rt) _FP_FROM_INT(S,1,X,r,rs,rt)
H A Ddouble.h159 #define FP_FROM_INT_D(X,r,rs,rt) _FP_FROM_INT(D,2,X,r,rs,rt)
259 #define FP_FROM_INT_D(X,r,rs,rt) _FP_FROM_INT(D,1,X,r,rs,rt)
H A Dquad.h165 #define FP_FROM_INT_Q(X,r,rs,rt) _FP_FROM_INT(Q,4,X,r,rs,rt)
266 #define FP_FROM_INT_Q(X,r,rs,rt) _FP_FROM_INT(Q,2,X,r,rs,rt)
H A Dextended.h257 #define FP_FROM_INT_E(X,r,rs,rt) _FP_FROM_INT(E,4,X,r,rs,rt)
426 #define FP_FROM_INT_E(X,r,rs,rt) _FP_FROM_INT(E,2,X,r,rs,rt)
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-srio.h265 uint64_t rs : 1; /**< In some configurations, enables the sRIO member in struct:__anon8759::__anon8762::__anon8763
288 uint64_t rs : 1;
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_tdma.c367 const struct ath_rx_status *rs; local
394 rs = sc->sc_lastrs;
396 rstamp = ath_extend_tsf(sc, rs->rs_tstamp, tsf);
404 rix = rt->rateCodeToIndex[rs->rs_rate];
429 txtime = ath_hal_pkt_txtime(ah, rt, rs->rs_datalen,
431 !! (rs->rs_flags & HAL_RX_2040),
433 (! (rs->rs_flags & HAL_RX_GI)) : rt->info[rix].shortPreamble);
477 "rs->rstamp %llu rstamp %llu tsf %llu txtime %d, nextslot %llu, "
479 (unsigned long long) rs->rs_tstamp,
H A Dif_ath_ioctl.c128 ath_ioctl_ratestats(struct ath_softc *sc, struct ath_rateioctl *rs) argument
136 ni = ieee80211_find_node(&ic->ic_sta, rs->is_u.macaddr);
147 error = ath_rate_fetch_node_stats(sc, an, rs);
H A Dif_ath_lna_div.c712 ath_lna_rx_comb_scan(struct ath_softc *sc, struct ath_rx_status *rs, argument
719 int main_rssi = rs->rs_rssi_ctl[0];
720 int alt_rssi = rs->rs_rssi_ctl[1];
724 rx_ant_conf = (rs->rs_rssi_ctl[2] >> 4) & ATH_ANT_RX_MASK;
725 main_ant_conf = (rs->rs_rssi_ctl[2] >> 2) & ATH_ANT_RX_MASK;
726 alt_ant_conf = (rs->rs_rssi_ctl[2] >> 0) & ATH_ANT_RX_MASK;
738 !!(rs->rs_rssi_ctl[2] & 0x80),
739 !!(rs->rs_rssi_ctl[2] & 0x40),
740 !!(rs->rs_rssi_ext[2] & 0x40));
788 !! (rs
[all...]
/freebsd-11-stable/sys/mips/mips/
H A Ddb_trace.c280 switch (i.RType.rs) {
289 if (i.IType.rs != 29)
323 if (i.IType.rs != 29)
360 if (i.IType.rs != 29 || i.IType.rt != 29)
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm_util.h128 extern uint8_t iwm_ridx2rate(struct ieee80211_rateset *rs, int ridx);
/freebsd-11-stable/usr.sbin/praudit/tests/
H A Dpraudit_test.sh167 praudit -rs $(atf_get_srcdir)/trail
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp683 "ADDIU rt, rs, immediate"},
684 {"SW", &EmulateInstructionMIPS::Emulate_SW, "SW rt, offset(rs)"},
686 {"SUBU", &EmulateInstructionMIPS::Emulate_SUBU_ADDU, "SUBU rd, rs, rt"},
687 {"ADDU", &EmulateInstructionMIPS::Emulate_SUBU_ADDU, "ADDU rd, rs, rt"},
851 {"BEQ", &EmulateInstructionMIPS::Emulate_BXX_3ops, "BEQ rs,rt,offset"},
852 {"BNE", &EmulateInstructionMIPS::Emulate_BXX_3ops, "BNE rs,rt,offset"},
853 {"BEQL", &EmulateInstructionMIPS::Emulate_BXX_3ops, "BEQL rs,rt,offset"},
854 {"BNEL", &EmulateInstructionMIPS::Emulate_BXX_3ops, "BNEL rs,rt,offset"},
859 "BGEZAL rs,offset"},
862 {"BGEZ", &EmulateInstructionMIPS::Emulate_BXX_2ops, "BGEZ rs,offse
1802 uint32_t rs, rt; local
1851 uint32_t rs, rt; local
1930 uint32_t rs; local
1999 uint32_t rs; local
2049 uint32_t rs; local
2102 uint32_t rs; local
2212 uint32_t rs = m_reg_info->getEncodingValue(insn.getOperand(0).getReg()); local
2293 uint32_t rs = m_reg_info->getEncodingValue(insn.getOperand(0).getReg()); local
2374 uint32_t rs = 0, rt = 0; local
2550 uint32_t rs, rt; local
2649 uint32_t rs; local
[all...]
/freebsd-11-stable/sys/net80211/
H A Dieee80211_input.c405 struct ieee80211_rateset *rs = &ni->ni_rates; local
407 memset(rs, 0, sizeof(*rs));
408 rs->rs_nrates = rates[1];
409 memcpy(rs->rs_rates, rates + 2, rs->rs_nrates);
416 if (rs->rs_nrates + nxrates > IEEE80211_RATE_MAXSIZE) {
417 nxrates = IEEE80211_RATE_MAXSIZE - rs->rs_nrates;
423 memcpy(rs->rs_rates + rs
[all...]
H A Dieee80211_proto.c351 const struct ieee80211_rateset *rs = &ic->ic_sup_rates[i]; local
374 rs->rs_rates[0] & IEEE80211_RATE_VAL;
376 rs->rs_rates[0] & IEEE80211_RATE_VAL;
379 vap->iv_txparms[i].mgmtrate = rs->rs_rates[0] & IEEE80211_RATE_VAL;
380 vap->iv_txparms[i].mcastrate = rs->rs_rates[0] & IEEE80211_RATE_VAL;
619 findrix(const struct ieee80211_rateset *rs, int r) argument
623 for (i = 0; i < rs->rs_nrates; i++)
624 if ((rs->rs_rates[i] & IEEE80211_RATE_VAL) == r)
802 ieee80211_iserp_rateset(const struct ieee80211_rateset *rs) argument
807 if (rs
832 setbasicrates(struct ieee80211_rateset *rs, enum ieee80211_phymode mode, int add) argument
866 ieee80211_setbasicrates(struct ieee80211_rateset *rs, enum ieee80211_phymode mode) argument
876 ieee80211_addbasicrates(struct ieee80211_rateset *rs, enum ieee80211_phymode mode) argument
[all...]
/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.c145 bus_alloc_resources(device_t dev, struct resource_spec *rs, argument
150 for (i = 0; rs[i].type != -1; i++)
152 for (i = 0; rs[i].type != -1; i++) {
154 rs[i].type, &rs[i].rid, rs[i].flags);
155 if (res[i] == NULL && !(rs[i].flags & RF_OPTIONAL)) {
156 bus_release_resources(dev, rs, res);
164 bus_release_resources(device_t dev, const struct resource_spec *rs, argument
169 for (i = 0; rs[
[all...]
/freebsd-11-stable/contrib/apr/poll/unix/
H A Dselect.c344 int rs; local
381 rs = pipe_select(pollset->p->maxfd + 1, &readset, &writeset, &exceptset,
386 rs = select(pollset->p->maxfd + 1, &readset, &writeset, &exceptset,
389 if (rs < 0) {
392 if (rs == 0) {
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_mips.c563 switch (i.RType.rs) {
578 if ((i.IType.rs == 30) && (i.IType.rt = 29))
582 if (i.IType.rs != 29)
597 if (i.IType.rs != 29 || i.IType.rt != 29)
681 if (i.IType.rs != 29)
694 if (i.IType.rs != 29)
711 if (i.IType.rs != 29 || i.IType.rt != 29)
/freebsd-11-stable/usr.sbin/rtsold/
H A Drtsold.c516 struct nd_router_solicit *rs; local
536 rs = (struct nd_router_solicit *)buf;
537 rs->nd_rs_type = ND_ROUTER_SOLICIT;
538 rs->nd_rs_code = 0;
539 rs->nd_rs_cksum = 0;
540 rs->nd_rs_reserved = 0;
541 buf += sizeof(*rs);
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddwarf.c2964 Frame_Chunk *rs; local
3488 rs = xmalloc (sizeof (Frame_Chunk));
3489 rs->ncols = fc->ncols;
3490 rs->col_type = xcmalloc (rs->ncols, sizeof (short int));
3491 rs->col_offset = xcmalloc (rs->ncols, sizeof (int));
3492 memcpy (rs->col_type, fc->col_type, rs->ncols);
3493 memcpy (rs
[all...]
/freebsd-11-stable/sys/dev/acpi_support/
H A Datk0110.c458 ACPI_STATUS rs; local
487 rs = AcpiEvaluateObjectTyped(sc->sc_ah, name, &mp, &b,
489 if (ACPI_FAILURE(rs)) {
523 ACPI_STATUS rs; local
543 rs = AcpiEvaluateObjectTyped(sc->sc_ah, "GITM", &arg, &buf,
546 if (ACPI_FAILURE(rs)) {
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_pipe.c210 struct netmap_slot *rs = &rxring->slot[k]; local
213 *rs = *ts;
261 struct netmap_slot *rs = &rxring->slot[k]; local
264 if (rs->flags & NS_BUF_CHANGED) {
266 *ts = *rs;
267 rs->flags &= ~NS_BUF_CHANGED;
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c11300 do_vfp_nsyn_add_sub (enum neon_shape rs)
11304 if (rs == NS_FFF)
11326 enum neon_shape rs;
11332 rs = neon_select_shape (NS_FF, NS_DD, NS_NULL);
11333 et = neon_check_type (2, rs,
11338 rs = neon_select_shape (NS_FFF, NS_DDD, NS_NULL);
11339 et = neon_check_type (3, rs,
11349 pfn (rs); argument
11359 do_vfp_nsyn_mla_mls (enum neon_shape rs)
11363 if (rs
11290 do_vfp_nsyn_add_sub(enum neon_shape rs) argument
11316 enum neon_shape rs; local
11370 do_vfp_nsyn_mul(enum neon_shape rs) argument
11379 do_vfp_nsyn_abs_neg(enum neon_shape rs) argument
11426 enum neon_shape rs = neon_select_shape (NS_FF, NS_DD, NS_NULL); local
11438 enum neon_shape rs = neon_select_shape (NS_FFF, NS_DDD, NS_NULL); local
11451 enum neon_shape rs = neon_select_shape (NS_FFF, NS_DDD, NS_NULL); local
11473 enum neon_shape rs = neon_select_shape (NS_FF, NS_DD, NS_NULL); local
11489 enum neon_shape rs = neon_select_shape (NS_FI, NS_DI, NS_NULL); local
11636 enum neon_shape rs = neon_select_shape (NS_DDD, NS_QQQ, NS_NULL); local
11645 enum neon_shape rs = neon_select_shape (NS_DDD, NS_QQQ, NS_NULL); local
11675 enum neon_shape rs = neon_select_shape (NS_DDI, NS_QQI, NS_NULL); local
11682 enum neon_shape rs = neon_select_shape (NS_DDD, NS_QQQ, NS_NULL); local
11707 enum neon_shape rs = neon_select_shape (NS_DDI, NS_QQI, NS_NULL); local
11716 enum neon_shape rs = neon_select_shape (NS_DDD, NS_QQQ, NS_NULL); local
11733 enum neon_shape rs = neon_select_shape (NS_DDD, NS_QQQ, NS_NULL); local
11996 enum neon_shape rs = neon_select_shape (NS_DDD, NS_QQQ, NS_NULL); local
12004 enum neon_shape rs = neon_select_shape (NS_DI, NS_QI, NS_NULL); local
12071 enum neon_shape rs = neon_select_shape (NS_DDD, NS_QQQ, NS_NULL); local
12080 enum neon_shape rs = neon_select_shape (NS_DDD, NS_QQQ, NS_NULL); local
12219 enum neon_shape rs = neon_select_shape (NS_DDI, NS_QQI, NS_NULL); local
12322 enum neon_shape rs = neon_select_shape (NS_DDS, NS_QQS, NS_NULL); local
12339 enum neon_shape rs = neon_select_shape (NS_DDD, NS_QQQ, NS_NULL); local
12369 enum neon_shape rs = neon_select_shape (NS_DDS, NS_QQS, NS_NULL); local
12377 enum neon_shape rs = neon_select_shape (NS_DDD, NS_QQQ, NS_NULL); local
12389 enum neon_shape rs = neon_select_shape (NS_DDD, NS_QQQ, NS_NULL); local
12405 enum neon_shape rs = neon_select_shape (NS_DDD, NS_QQQ, NS_NULL); local
12413 enum neon_shape rs; local
12439 enum neon_shape rs = neon_select_shape (NS_DDI, NS_QQI, NS_NULL); local
12451 enum neon_shape rs = neon_select_shape (NS_DDI, NS_QQI, NS_NULL); local
12463 enum neon_shape rs = neon_select_shape (NS_DDI, NS_QQI, NS_NULL); local
12627 neon_cvt_flavour(enum neon_shape rs) argument
12676 do_vfp_nsyn_cvt(enum neon_shape rs, int flavour) argument
12742 enum neon_shape rs = neon_select_shape (NS_FF, NS_FD, NS_NULL); local
12763 enum neon_shape rs = neon_select_shape (NS_DDI, NS_QQI, NS_FFI, NS_DD, NS_QQ, local
12837 enum neon_shape rs = neon_select_shape (NS_DI, NS_QI, NS_NULL); local
12891 enum neon_shape rs = neon_select_shape (NS_DD, NS_QQ, NS_NULL); local
13020 enum neon_shape rs = neon_select_shape (NS_DDDI, NS_QQQI, NS_NULL); local
13040 enum neon_shape rs = neon_select_shape (NS_DD, NS_QQ, NS_NULL); local
13059 enum neon_shape rs = neon_select_shape (NS_DS, NS_QS, NS_NULL); local
13083 enum neon_shape rs = neon_select_shape (NS_DR, NS_QR, NS_NULL); local
13150 enum neon_shape rs = neon_select_shape (NS_RRFF, NS_FFRR, NS_DRR, NS_RRD, local
13357 enum neon_shape rs = neon_select_shape (NS_DDI, NS_QQI, NS_NULL); local
13388 enum neon_shape rs = neon_select_shape (NS_DD, NS_QQ, NS_NULL); local
13398 enum neon_shape rs = neon_select_shape (NS_DD, NS_QQ, NS_NULL); local
13414 enum neon_shape rs = neon_select_shape (NS_DD, NS_QQ, NS_NULL); local
13423 enum neon_shape rs = neon_select_shape (NS_DD, NS_QQ, NS_NULL); local
13433 enum neon_shape rs = neon_select_shape (NS_DD, NS_QQ, NS_NULL); local
13443 enum neon_shape rs = neon_select_shape (NS_DD, NS_QQ, NS_NULL); local
13452 enum neon_shape rs = neon_select_shape (NS_DD, NS_QQ, NS_NULL); local
13461 enum neon_shape rs = neon_select_shape (NS_DD, NS_QQ, NS_NULL); local
13470 enum neon_shape rs = neon_select_shape (NS_DD, NS_QQ, NS_NULL); local
18741 int rs = newval & 0xf; local
[all...]

Completed in 419 milliseconds

123456789