Searched refs:b2 (Results 1 - 25 of 157) sorted by relevance

1234567

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Doperators9.C16 test(B &b1, const B &b2) argument
18 b1 = b2;// ERROR - .*
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dbool2.C5 bool b2 : 7; member in struct:F
H A Doverload35.C22 castBug2 b2; local
24 voidfn(b2); // ERROR - discarding const
H A Drfg17.C8 B b1, b2; variable
13 b1 = b2; /* OK */
H A Dvirtual.C20 virtual void b2() = 0;
28 virtual void b2() {}; function in class:C
/openbsd-current/lib/libc/string/
H A Dbcmp.c38 bcmp(const void *b1, const void *b2, size_t length) argument
45 p2 = (char *)b2;
H A Dtimingsafe_bcmp.c21 timingsafe_bcmp(const void *b1, const void *b2, size_t n) argument
23 const unsigned char *p1 = b1, *p2 = b2;
/openbsd-current/sys/lib/libkern/
H A Dtimingsafe_bcmp.c21 timingsafe_bcmp(const void *b1, const void *b2, size_t n) argument
23 const unsigned char *p1 = b1, *p2 = b2;
H A Dbcmp.c40 bcmp(const void *b1, const void *b2, size_t length) argument
47 p2 = (char *)b2;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash10.C5 unsigned char b1, b2; member in class:word
7 word (unsigned int i = 0) { b1 = i & 0xff; b2 = (i & 0xff00) >> 8; }
8 operator unsigned int () { return (b2 << 8) + b1; }
H A Dparse5.C24 buf<3> b2(ptr8(&b[0],3)); // gets bogus error - XFAIL *-*-*
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Danon3.C43 B b2; local
46 b2.a = 6;
47 b2 = b1;
48 if(b2.a != 5)
51 b2.a = 6;
52 new (&b2) B(b1);
53 if(b2.a != 5)
H A Dpmf5.C30 B b2; local
32 b2.mbr = reinterpret_cast<pmf_void>(&A::f);
35 b = &b2;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/inherit/
H A Dusing1.C28 const B b2 = B(); local
31 b2.g ();
32 b2.h ();
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet38.C7 virtual int b2 () { return 0; } function in struct:B
13 virtual int b2 () { return 3; } function in struct:C
17 int (C::*vmpb2) () = &C::b2;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D921123-2.c3 unsigned short b0, b1, b2, b3; member in struct:__anon6991
11 b = j.b2;
18 x.b0 = x.b1 = x.b2 = 0;
H A D930208-1.c3 struct { char b3, b2, b1, b0; } c; member in struct:__anon6994::__anon6995
10 return (u.c.b1 != 2 || u.c.b2 != 2);
17 u.c.b2 = 2;
H A D20020129-1.c8 struct B { struct C b1; struct A *b2; }; member in struct:B
16 if (x->b2 == 0)
20 x->b2 = a = y->b2;
21 y->b2 = 0;
26 if (y->b2 != 0)
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/
H A Dgc1.C21 const char *b2 () function in struct:A::B
34 return "b2";
/openbsd-current/gnu/gcc/libmudflap/testsuite/libmudflap.c/
H A Dpass50-frag.c13 } b2[4]; member in union:a::__anon423
26 k->a2[i1].b1[i2] = k->a2[i3].b2[i4].c2;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/
H A Dattrib5.C18 struct B b2; variable in typeref:struct:B
20 int check_b1[__alignof__ (b1) == __alignof__ (b2) ? 1 : -1];
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dclass2.cc35 int b2; member in struct:B
42 b2 = 902;
66 beta.a1 = 200; beta.b1 = 201; beta.b2 = 202;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemclass2.C16 A<double>::B<void*> b2; local
17 b2.h ();
H A Doverload1.C13 B<short> b2; local
14 a (b1, b2);
/openbsd-current/regress/sys/crypto/enc/
H A Ddes3.c118 unsigned char b1[SZ], b2[SZ]; local
135 memset(b2, 0, sizeof(b2));
144 DES_ede3_cbc_encrypt((void *)b1, (void*)b2, sizeof(b1), &ks1, &ks2,
147 if (docrypt(key, sizeof(key), iv, b2, b2, sizeof(b1), 0) < 0) {
151 if (!match(b1, b2, sizeof(b1)))
157 memset(b2, 0, sizeof(b2));
159 if (docrypt(key, sizeof(key), iv, b1, b2, sizeo
[all...]

Completed in 363 milliseconds

1234567