Searched refs:U2 (Results 1 - 25 of 27) sorted by relevance

12

/external/clang/test/CXX/class/class.union/
H A Dp2-0x.cpp22 union U2 { union
27 template<typename T> constexpr int U2<T>::k1 = sizeof(U2<T>);
28 template<typename T> double U2<T>::k2 = 5.3;
30 static_assert(U2<int>::k1 == sizeof(int), "");
31 static_assert(U2<char>::k1 == sizeof(char), "");
H A Dp1.cpp50 union U2 { union
/external/clang/test/SemaCXX/
H A Dinherit.cpp23 union U2 {}; union
25 class G : public U2 { }; // expected-error{{unions cannot be base classes}}
H A Dclass.cpp138 template <typename U1, typename U2> struct bar {
H A Dconstant-expression-cxx11.cpp584 union U2 {
585 constexpr U2(T *p) : c(p->u1.b) {}
/external/valgrind/main/auxprogs/
H A Dposixtestsuite-1.5.1-diff-results20 diff -U2 tmptmp_1 tmptmp_2;
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-cxx.h17 template<class U1, class U2>
18 pair(const pair<U1, U2> &other) : first(other.first), second(other.second) {}
/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
71 if (U2 != NULL) { mp_exch(U2, &u2); }
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/valgrind/main/memcheck/tests/
H A Dsh-mem.c13 typedef unsigned short U2; typedef
106 assert(2 == sizeof(U2));
209 DO(2, U2, U2, /*isF4*/0);
H A Dsh-mem-random.c14 typedef unsigned short U2; typedef
139 case 1: { // U2
142 *(U2*)(arr+dst) = *(U2*)(arr+src);
H A Dsh-mem.stderr.exp3 -- NNN: 2 U2 U2 ------------------------
/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
174 U2[i] = tmp.value;
227 printf("uint32_t U2 = {");
231 printf("0x%x, ", U2[i]);
269 printf("uint32_t U2 = {");
273 printf("0x%lx, ", U2[i]);
/external/openfst/src/test/
H A Dalgo_test.h92 UnionFst<Arc> U2(T1, T2);
93 CHECK(Equiv(U1, U2));
141 UnionFst<Arc> U2(U1, T3);
146 CHECK(Equiv(U2, U4));
210 VectorFst<Arc> U2(C2);
211 Union(&U2, C3);
213 CHECK(Equiv(C1, U2));
228 VectorFst<Arc> U2(C2);
229 Union(&U2, C3);
231 CHECK(Equiv(C1, U2));
[all...]
/external/compiler-rt/lib/asan/tests/
H A Dasan_test_utils.h63 typedef uint16_t U2; typedef
/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/Sema/
H A Dwarn-type-safety-mpi-hdf5.c257 union U2 { int a; long b; double c; struct S1 s1; }; union
259 __attribute__(( type_tag_for_datatype(mpi, union U2, layout_compatible) ));
263 union U1 *u1_buf, union U2 *u2_buf)
271 MPI_Send(u2_buf, 1, my_u1_compat_datatype); // expected-warning {{argument type 'union U2 *' doesn't match specified 'mpi' type tag}}
/external/checkpolicy/
H A Dpolicy_scan.l207 U2 { return(U2); }
H A Dpolicy_parse.y133 %token U1 U2 U3 R1 R2 R3 T1 T2 T3 L1 L2 H1 H2
526 cexpr_prim : U1 op U2
538 | U2 op { if (insert_separator(1)) return -1; } names_push
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp44 union U2 {} constexpr; // expected-error {{union cannot be marked constexpr}} union
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
H A Drijndael-alg-fst.c111 ^ *((const word32*)U2[w[1]])
118 ^ *((const word32*)U2[w[1]])
125 ^ *((const word32*)U2[w[1]])
132 ^ *((const word32*)U2[w[1]])
448 ^ *((const word32*)U2[a[0][1]])
454 ^ *((const word32*)U2[a[1][1]])
460 ^ *((const word32*)U2[a[2][1]])
466 ^ *((const word32*)U2[a[3][1]])
/external/srtp/crypto/cipher/
H A Daes.c52 * the tables U0, U1, U2, and U4 to compute its inverse
466 static uint32_t U2[256] = { variable
1004 static uint32_t U2[256] = { variable
1433 * mixColumn is implemented by using the tables U0, U1, U2, U3,
1445 U2[T4[(tmp >> 8) & 0xff] & 0xff] ^
1452 U2[T4[(tmp >> 8) & 0xff] & 0xff] ^
1459 U2[T4[(tmp >> 8) & 0xff] & 0xff] ^
1466 U2[T4[(tmp >> 8) & 0xff] & 0xff] ^
1474 ^ U2[aes_sbox[expanded_key[i].v8[2]]]
1479 ^ U2[aes_sbo
[all...]
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc49 typedef unsigned short U2; // NOLINT typedef
216 EXPECT_POISONED(*GetPoisoned<U2>());
217 EXPECT_POISONED(*GetPoisoned<U2>());
1255 U2 a2, b2;
1639 U2 a;
1640 U2 b;
1649 s.a = *GetPoisonedO<U2>(0, origin);
/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp272 Instruction *U2 = cast<Instruction>(*IncrUse++);
279 Compare = dyn_cast<FCmpInst>(U2);

Completed in 671 milliseconds

12