| /openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/ |
| D | istream_extractor_other.cc | 154 std::filebuf fbin, fbout; in test02() local 155 fbin.open(name_01, std::ios_base::in); in test02() 157 VERIFY( fbin.is_open() ); in test02() 162 std::istream is(&fbin); in test02() 168 fbin.close(); in test02() 169 VERIFY( !fbin.is_open() ); in test02()
|
| D | filebuf_members.cc | 246 filebuf fbin; in test_07() local 247 fbin.open(name, ios_base::in); in test_07() 249 fbin.close(); in test_07()
|
| D | filebuf_virtuals.cc | 733 filebuf fbin; in test14() local 734 fbin.open(name_07, ios_base::in); in test14() 736 c = fbin.sbumpc(); in test14() 738 c = fbin.sbumpc(); in test14() 740 c = fbin.sbumpc(); in test14() 742 c = fbin.sbumpc(); in test14() 744 fbin.close(); in test14()
|
| /openbsd/src/sys/dev/ic/ |
| D | ar9287.c | 279 uint8_t fbin; in ar9287_get_pdadcs() local 288 fbin = athn_chan2fbin(c); in ar9287_get_pdadcs() 289 athn_get_pier_ival(fbin, pierfreq, npiers, &lo, &hi); in ar9287_get_pdadcs() 291 lopier.fbin = pierfreq[lo]; in ar9287_get_pdadcs() 292 hipier.fbin = pierfreq[hi]; in ar9287_get_pdadcs() 299 ar5008_get_pdadcs(sc, fbin, &lopier, &hipier, nxpdgains, in ar9287_get_pdadcs() 320 uint8_t fbin; in ar9287_olpc_get_pdgain() local 329 fbin = athn_chan2fbin(c); in ar9287_olpc_get_pdgain() 330 athn_get_pier_ival(fbin, pierfreq, npiers, &lo, &hi); in ar9287_olpc_get_pdgain() 333 *pwr = athn_interpolate(fbin, in ar9287_olpc_get_pdgain()
|
| D | ar5416.c | 375 uint8_t fbin, pwroff; in ar5416_get_pdadcs() local 388 fbin = athn_chan2fbin(c); in ar5416_get_pdadcs() 389 athn_get_pier_ival(fbin, pierfreq, npiers, &lo, &hi); in ar5416_get_pdadcs() 391 lopier.fbin = pierfreq[lo]; in ar5416_get_pdadcs() 392 hipier.fbin = pierfreq[hi]; in ar5416_get_pdadcs() 399 ar5008_get_pdadcs(sc, fbin, &lopier, &hipier, nxpdgains, in ar5416_get_pdadcs() 913 uint8_t fbin, bias; in ar9160_rw_addac() local 922 fbin = athn_chan2fbin(c); in ar9160_rw_addac() 926 if ((modal->xpaBiasLvlFreq[i] & 0xff) < fbin) in ar9160_rw_addac()
|
| D | ar9285.c | 718 uint8_t fbin; in ar9285_get_pdadcs() local 726 fbin = athn_chan2fbin(c); in ar9285_get_pdadcs() 727 athn_get_pier_ival(fbin, pierfreq, npiers, &lo, &hi); in ar9285_get_pdadcs() 729 lopier.fbin = pierfreq[lo]; in ar9285_get_pdadcs() 730 hipier.fbin = pierfreq[hi]; in ar9285_get_pdadcs() 737 ar5008_get_pdadcs(sc, fbin, &lopier, &hipier, nxpdgains, in ar9285_get_pdadcs()
|
| D | ar9280.c | 425 uint8_t fbin, pcdac, pwr, idx; in ar9280_olpc_get_pdadcs() local 440 fbin = athn_chan2fbin(c); in ar9280_olpc_get_pdadcs() 441 athn_get_pier_ival(fbin, pierfreq, npiers, &lo, &hi); in ar9280_olpc_get_pdadcs() 455 fbin, lo, hi, pwr, pcdac, idx)); in ar9280_olpc_get_pdadcs()
|
| D | ar9380.c | 812 uint8_t fbin; in ar9380_get_correction() local 825 fbin = athn_chan2fbin(c); in ar9380_get_correction() 826 athn_get_pier_ival(fbin, pierfreq, npiers, &lo, &hi); in ar9380_get_correction() 828 *corr = athn_interpolate(fbin, in ar9380_get_correction() 831 *temp = athn_interpolate(fbin, in ar9380_get_correction()
|
| D | ar5008.c | 2671 ar5008_get_pdadcs(struct athn_softc *sc, uint8_t fbin, in ar5008_get_pdadcs() argument 2727 vpd[j] = athn_interpolate(fbin, in ar5008_get_pdadcs() 2728 lopier->fbin, lovpd, hipier->fbin, hivpd); in ar5008_get_pdadcs() 2783 uint8_t fbin; in ar5008_get_lg_tpow() local 2787 fbin = athn_chan2fbin(c); in ar5008_get_lg_tpow() 2790 tgt[i].bChannel > fbin) in ar5008_get_lg_tpow() 2802 tpow[i] = athn_interpolate(fbin, in ar5008_get_lg_tpow() 2814 uint8_t fbin; in ar5008_get_ht_tpow() local 2818 fbin = athn_chan2fbin(c); in ar5008_get_ht_tpow() 2821 tgt[i].bChannel > fbin) in ar5008_get_ht_tpow() [all …]
|
| D | ar9003.c | 3199 uint8_t fbin; in ar9003_get_lg_tpow() local 3203 fbin = athn_chan2fbin(c); in ar9003_get_lg_tpow() 3205 delta = fbin - fbins[i]; in ar9003_get_lg_tpow() 3207 if (delta >= 0 && (lo == -1 || delta < fbin - fbins[lo])) in ar9003_get_lg_tpow() 3210 if (delta <= 0 && (hi == -1 || delta > fbin - fbins[hi])) in ar9003_get_lg_tpow() 3219 tpow[i] = athn_interpolate(fbin, in ar9003_get_lg_tpow() 3231 uint8_t fbin; in ar9003_get_ht_tpow() local 3235 fbin = athn_chan2fbin(c); in ar9003_get_ht_tpow() 3237 delta = fbin - fbins[i]; in ar9003_get_ht_tpow() 3239 if (delta >= 0 && (lo == -1 || delta < fbin - fbins[lo])) in ar9003_get_ht_tpow() [all …]
|
| D | athnvar.h | 172 uint8_t fbin; member
|
| D | athn.c | 1753 athn_get_pier_ival(uint8_t fbin, const uint8_t *pierfreq, int npiers, in athn_get_pier_ival() argument 1760 pierfreq[i] > fbin) in athn_get_pier_ival()
|
| /openbsd/src/gnu/gcc/gcc/config/bfin/ |
| D | t-rtems | 1 # Multilibs for fbin RTEMS targets.
|