Home
last modified time | relevance | path

Searched full:band (Results 1 – 25 of 587) sorted by relevance

12345678910>>...24

/freebsd/lib/lib80211/
H A Dregdomain.xml48 <band>
52 </band>
55 <band>
59 </band>
62 <band>
65 </band>
66 <band>
69 </band>
70 <band>
74 </band>
[all …]
H A Dlib80211_regdomain.c133 if (iseq(name, "band") && mt->netband == NULL) { in start_element()
135 warnx("band without enclosing netband at line %ld", in start_element()
145 if (mt->netband->band != NULL) { in start_element()
150 mt->netband->band = (void *)strdup(ref); in start_element()
292 /* <band> ... </band> */ in end_element()
337 /* </band> */ in end_element()
338 if (iseq(name, "band") && mt->netband != NULL) { in end_element()
339 if (mt->netband->band == NULL) { in end_element()
340 warnx("no freqbands for band at line %ld", in end_element()
344 warnx("no maxpower for band at line %ld", in end_element()
[all …]
/freebsd/share/man/man4/
H A Diwlwififw.459 .It Intel(R) Dual Band Wireless AC 7260
62 .It Intel(R) Dual Band Wireless AC 7260
65 .It Intel(R) Dual Band Wireless AC 7260
68 .It Intel(R) Dual Band Wireless AC 7260
71 .It Intel(R) Dual Band Wireless AC 7260
74 .It Intel(R) Dual Band Wireless N 7260
77 .It Intel(R) Dual Band Wireless N 7260
80 .It Intel(R) Dual Band Wireless N 7260
89 .It Intel(R) Dual Band Wireless AC 7260
92 .It Intel(R) Dual Band Wireles
[all...]
H A Diwm.4101 Intel Dual Band Wireless AC 3160
103 Intel Dual Band Wireless AC 3165
105 Intel Dual Band Wireless AC 3168
107 Intel Dual Band Wireless AC 7260
109 Intel Dual Band Wireless AC 7265
111 Intel Dual Band Wireless AC 8260
113 Intel Dual Band Wireless AC 8265
115 Intel Dual Band Wireless AC 9260
117 Intel Dual Band Wireless AC 9270
119 Intel Dual Band Wireless AC 946X
[all …]
H A Diwlwifi.4117 Intel(R) Dual Band Wireless AC 7260
119 Intel(R) Dual Band Wireless N 7260
123 Intel(R) Dual Band Wireless AC 3160
125 Intel(R) Dual Band Wireless N 3160
129 Intel(R) Dual Band Wireless AC 3165
131 Intel(R) Dual Band Wireless AC 3168
133 Intel(R) Dual Band Wireless AC 7265
137 Intel(R) Dual Band Wireless N 7265
139 Intel(R) Dual Band Wireless AC 8260
141 Intel(R) Dual Band Wireless N 8260
[all …]
/freebsd/share/doc/smm/18.net/
H A Dd.t29 .\".ds RH "Out of band data
33 \s+2Out of band data\s0
35 Out of band data is a facility peculiar to the stream socket
40 transmission channel along which out of band data is to be
43 of band message varies from protocol to protocol; everything
46 A stream socket's notion of out of band data has been defined
49 clearly this is subject to debate. Out of band data is expected
52 band data and one outstanding out of band message are expected to
55 more than one outstanding out of band message at a time.
57 Out of band data is maintained by the protocol and is usually not
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dtestmode.c23 u32 band[2]; member
27 { _list.band[0] = MT_##_reg(0); \
28 _list.band[1] = MT_##_reg(1); }
30 { _list.band[0] = MT_##_reg(0, _idx); \
31 _list.band[1] = MT_##_reg(1, _idx); }
80 .param.freq.band = phy->mt76->band_idx, in mt7915_tm_set_freq_offset()
114 .param.trx.band = phy->mt76->band_idx, in mt7915_tm_set_trx()
129 .param.clean.band = phy->mt76->band_idx, in mt7915_tm_clean_hwq()
147 .param.slot.band = phy->mt76->band_idx, in mt7915_tm_set_slot_time()
201 u8 band = phy->mt76->band_idx; in mt7915_tm_set_ipg_params() local
[all …]
H A Deeprom.c147 u8 band = phy->mt76->band_idx; in mt7915_eeprom_parse_band_config() local
150 val = eeprom[MT_EE_WIFI_CONF + band]; in mt7915_eeprom_parse_band_config()
170 val = band ? MT_EE_BAND_SEL_5GHZ : MT_EE_BAND_SEL_2GHZ; in mt7915_eeprom_parse_band_config()
192 u8 band = phy->mt76->band_idx; in mt7915_eeprom_parse_hw_cap() local
202 eeprom[MT_EE_WIFI_CONF + band]); in mt7915_eeprom_parse_hw_cap()
215 if (band) in mt7915_eeprom_parse_hw_cap()
220 eeprom[MT_EE_WIFI_CONF + 2 + band]); in mt7915_eeprom_parse_hw_cap()
232 if (band) in mt7915_eeprom_parse_hw_cap()
282 tssi_on = mt7915_tssi_enabled(dev, chan->band); in mt7915_eeprom_get_target_power()
285 if (chan->band == NL80211_BAND_2GHZ) { in mt7915_eeprom_get_target_power()
[all …]
H A Dmac.c345 status->band = mphy->chandef.chan->band; in mt7915_mac_fill_rx()
346 if (status->band == NL80211_BAND_5GHZ) in mt7915_mac_fill_rx()
348 else if (status->band == NL80211_BAND_6GHZ) in mt7915_mac_fill_rx()
628 int band; in mt7915_mac_write_txwi_tm() local
657 band = phy->mt76->chandef.chan->band; in mt7915_mac_write_txwi_tm()
658 if (band == NL80211_BAND_2GHZ && !cck) in mt7915_mac_write_txwi_tm()
661 r = &phy->mt76->hw->wiphy->bands[band]->bitrates[rate_idx]; in mt7915_mac_write_txwi_tm()
1192 u8 band = phy->mt76->band_idx; in mt7915_mac_set_timing() local
1194 bool a_band = !(phy->mt76->chandef.chan->band == NL80211_BAND_2GHZ); in mt7915_mac_set_timing()
1203 mt76_set(dev, MT_ARB_SCR(band), in mt7915_mac_set_timing()
[all …]
H A Dinit.c299 int pwr_delta = mt7915_eeprom_get_power_delta(dev, sband->band); in mt7915_init_txpower()
466 mt7915_mac_init_band(struct mt7915_dev *dev, u8 band) in mt7915_mac_init_band() argument
470 mt76_rmw_field(dev, MT_TMAC_CTCR0(band), in mt7915_mac_init_band()
472 mt76_set(dev, MT_TMAC_CTCR0(band), in mt7915_mac_init_band()
482 mt76_rmw(dev, MT_MDP_BNRCFR0(band), mask, set); in mt7915_mac_init_band()
490 mt76_rmw(dev, MT_MDP_BNRCFR1(band), mask, set); in mt7915_mac_init_band()
492 mt76_rmw_field(dev, MT_DMA_DCR0(band), MT_DMA_DCR0_MAX_RX_LEN, 0x680); in mt7915_mac_init_band()
495 mt76_clear(dev, MT_DMA_DCR0(band), MT_DMA_DCR0_RXD_G5_EN); in mt7915_mac_init_band()
498 mt76_wr(dev, MT_WF_RMAC_RSVD0(band), MT_WF_RMAC_RSVD0_EIFS_CLR); in mt7915_mac_init_band()
501 mt76_clear(dev, MT_WF_RMAC_MIB_AIRTIME1(band), in mt7915_mac_init_band()
[all …]
H A Dtestmode.h10 u8 band; member
15 u8 band; member
25 u8 band; member
32 u8 band; member
65 u8 band; member
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-eeprom-parse.c
/freebsd/sys/dev/ath/ath_hal/ah_regdomain/
H A Dah_rd_regenum.h56 FCC3_FCCA = 0x3A, /* USA & Canada w/5470 band, 11h, DFS enabled */
57 FCC3_WORLD = 0x3B, /* USA & Canada w/5470 band, 11h, DFS enabled */
94 APL7_FCCA = 0x5C, /* Taiwan 5.47 Band */
126 MKK5_MKKB = 0x86, /* Japan UNI-1 even + UNI-2 + mid-band + MKKB */
127 MKK5_MKKA2 = 0x87, /* Japan UNI-1 even + UNI-2 + mid-band + MKKA2 */
128 MKK5_MKKC = 0x88, /* Japan UNI-1 even + UNI-2 + mid-band + MKKC */
138 MKK8_MKKB = 0x8F, /* Japan UNI-1 even + UNI-1 odd + UNI-2 + mid-band + MKKB */
139 MKK8_MKKA2 = 0x90, /* Japan UNI-1 even + UNI-1 odd + UNI-2 + mid-band + MKKA2 */
140 MKK8_MKKC = 0x91, /* Japan UNI-1 even + UNI-1 odd + UNI-2 + mid-band + MKKC */
150 MKK11_MKKA = 0xD4, /* Japan UNI-1 even + UNI-2 + mid-band + 4.9GHz + MKKA */
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dregs.h71 /* TMAC: band 0(0x820e4000), band 1(0x820f4000), band 2(0x830e4000) */
92 /* WF DMA TOP: band 0(0x820e7000), band 1(0x820f7000), band 2(0x830e7000) */
102 /* WTBLOFF TOP: band 0(0x820e9000), band 1(0x820f9000), band 2(0x830e9000) */
110 /* ETBF: band 0(0x820ea000), band 1(0x820fa000), band 2(0x830ea000) */
119 /* LPON: band 0(0x820eb000), band 1(0x820fb000), band 2(0x830eb000) */
133 /* MIB: band 0(0x820ed000), band 1(0x820fd000), band 2(0x830ed000)*/
246 /* ARB: band 0(0x820e3000), band 1(0x820f3000), band 2(0x830e3000) */
254 /* RMAC: band 0(0x820e5000), band 1(0x820f5000), band 2(0x830e5000), */
304 /* RATE: band 0(0x820ee000), band 1(0x820fe000), band 2(0x830ee000) */
583 /* PHYRX CSD BAND */
H A Dinit.c112 int pwr_delta = mt7996_eeprom_get_power_delta(dev, sband->band); in mt7996_init_txpower()
242 mt7996_mac_init_band(struct mt7996_dev *dev, u8 band) in mt7996_mac_init_band() argument
247 mt76_wr(dev, MT_WF_RMAC_RSVD0(band), MT_WF_RMAC_RSVD0_EIFS_CLR); in mt7996_mac_init_band()
250 mt76_clear(dev, MT_WF_RMAC_MIB_AIRTIME1(band), in mt7996_mac_init_band()
252 mt76_clear(dev, MT_WF_RMAC_MIB_AIRTIME3(band), in mt7996_mac_init_band()
254 mt76_clear(dev, MT_WF_RMAC_MIB_AIRTIME4(band), in mt7996_mac_init_band()
261 mt76_rmw(dev, MT_WF_RMAC_MIB_AIRTIME0(band), mask, set); in mt7996_mac_init_band()
267 mt76_rmw(dev, MT_WTBLOFF_RSCR(band), mask, set); in mt7996_mac_init_band()
340 enum mt76_band_id band) in mt7996_register_phy() argument
346 if (band != MT_BAND1 && band != MT_BAND2) in mt7996_register_phy()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/
H A Dmarvell,sd8787.yaml39 description: Calibration data for the 2GHz band.
44 description: Calibration data for sub-band 0 in the 5GHz band.
49 description: Calibration data for sub-band 1 in the 5GHz band.
54 description: Calibration data for sub-band 2 in the 5GHz band.
59 description: Calibration data for sub-band 3 in the 5GHz band.
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/
H A Dmscc,ocelot.yaml114 managed = "in-band-status";
121 managed = "in-band-status";
128 managed = "in-band-status";
135 managed = "in-band-status";
183 managed = "in-band-status";
190 managed = "in-band-status";
197 managed = "in-band-status";
204 managed = "in-band-status";
211 managed = "in-band-status";
218 managed = "in-band-status";
[all …]
/freebsd/sys/contrib/dev/rtw89/
H A Dphy.c203 enum nl80211_band band; in rtw89_phy_ra_gi_ltf()
211 band = NL80211_BAND_2GHZ; in rtw89_phy_ra_gi_ltf()
216 band = NL80211_BAND_5GHZ; in rtw89_phy_ra_gi_ltf()
221 band = NL80211_BAND_6GHZ; in rtw89_phy_ra_gi_ltf()
226 rtw89_warn(rtwdev, "unhandled band type %d\n", chan->band_type); in rtw89_phy_ra_gi_ltf()
231 cfg_mask |= u64_encode_bits(mask->control[band].he_mcs[0],
233 cfg_mask |= u64_encode_bits(mask->control[band].he_mcs[1], in rtw89_phy_ra_sta_update()
236 cfg_mask |= u64_encode_bits(mask->control[band].vht_mcs[0], in rtw89_phy_ra_sta_update()
238 cfg_mask |= u64_encode_bits(mask->control[band].vht_mcs[1], in rtw89_phy_ra_sta_update()
241 cfg_mask |= u64_encode_bits(mask->control[band] in rtw89_phy_ra_sta_update()
141 enum nl80211_band band; rtw89_phy_ra_mask_cfg() local
204 u8 band = chan->band_type; rtw89_phy_ra_gi_ltf() local
479 u8 band = chan->band_type; rtw89_phy_rate_pattern_vif() local
1585 rtw89_phy_read_txpwr_byrate(struct rtw89_dev * rtwdev,u8 band,const struct rtw89_rate_desc * rate_desc) rtw89_phy_read_txpwr_byrate() argument
1633 rtw89_channel_to_idx(struct rtw89_dev * rtwdev,u8 band,u8 channel) rtw89_channel_to_idx() argument
1653 rtw89_phy_read_txpwr_limit(struct rtw89_dev * rtwdev,u8 band,u8 bw,u8 ntx,u8 rs,u8 bf,u8 ch) rtw89_phy_read_txpwr_limit() argument
1702 __fill_txpwr_limit_nonbf_bf(ptr,band,bw,ntx,rs,ch) global() argument
1715 rtw89_phy_fill_txpwr_limit_20m(struct rtw89_dev * rtwdev,struct rtw89_txpwr_limit * lmt,u8 band,u8 ntx,u8 ch) rtw89_phy_fill_txpwr_limit_20m() argument
1730 rtw89_phy_fill_txpwr_limit_40m(struct rtw89_dev * rtwdev,struct rtw89_txpwr_limit * lmt,u8 band,u8 ntx,u8 ch,u8 pri_ch) rtw89_phy_fill_txpwr_limit_40m() argument
1751 rtw89_phy_fill_txpwr_limit_80m(struct rtw89_dev * rtwdev,struct rtw89_txpwr_limit * lmt,u8 band,u8 ntx,u8 ch,u8 pri_ch) rtw89_phy_fill_txpwr_limit_80m() argument
1792 rtw89_phy_fill_txpwr_limit_160m(struct rtw89_dev * rtwdev,struct rtw89_txpwr_limit * lmt,u8 band,u8 ntx,u8 ch,u8 pri_ch) rtw89_phy_fill_txpwr_limit_160m() argument
1882 u8 band = chan->band_type; rtw89_phy_fill_txpwr_limit() local
1908 rtw89_phy_read_txpwr_limit_ru(struct rtw89_dev * rtwdev,u8 band,u8 ru,u8 ntx,u8 ch) rtw89_phy_read_txpwr_limit_ru() argument
1959 rtw89_phy_fill_txpwr_limit_ru_20m(struct rtw89_dev * rtwdev,struct rtw89_txpwr_limit_ru * lmt_ru,u8 band,u8 ntx,u8 ch) rtw89_phy_fill_txpwr_limit_ru_20m() argument
1975 rtw89_phy_fill_txpwr_limit_ru_40m(struct rtw89_dev * rtwdev,struct rtw89_txpwr_limit_ru * lmt_ru,u8 band,u8 ntx,u8 ch) rtw89_phy_fill_txpwr_limit_ru_40m() argument
2000 rtw89_phy_fill_txpwr_limit_ru_80m(struct rtw89_dev * rtwdev,struct rtw89_txpwr_limit_ru * lmt_ru,u8 band,u8 ntx,u8 ch) rtw89_phy_fill_txpwr_limit_ru_80m() argument
2043 rtw89_phy_fill_txpwr_limit_ru_160m(struct rtw89_dev * rtwdev,struct rtw89_txpwr_limit_ru * lmt_ru,u8 band,u8 ntx,u8 ch) rtw89_phy_fill_txpwr_limit_ru_160m() argument
2075 u8 band = chan->band_type; rtw89_phy_fill_txpwr_limit_ru() local
2113 u8 band = chan->band_type; rtw89_phy_set_txpwr_byrate() local
2166 u8 band = chan->band_type; rtw89_phy_set_txpwr_offset() local
4670 rtw89_encode_chan_idx(struct rtw89_dev * rtwdev,u8 central_ch,u8 band) rtw89_encode_chan_idx() argument
4711 rtw89_decode_chan_idx(struct rtw89_dev * rtwdev,u8 chan_idx,u8 * ch,enum nl80211_band * band) rtw89_decode_chan_idx() argument
[all...]
/freebsd/sys/contrib/dev/iwlwifi/cfg/
H A D7000.c121 .name = "Intel(R) Dual Band Wireless AC 7260",
132 .name = "Intel(R) Dual Band Wireless AC 7260",
145 .name = "Intel(R) Dual Band Wireless N 7260",
167 .name = "Intel(R) Dual Band Wireless AC 3160",
177 .name = "Intel(R) Dual Band Wireless N 3160",
214 .name = "Intel(R) Dual Band Wireless AC 3165",
224 .name = "Intel(R) Dual Band Wireless AC 3168",
235 .name = "Intel(R) Dual Band Wireless AC 7265",
245 .name = "Intel(R) Dual Band Wireless N 7265",
265 .name = "Intel(R) Dual Band Wireless AC 7265",
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Dphy.c46 enum nl80211_band band) in mt76x2_phy_set_txpower_regs() argument
51 if (band == NL80211_BAND_2GHZ) { in mt76x2_phy_set_txpower_regs()
58 if (mt76x02_ext_pa_enabled(dev, band)) { in mt76x2_phy_set_txpower_regs()
69 if (mt76x02_ext_pa_enabled(dev, band)) { in mt76x2_phy_set_txpower_regs()
77 if (mt76x02_ext_pa_enabled(dev, band)) in mt76x2_phy_set_txpower_regs()
91 if (mt76x02_ext_pa_enabled(dev, band)) { in mt76x2_phy_set_txpower_regs()
94 if (band == NL80211_BAND_2GHZ) in mt76x2_phy_set_txpower_regs()
103 if (band == NL80211_BAND_2GHZ) { in mt76x2_phy_set_txpower_regs()
185 enum nl80211_band band, u8 bw) in mt76x2_configure_tx_delay() argument
189 if (mt76x02_ext_pa_enabled(dev, band)) { in mt76x2_configure_tx_delay()
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt792x_acpi_sar.c68 /* MTCL : Country List Table for 6G band */
202 enum nl80211_band band, s8 dyn_power) in mt792x_asar_get_geo_pwr() argument
225 band_pwr = &asar->geo->tbl[idx].band[0]; in mt792x_asar_get_geo_pwr()
226 max = ARRAY_SIZE(asar->geo->tbl[idx].band); in mt792x_asar_get_geo_pwr()
228 band_pwr = &asar->geo_v2->tbl[idx].band[0]; in mt792x_asar_get_geo_pwr()
229 max = ARRAY_SIZE(asar->geo_v2->tbl[idx].band); in mt792x_asar_get_geo_pwr()
232 switch (band) { in mt792x_asar_get_geo_pwr()
262 u8 *limit, band, max; in mt792x_asar_range_pwr() local
279 band = NL80211_BAND_6GHZ; in mt792x_asar_range_pwr()
281 band = NL80211_BAND_5GHZ; in mt792x_asar_range_pwr()
[all …]
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dt1040rdb.dts119 managed = "in-band-status";
127 managed = "in-band-status";
135 managed = "in-band-status";
143 managed = "in-band-status";
151 managed = "in-band-status";
159 managed = "in-band-status";
167 managed = "in-band-status";
175 managed = "in-band-status";
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dscan.c28 /* adaptive dwell default high band APs number */
30 /* adaptive dwell default low band APs number */
82 /* For CDB this is low band scan type, for non-CDB - type. */
164 iwl_mvm_scan_rate_n_flags(struct iwl_mvm *mvm, enum nl80211_band band, in iwl_mvm_scan_rate_n_flags()
172 if (band == NL80211_BAND_2GHZ && !no_cck) in iwl_mvm_scan_rate_n_flags()
185 iwl_mvm_get_traffic_load_band(struct iwl_mvm *mvm, enum nl80211_band band) in iwl_mvm_get_traffic_load_band()
187 return mvm->tcm.result.band_load[band];
284 enum nl80211_band band) in iwl_mvm_get_scan_type_band()
289 load = iwl_mvm_get_traffic_load_band(mvm, band); in iwl_mvm_rrm_scan_needed()
290 low_latency = iwl_mvm_low_latency_band(mvm, band); in iwl_mvm_rrm_scan_needed()
161 iwl_mvm_scan_rate_n_flags(struct iwl_mvm * mvm,enum nl80211_band band,bool no_cck) iwl_mvm_scan_rate_n_flags() argument
182 iwl_mvm_get_traffic_load_band(struct iwl_mvm * mvm,enum nl80211_band band) iwl_mvm_get_traffic_load_band() argument
275 iwl_mvm_get_scan_type_band(struct iwl_mvm * mvm,struct ieee80211_vif * vif,enum nl80211_band band) iwl_mvm_get_scan_type_band() argument
942 u8 band; iwl_mvm_scan_lmac() local
1032 struct ieee80211_supported_band *band; iwl_mvm_scan_config_rates() local
1061 struct ieee80211_supported_band *band; iwl_mvm_fill_channels() local
1445 u8 band; global() member
1483 iwl_mvm_scan_ch_and_band_to_idx(u8 channel_id,u8 band) iwl_mvm_scan_ch_and_band_to_idx() argument
1522 iwl_mvm_scan_ch_add_n_aps_override(enum nl80211_iftype vif_type,u8 ch_id,u8 band,u8 * ch_bitmap,size_t bitmap_n_entries) iwl_mvm_scan_ch_add_n_aps_override() argument
1591 enum nl80211_band band = channels[i]->band; iwl_mvm_umac_scan_cfg_channels() local
1616 enum nl80211_band band = channels[i]->band; iwl_mvm_umac_scan_cfg_channels_v4() local
1643 enum nl80211_band band = channels[i]->band; iwl_mvm_umac_scan_cfg_channels_v7() local
2839 enum nl80211_band band; global() member
2874 _iwl_mvm_get_respect_p2p_go(struct iwl_mvm * mvm,struct ieee80211_vif * vif,bool low_latency,enum nl80211_band band) _iwl_mvm_get_respect_p2p_go() argument
2895 iwl_mvm_get_respect_p2p_go_band(struct iwl_mvm * mvm,struct ieee80211_vif * vif,enum nl80211_band band) iwl_mvm_get_respect_p2p_go_band() argument
[all...]
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dmac.c19 .band = NL80211_BAND_2GHZ, \
28 .band = NL80211_BAND_5GHZ, \
37 .band = NL80211_BAND_6GHZ, \
835 arg.mode = ath12k_phymodes[chandef->chan->band][chandef->width]; in ath12k_mac_monitor_vdev_start()
1302 enum nl80211_band band; in ath12k_peer_assoc_h_rates() local
1312 band = def.chan->band; in ath12k_peer_assoc_h_rates()
1313 sband = ar->hw->wiphy->bands[band]; in ath12k_peer_assoc_h_rates()
1314 ratemask = sta->deflink.supp_rates[band]; in ath12k_peer_assoc_h_rates()
1315 ratemask &= arvif->bitrate_mask.control[band].legacy; in ath12k_peer_assoc_h_rates()
1362 enum nl80211_band band; in ath12k_peer_assoc_h_ht() local
[all …]
/freebsd/contrib/bc/tests/bc/
H A Dbitfuncs.txt1 band(13946233938940740889, 12028823668264674112)
55 band(14844027055899793688, 4619699720745622714)
109 band(8303249650730161219, 7466469472095745231)
163 band(15305239921947559796, 1131748027708318092)
217 band(14343637700476478964, 3494204366248846339)
271 band(16821131222458671059, 8707395051150237471)
325 band(17133933039273200696, 18354093072705654326)
379 band(2384001591844672901, 14826715856253798055)
433 band(16863531943491491360, 13328030202801486755)
487 band(8698401535607757593, 15398820748105728968)
[all …]

12345678910>>...24