/freebsd/contrib/ntp/scripts/build/ |
H A D | UpdatePoint | 91 bbp=0 142 bbp=1 171 bbp=1 181 bbp=1 253 case "$bbp::$betapoint" in
|
/freebsd/contrib/wpa/src/wps/ |
H A D | httpread.c | 373 char *bbp; /* pointer into body buffer */ in httpread_read_handler() local 528 bbp = h->body + h->body_nbytes; in httpread_read_handler() 535 if (bbp-cbp >= 2 && bbp[-2] == '\r' && in httpread_read_handler() 536 bbp[-1] == '\n') { in httpread_read_handler() 558 bbp = cbp; in httpread_read_handler() 581 if (bbp[-1] == '\n' && in httpread_read_handler() 582 bbp[-2] == '\r') { in httpread_read_handler() 589 bbp -= 2; in httpread_read_handler() 612 *bbp++ = *rbp++; in httpread_read_handler() 629 os_memcpy(bbp, rbp, ncopy); in httpread_read_handler() [all …]
|
/freebsd/sys/fs/ext2fs/ |
H A D | ext2_alloc.c | 1007 char *bbp; in ext2_alloccg() local 1044 bbp = (char *)bp->b_data; in ext2_alloccg() 1053 if (isclr(bbp, bpref)) { in ext2_alloccg() 1073 if (bbp[loc] == (char)0xff) { in ext2_alloccg() 1080 bit = fls(bbp[loc]); in ext2_alloccg() 1083 } else if (bbp[loc] == 0) { in ext2_alloccg() 1091 bit = ffs(bbp[loc]) - 1; in ext2_alloccg() 1099 bit = fls(bbp[loc]); in ext2_alloccg() 1115 bno = ext2_mapsearch(fs, bbp, bpref); in ext2_alloccg() 1121 if (isset(bbp, bno)) { in ext2_alloccg() [all …]
|
H A D | ext2_subr.c | 100 ext2_clusteracct(struct m_ext2fs *fs, char *bbp, int cg, e4fs_daddr_t bno, int cnt) in ext2_clusteracct() argument 115 if ((bbp[loc] & bit) == 0) in ext2_clusteracct() 149 if ((bbp[loc] & bit) != 0) in ext2_clusteracct() 168 if ((bbp[loc] & bit) != 0) in ext2_clusteracct()
|
/freebsd/usr.bin/xargs/ |
H A D | xargs.c | 78 static char *argp, *bbp, *ebp, *inpline, *p, *replstr; variable 290 if ((bbp = malloc((size_t)(nline + 1))) == NULL) in main() 292 ebp = (argp = p = bbp) + nline - 1; in main() 308 if (p == bbp) { in parse_input() 405 p = bbp; in parse_input() 457 memcpy(bbp, argp, (size_t)cnt); in parse_input() 458 p = (argp = bbp) + cnt; in parse_input()
|
/freebsd/sys/dev/usb/wlan/ |
H A D | if_mtw.c | 3514 uint8_t bbp; in mt7601_set_agc() local 3518 bbp = (agc & 0xf0) | 0x08; in mt7601_set_agc() 3519 mtw_bbp_write(sc, 196, bbp); in mt7601_set_agc() 3561 uint8_t bbp; in mtw_select_chan_group() local 3571 mtw_bbp_read(sc, 4, &bbp); in mtw_select_chan_group() 3572 bbp &= ~0x18; in mtw_select_chan_group() 3573 bbp |= 0x40; in mtw_select_chan_group() 3574 mtw_bbp_write(sc, 4, bbp); in mtw_select_chan_group() 3634 uint8_t bbp, rf, txpow1; in mt7601_set_chan() local 3666 mtw_bbp_read(sc, 4, &bbp); in mt7601_set_chan() [all …]
|
H A D | if_run.c | 1883 sc->bbp[i].val = val & 0xff; in run_read_eeprom() 1884 sc->bbp[i].reg = val >> 8; in run_read_eeprom() 1886 "BBP%d=0x%02x\n", sc->bbp[i].reg, sc->bbp[i].val); in run_read_eeprom() 3996 uint8_t bbp; in run_set_agc() local 3999 run_bbp_read(sc, 27, &bbp); in run_set_agc() 4000 bbp &= ~(0x3 << 5); in run_set_agc() 4001 run_bbp_write(sc, 27, bbp | 0 << 5); /* select Rx0 */ in run_set_agc() 4003 run_bbp_write(sc, 27, bbp | 1 << 5); /* select Rx1 */ in run_set_agc() 5410 uint8_t bbp; in run_rt5390_bbp_init() local 5413 run_bbp_read(sc, 105, &bbp); in run_rt5390_bbp_init() [all …]
|
H A D | if_runvar.h | 206 } bbp[10], rf[10]; member
|
/freebsd/sys/dev/ral/ |
H A D | rt2860.c | 2630 uint8_t rf, bbp; in rt3090_rf_init() local 2669 bbp = rt2860_mcu_bbp_read(sc, 4); in rt3090_rf_init() 2670 rt2860_mcu_bbp_write(sc, 4, (bbp & ~0x08) | 0x10); in rt3090_rf_init() 2679 bbp = rt2860_mcu_bbp_read(sc, 4); in rt3090_rf_init() 2680 rt2860_mcu_bbp_write(sc, 4, bbp & ~0x18); in rt3090_rf_init() 2691 bbp = rt2860_mcu_bbp_read(sc, 138); in rt3090_rf_init() 2694 bbp |= 0x60; /* turn off DAC1 and DAC2 */ in rt3090_rf_init() 2696 bbp |= 0x40; /* turn off DAC2 */ in rt3090_rf_init() 2698 bbp &= ~0x06; /* turn off ADC1 and ADC2 */ in rt3090_rf_init() 2700 bbp &= ~0x04; /* turn off ADC2 */ in rt3090_rf_init() [all …]
|
H A D | rt2860var.h | 189 } bbp[8], rf[10]; member
|
/freebsd/contrib/arm-optimized-routines/math/test/traces/ |
H A D | sincosf.txt | 1639 -0x1.130bbp-5 11490 -0x1.609bbp+3 27888 -0x1.470bbp-8 28665 -0x1.448bbp-1
|