Home
last modified time | relevance | path

Searched refs:c4 (Results 1 – 25 of 79) sorted by relevance

1234

/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/21_strings/
Dchar_traits_requirements.cc64 char c4 = str_lit1[1]; in test01() local
72 VERIFY( str_lit1[1] == c4 ); in test01()
76 VERIFY( array2[1] == c4 ); in test01()
77 VERIFY( str_lit1[1] == c4 ); in test01()
85 c4 = array1[0]; in test01()
87 VERIFY( c2 == c4 ); in test01()
95 c4 = array1[0]; in test01()
97 VERIFY( c4 != c3 ); in test01()
149 wchar_t c4 = str_lit1[1]; in test02() local
157 VERIFY( str_lit1[1] == c4 ); in test02()
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/Encode/t/
Drt76824.t30 …"\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{…
31 …\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{…
35 "\x{39f}\x{3b9} \x{3a6}\x{3b1}\x{3bd}\x{3c4}\x{3b1}\x{3c1}\x{3af}\x{3bd}\x{3b5}\x{3c2}\n",
36 …\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…
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",
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…
44 …bf} \x{39a}\x{3b1}\x{3ba}\x{3cc} - \x{3a3}\x{3c4}\x{3b7}\x{3bd} \x{395}\x{3c0}\x{3bf}\x{3c7}\x{3ae…
45 …{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{3c…
46 …"\x{3a4}\x{3bf} \x{3ba}\x{3bf}\x{3c1}\x{3af}\x{3c4}\x{3c3}\x{3b9} \x{3bc}\x{3b5} \x{3c4}\x{3b1} \x…
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
D980628-9.f13 character c4, c5, c6 local
21 c4 = '4'
31 call x (c1, r1, c2, r2, c3, r3, c4, c5, c6)
35 subroutine x (c1, r1, c2, r2, c3, r3, c4, c5, c6) argument
40 character c4, c5, c6 local
45 if (c4 .ne. '4') call abort
D980628-3.f14 character c4, c5, c6 local
22 c4 = '4'
32 call x (c1, r1, c2, r2, c3, r3, c4, c5, c6)
36 subroutine x (c1, r1, c2, r2, c3, r3, c4, c5, c6) argument
41 character c4, c5, c6 local
46 if (c4 .ne. '4') call abort
D980628-2.f13 character c4, c5, c6 local
21 c4 = '4'
31 call x (c1, r1, c2, r2, c3, r3, c4, c5, c6)
35 subroutine x (c1, r1, c2, r2, c3, r3, c4, c5, c6) argument
40 character c4, c5, c6 local
45 if (c4 .ne. '4') call abort
D980628-10.f14 character c4, c5, c6 local
22 c4 = '4'
32 call x (c1, r1, c2, r2, c3, r3, c4, c5, c6)
36 subroutine x (c1, r1, c2, r2, c3, r3, c4, c5, c6) argument
41 character c4, c5, c6 local
46 if (c4 .ne. '4') call abort
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
D20020129-1.c6 struct C { struct D c1; long c2, c3, c4, c5, c6; }; member
32 x->b1.c4 = y->b1.c4; in foo()
34 y->b1.c4 = 0; in foo()
47 y.b1.c4 = 2448; in main()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
D20010822-1.c19 unsigned char c4; member
26 ((c->c4 >= 2) in bar()
39 c.c4 = 0; in main()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/abi/
Dvbase8-22_x.C21 C4 c4; in vbase8_22_x() local
32 c4.i4 = 404; in vbase8_22_x()
43 check_C4 (c4, 404); in vbase8_22_x()
Dvbase8-4_x.C21 C4 c4; in vbase8_4_x() local
32 c4.i4 = 404; in vbase8_4_x()
43 check_C4 (c4, 404); in vbase8_4_x()
Dvbase8-10_x.C21 C4 c4; in vbase8_10_x() local
32 c4.i4 = 404; in vbase8_10_x()
43 check_C4 (c4, 404); in vbase8_10_x()
Dvbase8-21_x.C21 C4 c4; in vbase8_21_x() local
32 c4.i4 = 404; in vbase8_21_x()
43 check_C4 (c4, 404); in vbase8_21_x()
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
Dstringbuf_members.cc125 int_type c4 = strb_02.sbumpc(); in test04() local
128 VERIFY( c2 != c4 ); in test04()
137 VERIFY( c7 != c4 ); in test04()
183 c4 = strb_02.sgetc(); // should be EOF in test04()
184 VERIFY( c4 == traits_type::eof() ); in test04()
274 c4 = strb_03.sputbackc('x'); in test04()
275 VERIFY( c4 == traits_type::eof() ); in test04()
320 c4 = strb_03.sungetc(); in test04()
321 VERIFY( c4 == traits_type::eof() ); in test04()
Dfilebuf_virtuals.cc166 int_type c4 = fb_02.sbumpc(); in test05() local
167 VERIFY( c3 != c4 ); in test05()
169 VERIFY( c2 == c4 ); in test05()
180 VERIFY( c7 == c4 ); // both -1 in test05()
226 c4 = fb_01.sgetc(); // buffer should have underflowed from above. in test05()
227 VERIFY( c4 == 'i' ); in test05()
236 c4 = fb_02.sgetc(); // should be EOF in test05()
237 VERIFY( c4 == traits_type::eof() ); in test05()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/
Dbitfield3.C24 } c, c4[4]; variable
63 if (sizeof (c4) != 4 * 16) in main()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
Dtiemann2.C27 complex c4 (2, 1); in main()
30 complex m2 = max (c3, c4); in main()
Dexpr8.C18 C<(1>2)> c4; in f() local
/openbsd/src/lib/libc/crypt/
Dbcrypt.c304 u_int8_t c1, c2, c3, c4; in decode_base64() local
328 c4 = CHAR64(*(p + 3)); in decode_base64()
329 if (c4 == 255) in decode_base64()
331 *bp++ = ((c3 & 0x03) << 6) | c4; in decode_base64()
/openbsd/src/gnu/usr.bin/perl/t/uni/
Dbless.t110 $c4 = eval { bless \$test, $h1 };
112 expected($c4, 'ᶜ4', "SCALAR");
/openbsd/src/regress/usr.bin/mandoc/mdoc/Fo/
Dnoarg.out_ascii8 …d() _l_o_n_g rraannddoomm() _u___i_n_t_3_2___t aarrcc44rraannddoomm(…
10 rraannddoomm() aarrcc44rraannddoomm() no arguments at all: end of test document
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/
Dcollection.c34 signed char c0, c1, c2, c3, c4, c5, c6, c7, variable
211 l4 = s4 = c4 = 4; l5 = s5 = c5 = 5;
255 l4 = s4 = c4 = 0; l5 = s5 = c5 = 0;
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
Dfuncargs.c118 void call0e (char c1, long l, char c2, int i, char c3, short s, char c4, char c5) in call0e() argument
120 call0e (c1, l, c2, i, c3, s, c4, c5) in call0e()
121 char c1; long l; char c2; int i; char c3; short s; char c4; char c5; in call0e()
124 c1 = 'a'; l = 5; c2 = 'b'; i = 7; c3 = 'c'; s = 7; c4 = 'f'; c5 = 'g';
267 void call2i (char c1, float f1, char c2, char c3, double d1, char c4, char c5, char c6, float f2, s… in call2i() argument
269 call2i (c1, f1, c2, c3, d1, c4, c5, c6, f2, s, c7, d2) in call2i()
270 char c1; float f1; char c2; char c3; double d1; char c4; char c5; char c6; in call2i()
274 c1 = 'a'; f1 = 0.0; c2 = 5; d1 = 0.0; c3 = 6; f2 = 0.1; c4 = 7; d2 = 0.2;
/openbsd/src/sys/dev/rasops/
Drasops24.c190 u_int fg, bg, c1, c2, c3, c4; local
202 c4 = (i & 4 ? fg : bg);
207 c4 = (i & 32 ? fg : bg);
211 stamp[i+2] = (c3 << 24) | c4;
/openbsd/src/regress/usr.bin/patch/
Dt14.diff5 4,5c4,5
/openbsd/src/gnu/usr.bin/perl/t/op/
Dbless.t129 $c4 = eval { bless \$test, $h1 };
131 expected($c4, 'C4', "SCALAR");

1234