Searched refs:bw (Results 1 - 25 of 191) sorted by relevance

12345678

/freebsd-current/contrib/bearssl/T0/
H A DCodeElementUIntInt.cs53 internal override int Encode(BlobWriter bw, bool oneByteCode) argument
56 ? EncodeOneByte(val1, bw)
57 : Encode7EUnsigned(val1, bw);
58 len += Encode7ESigned(val2, bw);
H A DCodeElementUIntUInt.cs52 internal override int Encode(BlobWriter bw, bool oneByteCode) argument
55 ? EncodeOneByte(val1, bw)
56 : Encode7EUnsigned(val1, bw);
57 len += Encode7EUnsigned(val2, bw);
H A DCodeElementUInt.cs49 internal override int Encode(BlobWriter bw, bool oneByteCode) argument
52 ? EncodeOneByte(val, bw)
53 : Encode7EUnsigned(val, bw);
H A DCodeElementUIntExpr.cs56 internal override int Encode(BlobWriter bw, bool oneByteCode) argument
59 ? EncodeOneByte(val, bw)
60 : Encode7EUnsigned(val, bw);
62 bw.Append(String.Format("T0_INT{0}({1})",
H A DCodeElement.cs47 internal abstract int Encode(BlobWriter bw, bool oneByteCode); argument
49 internal static int EncodeOneByte(uint val, BlobWriter bw) argument
55 bw.Append((byte)val);
59 internal static int Encode7EUnsigned(uint val, BlobWriter bw) argument
65 if (bw != null) {
71 bw.Append((byte)x);
77 internal static int Encode7ESigned(int val, BlobWriter bw) argument
89 if (bw != null) {
95 bw.Append((byte)x);
H A DCodeElementJump.cs80 internal override int Encode(BlobWriter bw, bool oneByteCode) argument
82 if (bw == null) {
87 len = EncodeOneByte(jumpType, bw);
89 len = Encode7EUnsigned(jumpType, bw);
95 return len + Encode7ESigned(joff, bw);
/freebsd-current/contrib/bearssl/src/int/
H A Di32_sub.c37 uint32_t aw, bw, naw; local
40 bw = b[u];
41 naw = aw - bw - cc;
H A Di32_add.c37 uint32_t aw, bw, naw; local
40 bw = b[u];
41 naw = aw + bw + cc;
H A Di31_sub.c37 uint32_t aw, bw, naw; local
40 bw = b[u];
41 naw = aw - bw - cc;
H A Di15_add.c37 uint32_t aw, bw, naw; local
40 bw = b[u];
41 naw = aw + bw + cc;
H A Di15_sub.c37 uint32_t aw, bw, naw; local
40 bw = b[u];
41 naw = aw - bw - cc;
H A Di31_add.c37 uint32_t aw, bw, naw; local
40 bw = b[u];
41 naw = aw + bw + cc;
/freebsd-current/sys/dev/aac/
H A Daac_disk.c182 struct aac_blockwrite *bw; local
187 bw = (struct aac_blockwrite *)&fib->data[0];
188 sg = &bw->SgMap;
209 struct aac_blockwrite64 *bw; local
214 bw = (struct aac_blockwrite64 *)&fib->data[0];
215 sg = &bw->SgMap64;
270 struct aac_blockwrite *bw; local
271 bw = (struct aac_blockwrite *)&fib->data[0];
272 bw->Command = VM_CtBlockWrite;
273 bw
281 struct aac_blockwrite64 *bw; local
[all...]
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dop_classes.c200 u8 channel, u8 bw)
206 if (bw == BW40MINUS || (bw == BW40 && (((channel - 1) / 4) % 2))) {
210 } else if (bw == BW40PLUS) {
214 } else if (is_6ghz_op_class(op_class) && bw == BW40) {
219 } else if (bw == BW80) {
226 } else if (bw == BW160) {
233 } else if (bw == BW80P80) {
331 channels[i], op_class->bw) !=
342 op_class->bw) !
199 verify_channel(struct hostapd_hw_modes *mode, u8 op_class, u8 channel, u8 bw) argument
[all...]
/freebsd-current/tools/tools/build_option_survey/
H A Dmkhtml.sh95 for i in bw iw w
134 if [ -f $m/bw/_.sc ] ; then
135 comm -13 ${RDIR}/Ref/_.sc $m/bw/_.sc >> $H
139 majcol bw r $m $md
H A Doption_survey.sh19 bw ( ) ( function
31 > ${FDIR}/_.bw 2>&1
130 bw
173 if [ ! -f $d/bw/done ] ; then
177 rm -rf $d/w $d/bw
178 mkdir -p $d/w $d/bw
179 if bw ; then
180 mv ${FDIR}/_.* $d/bw || true
190 mv ${FDIR}/_.* $d/bw || true
191 touch $d/bw/don
[all...]
H A Dreduce.sh43 if [ ! -d $m/iw -a ! -d $m/bw -a ! -d $m/w ] ; then
58 if [ ! -f $m/bw/done ] ; then
60 elif [ ! -f $m/bw/_.success ] ; then
69 for x in iw bw w
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Dreg.c509 u16 bw; local
514 bw = end_freq - start_freq;
515 bw = min_t(u16, bw, max_bw);
517 if (bw >= 80 && bw < 160)
518 bw = 80;
519 else if (bw >= 40 && bw < 80)
520 bw
530 ath11k_reg_update_rule(struct ieee80211_reg_rule *reg_rule, u32 start_freq, u32 end_freq, u32 bw, u32 ant_gain, u32 reg_pwr, u32 reg_flags) argument
550 u16 bw; local
[all...]
/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Dreg.c471 u16 bw;
473 bw = end_freq - start_freq;
474 bw = min_t(u16, bw, max_bw);
476 if (bw >= 80 && bw < 160)
477 bw = 80;
478 else if (bw >= 40 && bw < 80)
479 bw
[all...]
H A Dmac.h73 enum rate_info_bw ath12k_mac_bw_to_mac80211_bw(enum ath12k_supported_bw bw);
74 enum ath12k_supported_bw ath12k_mac_mac80211_bw_to_ath12k_bw(enum rate_info_bw bw);
/freebsd-current/sys/netinet/
H A Dtcp_ratelimit.h128 tcp_get_pacing_burst_size_w_divisor(struct tcpcb *tp, uint64_t bw, uint32_t segsiz, int can_use_1mss,
174 tcp_get_pacing_burst_size_w_divisor(struct tcpcb *tp, uint64_t bw, uint32_t segsiz, int can_use_1mss, argument
180 * bw < 24Meg
183 * tso = min(bw/(div=1000), 64k)
196 bytes = bw / RL_DEFAULT_DIVISOR;
198 bytes = bw / divisor;
232 tcp_get_pacing_burst_size(struct tcpcb *tp, uint64_t bw, uint32_t segsiz, int can_use_1mss, argument
236 return (tcp_get_pacing_burst_size_w_divisor(tp, bw, segsiz,
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Dmcu.c15 int mt76x2_mcu_set_channel(struct mt76x02_dev *dev, u8 channel, u8 bw, argument
21 u8 bw; member in struct:__anon279
31 .bw = bw,
/freebsd-current/usr.sbin/wake/
H A Dwake.c159 ssize_t bw; local
171 bw = 0;
173 if ((bw = write(bpf, p, len)) == -1) {
177 len -= bw;
178 p += bw;
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Drs-fw.c257 enum IWL_TLC_MCS_PER_BW bw,
261 ht_rates[IWL_TLC_NSS_2][bw] |= cpu_to_le16(mcs_msk);
264 ht_rates[IWL_TLC_NSS_1][bw] |= cpu_to_le16(mcs_msk);
269 rs_fw_rs_mcs2eht_mcs(enum IWL_TLC_MCS_PER_BW bw, argument
272 switch (bw) {
274 return &eht_mcs->bw._80;
276 return &eht_mcs->bw._160;
278 return &eht_mcs->bw._320;
298 enum IWL_TLC_MCS_PER_BW bw; local
308 mcs_rx_20.rx_tx_mcs7_max_nss = eht_rx_mcs->bw
256 rs_fw_set_eht_mcs_nss(__le16 ht_rates[][3], enum IWL_TLC_MCS_PER_BW bw, u8 max_nss, u16 mcs_msk) argument
[all...]
/freebsd-current/sys/dev/ice/
H A Dice_sched.h76 u32 bw; /* in Kbps */ member in struct:rl_profile_params
88 u32 bw; /* requested */ member in struct:ice_aqc_rl_profile_info
136 enum ice_rl_type rl_type, u32 bw);
140 enum ice_rl_type rl_type, u32 bw, u8 layer_num);
209 u16 q_handle, enum ice_rl_type rl_type, u32 bw);
215 enum ice_rl_type rl_type, u32 bw);
221 enum ice_rl_type rl_type, u32 bw);
227 enum ice_rl_type rl_type, u32 bw);
268 enum ice_rl_type rl_type, u32 bw);

Completed in 139 milliseconds

12345678