| /openbsd-src/gnu/usr.bin/perl/lib/B/ |
| H A D | Op_private.pm | 29 my $bf = $B::Op_private::bits{aelem}{6}; 30 my $mask = $bf->{bitmask}; # etc 164 my @bf = ( 264 @{$bits{aassign}}{6,5,4,2,1,0} = ('OPpASSIGN_COMMON_SCALAR', 'OPpASSIGN_COMMON_RC1', 'OPpASSIGN_COMMON_AGG', 'OPpASSIGN_TRUEBOOL', $bf[1], $bf[1]); 265 $bits{abs}{0} = $bf[0]; 266 @{$bits{accept}}{3,2,1,0} = ($bf[4], $bf[4], $bf[4], $bf[ [all...] |
| /openbsd-src/sys/dev/microcode/bnx/ |
| H A D | build.c | 165 struct bnx_firmware_header *bf; in main() local 168 bf = (struct bnx_firmware_header *)malloc(sizeof *bf); in main() 169 bzero(bf, sizeof *bf); in main() 172 bf->bnx_COM_FwReleaseMajor = htonl(bnx_COM_b06FwReleaseMajor); in main() 173 bf->bnx_COM_FwReleaseMinor = htonl(bnx_COM_b06FwReleaseMinor); in main() 174 bf->bnx_COM_FwReleaseFix = htonl(bnx_COM_b06FwReleaseFix); in main() 175 bf->bnx_COM_FwStartAddr = htonl(bnx_COM_b06FwStartAddr); in main() 176 bf->bnx_COM_FwTextAddr = htonl(bnx_COM_b06FwTextAddr); in main() 177 bf->bnx_COM_FwTextLen = htonl(bnx_COM_b06FwTextLen); in main() 178 bf->bnx_COM_FwDataAddr = htonl(bnx_COM_b06FwDataAddr); in main() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Encode/t/ |
| H A D | utf8strict.t | 55 qq/ed 9f bf/ => 0, # 2.3.1 57 qq/f4 8f bf bd/ => 0, # 2.3.3 60 qq/bf/ => 1, # 3.1.2 61 qq/80 bf/ => 1, # 3.1.3 62 qq/80 bf 80/ => 1, # 3.1.4 63 qq/80 bf 80 bf/ => 1, # 3.1.5 64 qq/80 bf 80 bf 80/ => 1, # 3.1.6 65 qq/80 bf 8 [all...] |
| H A D | rt76824.t | 29 "\x{feff}\x{39f}\x{3af} \x{3a3}\x{3c5}\x{3bd}\x{3ad}\x{3bd}\x{3bf}\x{3c7}\x{3bf}\x{3b9}\n", 30 "\x{39f}\x{3b9} \x{393}\x{3b5}\x{3bd}\x{3bd}\x{3b1}\x{3af}\x{3bf}\x{3b9} \x{3c4}\x{3b7}\x{3c2} \x{3a3}\x{3b1}\x{3bc}\x{3bf}\x{3b8}\x{3c1}\x{3ac}\x{3ba}\x{3b7}\x{3c2}\n", 31 "\x{39f}\x{3b9} \x{393}\x{3b5}\x{3c1}\x{3bc}\x{3b1}\x{3bd}\x{3bf}\x{3af} \x{3be}\x{3b1}\x{3bd}\x{3ac}\x{3c1}\x{3c7}\x{3bf}\x{3bd}\x{3c4}\x{3b1}\x{3b9}...\n", 32 "\x{39f}\x{3b9} \x{395}\x{3c1}\x{3b1}\x{3c3}\x{3c4}\x{3ad}\x{3c2} \x{3a4}\x{3bf}\x{3c5} \x{391}\x{3b9}\x{3b3}\x{3b1}\x{3af}\x{3bf}\x{3c5}\n", 33 "\x{39f}\x{3b9} \x{39a}\x{3c5}\x{3bd}\x{3b7}\x{3b3}\x{3bf}\x{3af}\n", 34 "\x{39f}\x{3b9} \x{3a0}\x{3b1}\x{3bd}\x{3ba}\x{3c2} \x{3a4}\x{3b1} \x{39a}\x{3ac}\x{3bd}\x{3bf}\ [all...] |
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | utf8decode.t | 149 2.2.2 y 7ff 2 df:bf 1 151 2.2.3 y ffff 3 ef:bf:bf 1 character 0xffff 152 2.2.4 y 1fffff 4 f7:bf:bf:bf 1 153 2.2.5 y 3ffffff 5 fb:bf:bf:bf:bf 1 154 2.2.6 y 7fffffff 6 fd:bf:bf:bf:bf:bf 1 156 2.3.1 y d7ff 3 ed:9f:bf 1 158 2.3.3 y fffd 3 ef:bf:bd 1 159 2.3.4 y 10ffff 4 f4:8f:bf:bf 1 164 3.1.2 n - 1 bf - unexpected continuation byte 0xbf 165 3.1.3 N2 - 2 80:bf - unexpected continuation byte 0x80 [all …]
|
| /openbsd-src/sys/dev/ic/ |
| H A D | ath.c | 793 struct ath_buf *bf; in ath_start() local 806 bf = TAILQ_FIRST(&sc->sc_txbuf); in ath_start() 807 if (bf != NULL) in ath_start() 808 TAILQ_REMOVE(&sc->sc_txbuf, bf, bf_list); in ath_start() 810 if (bf == NULL) { in ath_start() 832 TAILQ_INSERT_TAIL(&sc->sc_txbuf, bf, bf_list); in ath_start() 839 TAILQ_INSERT_TAIL(&sc->sc_txbuf, bf, bf_list); in ath_start() 881 if (ath_tx_start(sc, ni, bf, m)) { in ath_start() 884 TAILQ_INSERT_TAIL(&sc->sc_txbuf, bf, bf_list); in ath_start() 1188 struct ath_buf *bf; in ath_beacon_alloc() local [all …]
|
| H A D | ar5008.c | 499 struct athn_tx_buf *bf; in ar5008_tx_alloc() local 530 bf = &sc->txpool[i]; in ar5008_tx_alloc() 534 &bf->bf_map); in ar5008_tx_alloc() 541 bf->bf_descs = in ar5008_tx_alloc() 543 bf->bf_daddr = sc->map->dm_segs[0].ds_addr + in ar5008_tx_alloc() 546 SIMPLEQ_INSERT_TAIL(&sc->txbufs, bf, bf_list); in ar5008_tx_alloc() 557 struct athn_tx_buf *bf; in ar5008_tx_free() local 561 bf = &sc->txpool[i]; in ar5008_tx_free() 563 if (bf->bf_map != NULL) in ar5008_tx_free() 564 bus_dmamap_destroy(sc->sc_dmat, bf->bf_map); in ar5008_tx_free() [all …]
|
| H A D | ar9003.c | 606 struct athn_tx_buf *bf; in ar9003_tx_alloc() local 662 bf = &sc->txpool[i]; in ar9003_tx_alloc() 666 &bf->bf_map); in ar9003_tx_alloc() 673 bf->bf_descs = &((struct ar_tx_desc *)sc->descs)[i]; in ar9003_tx_alloc() 674 bf->bf_daddr = sc->map->dm_segs[0].ds_addr + in ar9003_tx_alloc() 677 SIMPLEQ_INSERT_TAIL(&sc->txbufs, bf, bf_list); in ar9003_tx_alloc() 688 struct athn_tx_buf *bf; in ar9003_tx_free() local 692 bf = &sc->txpool[i]; in ar9003_tx_free() 694 if (bf->bf_map != NULL) in ar9003_tx_free() 695 bus_dmamap_destroy(sc->sc_dmat, bf->bf_map); in ar9003_tx_free() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
| H A D | complete-port.c | 18 float af = dfoo (), bf = dfoo (); in main() local 40 ddiscard (af + bf); in main() 41 ddiscard (af - bf); in main() 42 ddiscard (af * bf); in main() 43 ddiscard (af / bf); in main() 60 discard (af == bf); in main() 61 discard (af < bf); in main() 62 discard (af > bf); in main() 63 discard (af != bf); in main() 64 discard (af <= bf); in main() [all …]
|
| H A D | bitfld-2.c | 8 struct bf struct 14 struct bf p = {4, 0}; /* { dg-warning "truncated" "" { xfail *-*-* } } */ argument 15 struct bf q = {0, 2}; /* { dg-warning "overflow" "" { xfail *-*-* } } */ 16 struct bf r = {3, -2}; /* { dg-bogus "(truncated|overflow)" } */
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | dve3900-rom.c | 69 static unsigned long fetch_fields (struct bit_field *bf); 70 static void fetch_bitmapped_register (int regno, struct bit_field *bf); 72 static void store_bitmapped_register (int regno, struct bit_field *bf); 432 fetch_fields (struct bit_field *bf) in fetch_fields() argument 438 for (; bf->prefix != NULL; bf++) in fetch_fields() 440 monitor_expect (bf->prefix, NULL, 0); /* get prefix */ in fetch_fields() 441 monitor_expect (bf->suffix, buf, sizeof (buf)); /* hex value, suffix */ in fetch_fields() 442 if (bf->length != 0) in fetch_fields() 445 bits &= ((1 << bf->length) - 1); /* mask out useless bits */ in fetch_fields() 446 val |= bits << bf->start; /* insert into register */ in fetch_fields() [all …]
|
| /openbsd-src/lib/libc/arch/sh/string/ |
| H A D | bcopy.S | 41 bf/s bcopy_overlap 48 bf/s word_align 67 bf/s 1f 80 bf/s no_align_delay 97 bf/s no_align_delay 114 bf/s no_align_delay 134 bf/s 1b 150 bf/s ov_word_align 169 bf/s 1f 182 bf/s ov_no_align_delay [all …]
|
| H A D | memmove.S | 43 bf/s bcopy_overlap 50 bf/s word_align 69 bf/s 1f 82 bf/s no_align_delay 99 bf/s no_align_delay 116 bf/s no_align_delay 136 bf/s 1b 151 bf/s ov_word_align 170 bf/s 1f 183 bf/s ov_no_align_delay [all …]
|
| H A D | memcpy.S | 49 bf/s word_align 68 bf/s 1f 81 bf/s no_align_delay 98 bf/s no_align_delay 115 bf/s no_align_delay 135 bf/s 1b
|
| H A D | ffs.S | 45 bf/s L8bit 53 bf/s L8bit 58 bf/s L8bit
|
| /openbsd-src/sys/lib/libkern/arch/sh/ |
| H A D | memmove.S | 46 bf/s bcopy_overlap 57 bf/s word_align 75 bf/s 1f 88 bf/s no_align_delay 105 bf/s no_align_delay 122 bf/s no_align_delay 142 bf/s 1b 157 bf/s ov_word_align 176 bf/s 1f 189 bf/s ov_no_align_delay [all …]
|
| H A D | ffs.S | 44 bf/s L8bit 52 bf/s L8bit 57 bf/s L8bit
|
| /openbsd-src/usr.sbin/mksuncd/ |
| H A D | mksuncd.c | 200 int part, bf, of; in main() local 220 bf = open(argv[2], O_RDWR); in main() 221 if (bf == -1) in main() 231 if (get_label(bf, &sl)) in main() 234 if (adjust_base(bf, &sl)) in main() 237 cylstart = cylindersize(bf, &sl); in main() 240 if (append_osfile(bf, of)) in main() 243 if (adjust_base(bf, &sl)) in main() 246 if (adjust_label(bf, &sl, part, cylstart, cylsize)) in main() 249 close(bf); in main()
|
| /openbsd-src/gnu/gcc/gcc/config/mcore/ |
| H A D | lib1.asm | 97 bf 2f 100 bf 1b // if sentinel falls out of quotient, stop 132 bf 2f 135 bf 1b // if sentinel falls out of quotient, stop 183 bf 2f 186 bf 1b // if sentinel falls out of quotient, stop 191 bf 3f 225 bf 2f 228 bf 1b // if sentinel falls out of quotient, stop 231 bf 3f
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mcore/ |
| H A D | lib1.asm | 97 bf 2f 100 bf 1b // if sentinel falls out of quotient, stop 132 bf 2f 135 bf 1b // if sentinel falls out of quotient, stop 183 bf 2f 186 bf 1b // if sentinel falls out of quotient, stop 191 bf 3f 225 bf 2f 228 bf 1b // if sentinel falls out of quotient, stop 231 bf 3f
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| H A D | 930630-1.c | 7 } bf; in main() local 9 bf.bf1 = 7; in main() 10 f (bf.bf1); in main()
|
| /openbsd-src/lib/libc/gen/ |
| H A D | getpwent.c | 309 char bf[1 + sizeof(_pw_keynum)]; in getpwent() local 423 bf[0] = _PW_KEYBYNUM; in getpwent() 424 bcopy((char *)&_pw_keynum, &bf[1], sizeof(_pw_keynum)); in getpwent() 425 key.data = (u_char *)bf; in getpwent() 494 char bf[2]; in __has_yppw() local 500 bf[0] = _PW_KEYBYNAME; in __has_yppw() 501 bf[1] = '+'; in __has_yppw() 502 pkey.data = (u_char *)bf; in __has_yppw() 503 pkey.size = sizeof(bf); in __has_yppw() 560 char bf[1 + _PW_NAME_LEN], *ypcurrent = NULL, *map = NULL; in __yppwlookup() local [all …]
|
| /openbsd-src/regress/usr.bin/openssl/ |
| H A D | testenc.sh | 44 bf-ecb bf-cfb bf-ofb bf-cbc rc4 \
|
| /openbsd-src/sys/arch/landisk/stand/mbr/ |
| H A D | mbr.S | 54 bf/s 1b 84 bf next_part 101 bf/s loop_part 128 bf read_error 153 bf noos_error /* magic */
|
| /openbsd-src/distrib/special/more/ |
| H A D | curses.h | 197 #define clearok(w, bf) \ argument 198 ((bf) ? ((w)->flags |= __CLEAROK) : ((w)->flags &= ~__CLEAROK)) 199 #define flushok(w, bf) \ argument 200 ((bf) ? ((w)->flags |= __FLUSH) : ((w)->flags &= ~__FLUSH)) 203 #define leaveok(w, bf) \ argument 204 ((bf) ? ((w)->flags |= __LEAVEOK) : ((w)->flags &= ~__LEAVEOK)) 205 #define scrollok(w, bf) \ argument 206 ((bf) ? ((w)->flags |= __SCROLLOK) : ((w)->flags &= ~__SCROLLOK))
|