Searched refs:U3 (Results 1 - 18 of 18) sorted by relevance

/external/clang/test/CXX/class/class.union/
H A Dp2-0x.cpp33 union U3 { union
35 U3() : k(0) {} // expected-error {{does not name a non-static data member}} function in union:U3
H A Dp1.cpp77 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/clang/utils/VtableTest/
H A Dcheck-zti13 diff -U3 test-gcc-zti test-clang-zti
H A Dcheck-ztt13 diff -U3 test-gcc-ztt test-clang-ztt
H A Dcheck-zvt11 diff -U3 test-gcc-ztv test-clang-ztv
/external/dropbear/libtommath/
H A Dbn_mp_exteuclid.c21 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); }
H A Dtommath.h374 /* produces value such that U1*a + U2*b = U3 */
375 int mp_exteuclid(mp_int *a, mp_int *b, mp_int *U1, mp_int *U2, mp_int *U3);
H A Dbn.tex1774 mp_int *U1, mp_int *U2, mp_int *U3);
1777 This finds the triple U1/U2/U3 using the Extended Euclidean algorithm such that the following equation holds.
1780 a \cdot U1 + b \cdot U2 = U3
1783 Any of the U1/U2/U3 paramters can be set to \textbf{NULL} if they are not desired.
/external/srtp/tables/
H A Daes_tables.c135 * 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/checkpolicy/
H A Dpolicy_scan.l209 U3 { return(U3); }
H A Dpolicy_parse.y133 %token U1 U2 U3 R1 R2 R3 T1 T2 T3 L1 L2 H1 H2
506 | U3 op { if (insert_separator(1)) return -1; } names_push
/external/clang/test/SemaTemplate/
H A Dfriend-template.cpp125 template<class U1, class U2, class U3, class T>
126 friend A<U1, U2, U3>& inner::f0(A<U1, U2, U3>&, T);
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp47 constexpr union U3 {} u3 = {}; union
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
H A Drijndael-alg-fst.c112 ^ *((const word32*)U3[w[2]])
119 ^ *((const word32*)U3[w[2]])
126 ^ *((const word32*)U3[w[2]])
133 ^ *((const word32*)U3[w[2]])
449 ^ *((const word32*)U3[a[0][2]])
455 ^ *((const word32*)U3[a[1][2]])
461 ^ *((const word32*)U3[a[2][2]])
467 ^ *((const word32*)U3[a[3][2]])
H A Dboxes-fst.dat883 #define U3 xU3.xt8
/external/srtp/crypto/cipher/
H A Daes.c533 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/openfst/src/test/
H A Dalgo_test.h130 VectorFst<Arc> U3(T2);
131 Union(&U3, T3);
133 Union(&U4, U3);
143 UnionFst<Arc> U3(T2, T3);
144 UnionFst<Arc> U4(T1, U3);
155 UnionFst<Arc> U3(T2, T3);
156 UnionFst<Arc> U4(T1, U3);
986 UnionFst<Arc> U3(S2, S3);
987 ArcSortFst< Arc, ILabelCompare<Arc> > S4(U3, comp);
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c2963 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 4007 milliseconds