Home
last modified time | relevance | path

Searched refs:b3 (Results 1 – 25 of 96) sorted by relevance

1234

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D921123-2.c3 unsigned short b0, b1, b2, b3; member
12 a = j.b3; in f()
19 x.b3 = 38; in main()
H A D930208-1.c3 struct { char b3, b2, b1, b0; } c; member
9 ++u.c.b3; in f()
19 u.c.b3 = ~0; in main()
H A Dsimd-2.c20 int b1, int b2, int b3, int b4) in verify() argument
24 || a3 != b3 in verify()
H A Dsimd-1.c22 siint b1, siint b2, siint b3, siint b4) in verify() argument
26 || a3 != b3 in verify()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DConvertUTF.cpp451 UTF8 b1, b2, b3; in findMaximalSubpartOfIllFormedUTF8Sequence() local
505 b3 = *source; in findMaximalSubpartOfIllFormedUTF8Sequence()
506 return (b3 >= 0x80 && b3 <= 0xBF) ? 3 : 2; in findMaximalSubpartOfIllFormedUTF8Sequence()
515 b3 = *source; in findMaximalSubpartOfIllFormedUTF8Sequence()
516 return (b3 >= 0x80 && b3 <= 0xBF) ? 3 : 2; in findMaximalSubpartOfIllFormedUTF8Sequence()
525 b3 = *source; in findMaximalSubpartOfIllFormedUTF8Sequence()
526 return (b3 >= 0x80 && b3 <= 0xBF) ? 3 : 2; in findMaximalSubpartOfIllFormedUTF8Sequence()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/
H A Dia64-1.C37 register void *b3 __asm ("b3"); in main()
43 b1 = &buf[1]; b2 = &buf[2]; b3 = &buf[3]; b4 = &buf[4]; b5 = &buf[5]; in main()
54 if (b1 != &buf[1] || b2 != &buf[2] || b3 != &buf[3] in main()
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/
H A D00-have-compiler.t61 my $b3 = ExtUtils::CBuilder->new(quiet => 1);
62 configure_fake_present_compilers($b3);
63 is( $b3->have_compiler, 1, "have_compiler: fake present cc" );
/openbsd-src/gnu/usr.bin/perl/cpan/Encode/t/
H A Drt76824.t32 "\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",
36 "\x{39f}\x{3b9}\x{3ba}\x{3bf}\x{3b3}\x{3ad}\x{3bd}\x{3b5}\x{3b9}\x{3b1} \x{3a0}\x{3b1}\x{3bd}\x{3c4}\x{3c1}\x{3b5}\x{3c5}\x{3cc}\x{3bc}\x{3b1}\x{3c3}\x{3c4}\x{3b5}\n",
39 "\x{39f}\x{3be}\x{3c5}\x{3b3}\x{3cc}\x{3bd}\x{3bf}\n",
42 "\x{3c0}\x{3ac}\x{3bd}\x{3c9}, \x{3ba}\x{3ac}\x{3c4}\x{3c9} \x{3ba}\x{3b1}\x{3b9} \x{3c0}\x{3bb}\x{3b1}\x{3b3}\x{3af}\x{3c9}\x{3c2}\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",
51 "\x{3a4}\x{3bf} \x{3a4}\x{3b1}\x{3bd}\x{3b3}\x{3ba}\x{3cc} \x{3c4}\x{3c9}\x{3bd} \x{3a7}\x{3c1}\x{3b9}\x{3c3}\x{3c4}\x{3bf}\x{3c5}\x{3b3}\x{3ad}\x{3bd}\x{3bd}\x{3c9}\x{3bd}\n",
56 "\x{3a4}\x{3c1}\x{3b9}\x{3bb}\x{3bf}\x{3b3}\
[all...]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/
H A Dattrib5.C19 B b3; variable
21 int check_b3[__alignof__ (b3) >= 16 ? 1 : -1];
/openbsd-src/lib/libcrypto/bn/arch/aarch64/
H A Dbn_arch.h83 bn_qwaddqw(BN_ULONG a3, BN_ULONG a2, BN_ULONG a1, BN_ULONG a0, BN_ULONG b3, in bn_qwaddqw() argument
99 [b3]"r"(b3), [b2]"r"(b2), [b1]"r"(b1), [b0]"r"(b0) in bn_qwaddqw()
340 bn_qwsubqw(BN_ULONG a3, BN_ULONG a2, BN_ULONG a1, BN_ULONG a0, BN_ULONG b3, in bn_qwsubqw() argument
356 [b3]"r"(b3), [b2]"r"(b2), [b1]"r"(b1), [b0]"r"(b0) in bn_qwsubqw()
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/
H A Dvar-cmd.c202 char b0, *b1, **b2, ***b3; in do_children_tests() local
239 b3 = &b2; in do_children_tests()
262 snp1.char_ptr = &b3; in do_children_tests()
275 snp0.char_ptr = &b3; in do_children_tests()
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A Dhexagon_types.h597 #define HEXAGON_V64_CREATE_B(b7, b6, b5, b4, b3, b2, b1, b0) \ argument
606 _HEXAGON_V64_internal_union.b[3] = (b3); \
616 #define HEXAGON_V64_CREATE_B(b7, b6, b5, b4, b3, b2, b1, b0) \ argument
619 (((HEXAGON_Vect64)((b3) & 0xff)) << 24LL) | (((HEXAGON_Vect64)((b2) & 0xff)) << 16LL) | \
634 signed char b3, signed char b2, signed char b1, signed char b0) in HEXAGON_Vect64C() argument
635 : data(HEXAGON_V64_CREATE_B(b7, b6, b5, b4, b3, b2, b1, b0)) {}; in HEXAGON_Vect64C()
1056 #define HEXAGON_V32_CREATE_B(b3, b2, b1, b0) \ argument
1065 _HEXAGON_V32_internal_union.b[3] = (b3); \
1071 #define HEXAGON_V32_CREATE_B(b3, b2, b1, b0) \ argument
1072 ((((HEXAGON_Vect32)(b3)) << 24) | (((HEXAGON_Vect32)((b2) & 0xff)) << 16) | \
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/base/t/
H A Dfields-5_6_0.t68 use fields qw(b1 b2 b3);
108 use fields qw(b1 b2 b3);
131 B1 => "b1:1,b2:2,b3:3",
133 D1 => "b1:1,b2:2,b3:3,d1:4,d2:5,d3:6",
134 D2 => "b1:1,b2:2,b3:3,_d1:4,_d2:5,d1:6,d2:7",
138 'Foo::Bar::Baz' => 'b1:1,b2:2,b3:3,foo:4,bar:5,baz:6',
/openbsd-src/usr.bin/rcs/
H A Ddiff3.c159 BUF *b1, *b2, *b3, *d1, *d2, *diffb; in merge_diff3() local
163 b1 = b2 = b3 = d1 = d2 = diffb = NULL; in merge_diff3()
174 if ((b3 = buf_load(av[2])) == NULL) in merge_diff3()
187 buf_write_stmp(b3, path3); in merge_diff3()
239 buf_free(b3); in merge_diff3()
266 BUF *b1, *b2, *b3, *d1, *d2, *diffb; in rcs_diff3() local
270 b1 = b2 = b3 = d1 = d2 = diffb = NULL; in rcs_diff3()
290 if ((b3 = rcs_getrev(rf, rev2)) == NULL) in rcs_diff3()
303 buf_write_stmp(b3, path3); in rcs_diff3()
355 buf_free(b3); in rcs_diff3()
H A Dci.c337 BUF *b1, *b2, *b3; in checkin_diff_file() local
339 b1 = b2 = b3 = NULL; in checkin_diff_file()
352 b3 = buf_alloc(128); in checkin_diff_file()
367 if (diffreg(path1, path2, b3, D_FORCEASCII) == D_ERROR) in checkin_diff_file()
370 return (b3); in checkin_diff_file()
374 buf_free(b3); in checkin_diff_file()
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/
H A Dis_deeply_fail.t171 my($b1, $b2, $b3);
172 $b1 = \$b2; $b2 = \$b3;
173 $b3 = 23;
188 # $b2 = { foo => \$b3 };
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dtem04.C166 template <class T20, int base::* b3> class Xtwentyfour {// ERROR - .*
167 float b3; // ERROR - .* variable
/openbsd-src/gnu/llvm/lldb/tools/intel-features/intel-mpx/test/
H A DTestMPXTable.py44 self.b3 = line_number('main.cpp', '// Break 3.')
48 lldbutil.run_break_set_by_file_and_line(self, "main.cpp", self.b3, num_expected_locations=1)
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/
H A Dgc1.C36 const char *b3 () in foo() function
/openbsd-src/regress/usr.bin/apply/
H A Dt4.out3 exec cmp a3 b3
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dwindres.c562 unsigned char b1, b2, b3, b4, b5; in format_from_filename() local
591 b3 = getc (e); in format_from_filename()
615 if (b1 == 0 && b2 == 0 && b3 == 0 && b4 == 0 && b5 == 0x20) in format_from_filename()
621 && (ISPRINT (b3) || ISSPACE (b3)) in format_from_filename()
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dwindres.c558 unsigned char b1, b2, b3, b4, b5; in format_from_filename() local
587 b3 = getc (e); in format_from_filename()
611 if (b1 == 0 && b2 == 0 && b3 == 0 && b4 == 0 && b5 == 0x20) in format_from_filename()
617 && (ISPRINT (b3) || ISSPACE (b3)) in format_from_filename()
/openbsd-src/sys/arch/sparc64/compile/
H A DMakefile4 SUBDIR!=find . -type d -maxdepth 1 \! \( -name . -o -name CVS \) | cut -b3-
/openbsd-src/sys/arch/armv7/compile/
H A DMakefile4 SUBDIR!=find . -type d -maxdepth 1 \! \( -name . -o -name CVS \) | cut -b3-
/openbsd-src/sys/arch/powerpc64/compile/
H A DMakefile4 SUBDIR!=find . -type d -maxdepth 1 \! \( -name . -o -name CVS \) | cut -b3-

1234