HomeSort by relevance Sort by last modified time
    Searched refs:U2 (Results 1 - 25 of 33) sorted by null

1 2

  /external/clang/test/CXX/class/class.union/
p2-0x.cpp 22 union U2 {
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), "");
p1.cpp 50 union U2 {
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
067-nested-ifdef-ifndef.c 7 #ifdef U2
35 #ifndef U2
  /external/clang/test/SemaCXX/
inherit.cpp 23 union U2 {};
25 class G : public U2 { }; // expected-error{{unions cannot be base classes}}
class.cpp 134 template <typename U1, typename U2> struct bar {
  /external/mesa3d/src/glsl/glcpp/tests/
067-nested-ifdef-ifndef.c 7 #ifdef U2
35 #ifndef U2
  /external/chromium_org/third_party/opus/src/src/
mlp_train.h 64 float U1, U2, S, x;
67 U2 = ((float)rand())/RAND_MAX;
69 U2 = 2*U2-1;
70 S = U1*U1 + U2*U2;
  /external/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_final.pass.cpp 20 union U2 final { };
48 test_is_final <U2>();
49 test_is_not_final<U2*>();
  /external/clang/test/CodeGen/
xcore-stringtype.c 134 // CHECK: !"f{0}(u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){m(u1){u(U1){}}})}})}})"}
135 // CHECK: !29 = metadata !{void (%union.U2*)* @unionType2, metadata
136 // CHECK: !"f{0}(u(U2){m(pu3){p(u(U3){m(u1){u(U1){m(pu2){p(u(U2){})}}}})}})"}
138 // CHECK: !"f{0}(u(U3){m(u1){u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){})}})}}}})"}
140 // CHECK: !"f{0}(u(U4){m(u1){u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){m(u1){u(U1){}}})}})}}}})"}
146 union U2;
147 union U1{union U2 *pu2;};
149 union U2{union U3 *pu3;};
153 void unionType2(union U2 u2) {
    [all...]
  /external/compiler-rt/lib/asan/tests/
asan_asm_test.cc 98 DECLARE_ASM_WRITE(U2, "2", "movw", "r");
103 DECLARE_ASM_READ(U2, "2", "movw", "=r");
171 TestAsmWrite<U2>("WRITE of size 2");
179 TestAsmRead<U2>("READ of size 2");
asan_test_utils.h 59 typedef uint16_t U2;
  /external/chromium_org/third_party/libsrtp/srtp/tables/
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];
174 U2[i] = tmp.value;
225 printf("uint32_t U2 = {");
229 printf("0x%x, ", U2[i]);
267 printf("uint32_t U2 = {");
271 printf("0x%lx, ", U2[i]);
  /external/openfst/src/test/
algo_test.h 92 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/clang/test/Analysis/Inputs/
system-header-simulator-cxx.h 19 template<class U1, class U2>
20 pair(const pair<U1, U2> &other) : first(other.first), second(other.second) {}
  /external/clang/test/SemaTemplate/
friend-template.cpp 125 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/
warn-type-safety-mpi-hdf5.c 257 union U2 { int a; long b; double c; struct S1 s1; };
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/
policy_scan.l 206 u2 |
207 U2 { return(U2); }
policy_parse.y 133 %token U1 U2 U3 R1 R2 R3 T1 T2 T3 L1 L2 H1 H2
533 cexpr_prim : U1 op U2
545 | U2 op { if (insert_separator(1)) return -1; } names_push
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-alg-fst.c 111 ^ *((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/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECPoint.java 576 ECFieldElement u2 = Z2IsOne ? Y1 : Y1.multiply(Z2); local
577 ECFieldElement u = u1.subtract(u2);
603 ECFieldElement Y3 = vSquaredV2.subtract(A).multiply(u).subtract(vCubed.multiply(u2));
652 ECFieldElement Z1Squared, U2, S2;
655 Z1Squared = Z1; U2 = X2; S2 = Y2;
660 U2 = Z1Squared.multiply(X2);
679 ECFieldElement H = U1.subtract(U2);
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
aes.c 52 * the tables U0, U1, U2, and U4 to compute its inverse
466 static uint32_t U2[256] = {
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 44 union U2 {} constexpr; // expected-error {{union cannot be marked constexpr}}
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 75 typedef unsigned short U2; // NOLINT
210 EXPECT_POISONED(*GetPoisoned<U2>());
211 EXPECT_POISONED(*GetPoisoned<U2>());
    [all...]
  /external/chromium_org/third_party/tlslite/tlslite/utils/
rijndael.py 158 U2 = []
176 U2.append(mul4(t, iG[1]))
272 U2[(tt >> 16) & 0xFF] ^ \
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 276 Instruction *U2 = cast<Instruction>(*IncrUse++);
283 Compare = dyn_cast<FCmpInst>(U2);
    [all...]

Completed in 1464 milliseconds

1 2