HomeSort by relevance Sort by last modified time
    Searched defs:U1 (Results 1 - 19 of 19) sorted by null

  /external/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_final.pass.cpp 19 union U1 { };
46 test_is_not_final<U1>();
47 test_is_not_final<U1*>();
  /external/clang/test/Sema/
static-assert.c 39 typedef UNION(unsigned, struct A) U1;
warn-type-safety-mpi-hdf5.c 252 union U1 { int a; long b; double c; double d; struct S1 s1; };
263 union U1 *u1_buf, union U2 *u2_buf)
270 MPI_Send(u1_buf, 1, my_u2_datatype); // expected-warning {{argument type 'union U1 *' doesn't match specified 'mpi' type tag}}
warn-documentation.cpp 1049 @union U1
1051 union U1 {int i; };
    [all...]
  /external/compiler-rt/lib/asan/tests/
asan_test_utils.h 58 typedef uint8_t U1;
  /external/clang/test/CXX/class/class.union/
p2-0x.cpp 5 union U1 {
14 constexpr int U1::k1;
15 constexpr int U1::k2;
16 int U1::k3;
18 const double U1::k4;
19 const double U1::k5;
p1.cpp 38 union U1 {
  /external/chromium_org/third_party/opus/src/src/
mlp_train.h 64 float U1, U2, S, x;
66 U1 = ((float)rand())/RAND_MAX;
68 U1 = 2*U1-1;
70 S = U1*U1 + U2*U2;
72 x = sd*sqrt(-2 * log(S) / S) * U1;
  /external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
aes.c 52 * the tables U0, U1, U2, and U4 to compute its inverse
399 static uint32_t U1[256] = {
    [all...]
  /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];
168 U1[i] = tmp.value;
217 printf("uint32_t U1 = {");
221 printf("0x%x, ", U1[i]);
259 printf("uint32_t U1 = {");
263 printf("0x%lx, ", U1[i]);
  /external/chromium_org/third_party/tlslite/tlslite/utils/
rijndael.py 157 U1 = []
175 U1.append(mul4(t, iG[0]))
271 Kd[r][j] = U1[(tt >> 24) & 0xFF] ^ \
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 37 constexpr union U1 {}; // expected-error {{union cannot be marked constexpr}}
  /external/clang/test/CodeGen/
xcore-stringtype.c 133 // CHECK: !28 = metadata !{void (%union.U1*)* @unionType1, metadata
134 // CHECK: !"f{0}(u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){m(u1){u(U1){}}})}})}})"}
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){}}})}})}}}})"
150 union U3{union U1 u1;}; member in union:U3
151 union U4{union U1 u1;}; member in union:U4
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECPoint.java 575 ECFieldElement u1 = Z1IsOne ? Y2 : Y2.multiply(Z1); local
577 ECFieldElement u = u1.subtract(u2);
666 ECFieldElement Z2Squared, U1, S1;
669 Z2Squared = Z2; U1 = X1; S1 = Y1;
674 U1 = Z2Squared.multiply(X1);
679 ECFieldElement H = U1.subtract(U2);
697 ECFieldElement V = HSquared.multiply(U1);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 274 Instruction *U1 = cast<Instruction>(*IncrUse++);
281 FCmpInst *Compare = dyn_cast<FCmpInst>(U1);
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 74 typedef unsigned char U1;
207 EXPECT_POISONED(*GetPoisoned<U1>());
208 EXPECT_POISONED(*GetPoisoned<U1>());
209 EXPECT_POISONED(*GetPoisoned<U1>());
329 ((U1*)p)[1] = 0;
330 ((U1*)p)[2] = 0xff;
368 EXPECT_NOT_POISONED(applyNot<U1>(0x0, 0x0));
369 EXPECT_NOT_POISONED(applyNot<U1>(0xFF, 0xFE));
370 EXPECT_NOT_POISONED(applyNot<U1>(0xFF, 0x0));
371 EXPECT_POISONED(applyNot<U1>(0xFF, 0xFF))
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 921 milliseconds