| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| H A D | 20010518-2.c | 9 char b4; member 32 a->e.b4 = 'c'; in main() 34 if (a->a != 1 || a->b != 2 || a->c != 3 || a->d != 4 || a->e.b4 != 'c') in main()
|
| H A D | simd-2.c | 20 int b1, int b2, int b3, int b4) in verify() argument 25 || a4 != b4) in verify()
|
| H A D | simd-1.c | 22 siint b1, siint b2, siint b3, siint b4) in verify() argument 27 || a4 != b4) in verify()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/ |
| H A D | ia64-1.C | 38 register void *b4 __asm ("b4"); in main() 43 b1 = &buf[1]; b2 = &buf[2]; b3 = &buf[3]; b4 = &buf[4]; b5 = &buf[5]; in main() 55 || b4 != &buf[4] || b5 != &buf[5]) in main()
|
| /openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/ |
| H A D | 00-have-compiler.t | 67 my $b4 = ExtUtils::CBuilder->new(quiet => 1); 68 configure_fake_present_compilers($b4); 69 is( $b4->have_cplusplus, 1, "have_cpp_compiler: fake present c++" );
|
| /openbsd-src/regress/sys/net/pflow/ |
| H A D | flow.10_6 | 18 octetDeltaCount: 00000000000003b4 40 octetDeltaCount: 00000000000003b4
|
| /openbsd-src/usr.sbin/bgpd/ |
| H A D | rde_prefix.c | 355 const struct pt_entry4 *a4, *b4; in pt_prefix_cmp() local 370 b4 = (const struct pt_entry4 *)b; in pt_prefix_cmp() 371 if (ntohl(a4->prefix4.s_addr) > ntohl(b4->prefix4.s_addr)) in pt_prefix_cmp() 373 if (ntohl(a4->prefix4.s_addr) < ntohl(b4->prefix4.s_addr)) in pt_prefix_cmp() 375 if (a4->prefixlen > b4->prefixlen) in pt_prefix_cmp() 377 if (a4->prefixlen < b4->prefixlen) in pt_prefix_cmp()
|
| /openbsd-src/regress/sbin/isakmpd/exchange/ |
| H A D | mm-i-1.t | 18 000000b4 0a000084 60a8c102 ce97687e 45e3fdd9 6fd586b4 \ 27 000000b4 0a000084 681b9859 7680a3ff 894bb982 ef924bc8 \
|
| H A D | mm-r-1.t | 18 000000b4 0a000084 60a8c102 ce97687e 45e3fdd9 6fd586b4 \ 27 000000b4 0a000084 681b9859 7680a3ff 894bb982 ef924bc8 \
|
| H A D | README | 46 000000b4 0a000084 60a8c102 ce97687e 45e3fdd9 6fd586b4 \ 55 000000b4 0a000084 681b9859 7680a3ff 894bb982 ef924bc8 \
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Encode/t/ |
| H A D | rt76824.t | 37 "\x{39f}\x{3bb}\x{3b1} \x{3b5}\x{3af}\x{3bd}\x{3b1}\x{3b9} \x{3b4}\x{3c1}\x{3cc}\x{3bc}\x{3bf}\x{3c2}\n", 40 "\x{39f}\x{3c1}\x{3b1}\x{3c4}\x{3cc}\x{3c4}\x{3b7}\x{3c2} \x{3bc}\x{3b7}\x{3b4}\x{3ad}\x{3bd}\n", 45 "\x{3a4}\x{3bf} \x{3ba}\x{3bb}\x{3ac}\x{3bc}\x{3b1} \x{3b2}\x{3b3}\x{3ae}\x{3ba}\x{3b5} \x{3b1}\x{3c0}'\x{3c4}\x{3bf}\x{3bd} \x{3c0}\x{3b1}\x{3c1}\x{3ac}\x{3b4}\x{3b5}\x{3b9}\x{3c3}\x{3bf}\n", 48 "\x{3a4}\x{3bf} \x{39e}\x{3cd}\x{3bb}\x{3bf} \x{3b2}\x{3b3}\x{3ae}\x{3ba}\x{3b5} \x{3b1}\x{3c0}\x{3cc} \x{3c4}\x{3bf}\x{3bd} \x{3c0}\x{3b1}\x{3c1}\x{3ac}\x{3b4}\x{3b5}\x{3b9}\x{3c3}\x{3bf}\n", 56 "\x{3a4}\x{3c1}\x{3b9}\x{3bb}\x{3bf}\x{3b3}\x{3af}\x{3b1} 1: \x{3a4}\x{3bf} \x{39b}\x{3b9}\x{3b2}\x{3ac}\x{3b4}\x{3b9} \x{3c0}\x{3bf}\x{3c5} \x{3b4}\x{3b1}\x{3ba}\x{3c1}\x{3cd}\x{3b6}\x{3b5}\x{3b9}\n"
|
| /openbsd-src/usr.sbin/unbound/testcode/ |
| H A D | unitmain.c | 215 struct sockaddr_in a4, b4; in net_test() local 221 b4.sin_family = AF_INET; in net_test() 225 memcpy(&b4.sin_addr, "abcd", 4); in net_test() 227 (struct sockaddr_storage*)&b4, 32, l4) == 32); in net_test() 229 (struct sockaddr_storage*)&b4, 32, l4) == 32); in net_test() 233 (struct sockaddr_storage*)&b4, i, l4) == i); in net_test() 236 (struct sockaddr_storage*)&b4, 32, l4) == i); in net_test() 239 (struct sockaddr_storage*)&b4, i, l4) == i); in net_test() 243 memcpy(&b4.sin_addr, t4[i], 4); in net_test() 246 (struct sockaddr_storage*)&b4, 3 in net_test() [all...] |
| /openbsd-src/gnu/llvm/lldb/tools/intel-features/intel-mpx/test/ |
| H A D | TestMPXTable.py | 45 self.b4 = line_number('main.cpp', '// Break 4.') 49 lldbutil.run_break_set_by_file_and_line(self, "main.cpp", self.b4, num_expected_locations=1)
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | windres.c | 562 unsigned char b1, b2, b3, b4, b5; in format_from_filename() local 592 b4 = getc (e); in format_from_filename() 615 if (b1 == 0 && b2 == 0 && b3 == 0 && b4 == 0 && b5 == 0x20) in format_from_filename() 622 && (ISPRINT (b4) || ISSPACE (b4)) in format_from_filename()
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | windres.c | 558 unsigned char b1, b2, b3, b4, b5; in format_from_filename() local 588 b4 = getc (e); in format_from_filename() 611 if (b1 == 0 && b2 == 0 && b3 == 0 && b4 == 0 && b5 == 0x20) in format_from_filename() 618 && (ISPRINT (b4) || ISSPACE (b4)) in format_from_filename()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
| H A D | dyncast7.C | 17 const B& b4 = dynamic_cast<const B&>(a); in x() local
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
| H A D | wtr-union-init-2.c | 40 static union foo2 b4 = {1}; in testfunc() local
|
| H A D | wtr-union-init-3.c | 60 static struct baz b4 = { 1, 2, {{1,1}} }; in testfunc() local
|
| H A D | 20010822-1.c | 14 volatile unsigned int b1, b2, b3, b4, b5; member
|
| /openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/ |
| H A D | 1580.crt | 20 HN6n1A8B6Qk29W0PNgPksFu2Z7HK2zR/b4+Yr7p577FxO4maqBK+F8J1t1oGG7l1
|
| H A D | 2836.crt | 18 XCOcSfBpXGOkze3bwDKm+peQClzf0gfEq18JNHPagoVdZjQIwsuHWrSm/aw1S+b4
|
| H A D | 1878.key | 14 ICKLT6SRraNhErm2VgXafFINfXbKu6RunT5P+jiCp9nNSZ9tlImdyuSeY9IMH/b4
|
| H A D | 555.chain | 11 Y67/b4/CytoiSCjzXwwNVhLyehpiNuwbSVQqiCTIb0G9kmPz1iDzSGCrHBM9NzVW
|
| /openbsd-src/gnu/llvm/clang/lib/Headers/ |
| H A D | hexagon_types.h | 597 #define HEXAGON_V64_CREATE_B(b7, b6, b5, b4, b3, b2, b1, b0) \ argument 607 _HEXAGON_V64_internal_union.b[4] = (b4); \ 616 #define HEXAGON_V64_CREATE_B(b7, b6, b5, b4, b3, b2, b1, b0) \ argument 618 (((HEXAGON_Vect64)((b5) & 0xff)) << 40LL) | (((HEXAGON_Vect64)((b4) & 0xff)) << 32LL) | \ 633 HEXAGON_Vect64C(signed char b7, signed char b6, signed char b5, signed char b4, in HEXAGON_Vect64C() argument 635 : data(HEXAGON_V64_CREATE_B(b7, b6, b5, b4, b3, b2, b1, b0)) {}; in HEXAGON_Vect64C() 1824 #define Q6V64_CREATE_B(b7, b6, b5, b4, b3, b2, b1, b0) \ argument 1834 _Q6V64_internal_union.b[4] = (b4); \ 1843 #define Q6V64_CREATE_B(b7, b6, b5, b4, b3, b2, b1, b0) \ argument 1845 (((Q6Vect64)((b5) & 0xff)) << 40LL) | (((Q6Vect64)((b4) & 0xff)) << 32LL) | \ [all …]
|
| /openbsd-src/lib/libm/src/ld80/ |
| H A D | e_lgammal.c | 113 b4 = 6.042447899703295436820744186992189445813E1L, variable 367 p2 = b0 + y * (b1 + y * (b2 + y * (b3 + y * (b4 + y)))); in lgammal()
|