Searched defs:U3 (Results 1 - 7 of 7) sorted by relevance
/external/clang/test/CXX/class/class.union/ |
H A D | p2-0x.cpp | 33 union U3 { union 35 U3() : k(0) {} // expected-error {{does not name a non-static data member}} function in union:U3
|
H A D | p1.cpp | 77 union U3 { union 78 struct s1 : Virtual { // expected-note {{because type 'U3::s1' has a base class with a non-trivial copy constructor}} 80 struct s2 : VirtualBase { // expected-note {{because type 'U3::s2' has a base class with a non-trivial copy constructor}} 82 struct s3 : Ctor { // expected-note {{because type 'U3::s3' has a base class with a non-trivial constructor}} 84 struct s3a : Ctor2 { // expected-note {{because type 'U3::s3a' has a base class with a non-trivial constructor}} 86 struct s4 : CopyCtor { // expected-note {{because type 'U3::s4' has a base class with a non-trivial copy constructor}} 88 struct s5 : CopyAssign { // expected-note {{because type 'U3::s5' has a base class with a non-trivial copy assignment operator}} 90 struct s6 : Dtor { // expected-note {{because type 'U3::s6' has a base class with a non-trivial destructor}}
|
/external/dropbear/libtommath/ |
H A D | bn_mp_exteuclid.c | 21 int mp_exteuclid(mp_int *a, mp_int *b, mp_int *U1, mp_int *U2, mp_int *U3) argument 62 /* make sure U3 >= 0 */ 72 if (U3 != NULL) { mp_exch(U3, &u3); }
|
/external/srtp/crypto/cipher/ |
H A D | aes.c | 533 static uint32_t U3[256] = { variable 1071 static uint32_t U3[256] = { variable 1433 * mixColumn is implemented by using the tables U0, U1, U2, U3, 1446 U3[T4[(tmp) & 0xff] & 0xff]; 1453 U3[T4[(tmp) & 0xff] & 0xff]; 1460 U3[T4[(tmp) & 0xff] & 0xff]; 1467 U3[T4[(tmp) & 0xff] & 0xff]; 1475 ^ U3[aes_sbox[expanded_key[i].v8[3]]]; 1480 ^ U3[aes_sbox[expanded_key[i].v8[7]]]; 1485 ^ U3[aes_sbo [all...] |
/external/srtp/tables/ |
H A D | aes_tables.c | 135 * the tables U0, U1, U2, U3 implement the aes operations invSubBytes, 139 uint32_t U0[256], U1[256], U2[256], U3[256], U4[256]; variable 180 U3[i] = tmp.value; 235 printf("uint32_t U3 = {"); 239 printf("0x%x, ", U3[i]); 277 printf("uint32_t U3 = {"); 281 printf("0x%lx, ", U3[i]);
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
H A D | p1.cpp | 47 constexpr union U3 {} u3 = {}; union
|
/external/dropbear/libtommath/pre_gen/ |
H A D | mpi.c | 2963 int mp_exteuclid(mp_int *a, mp_int *b, mp_int *U1, mp_int *U2, mp_int *U3) argument 3004 /* make sure U3 >= 0 */ 3014 if (U3 != NULL) { mp_exch(U3, &u3); }
|
Completed in 206 milliseconds