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

1 2

  /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/mesa/src/src/glsl/glcpp/tests/
067-nested-ifdef-ifndef.c 6 #ifdef U1
34 #ifndef U1
  /external/mesa3d/src/glsl/glcpp/tests/
067-nested-ifdef-ifndef.c 6 #ifdef U1
34 #ifndef U1
  /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/SemaCXX/
inherit.cpp 21 union U1 : public A { }; // expected-error{{unions cannot have base classes}}
class.cpp 134 template <typename U1, typename U2> struct bar {
  /external/compiler-rt/lib/asan/tests/
asan_oob_test.cc 70 OOBTest<U1>();
115 oob_test<U1>(10, -1);
119 oob_test<U1>(kLargeMalloc, -1);
123 oob_test<U1>(10, 10);
127 oob_test<U1>(kLargeMalloc, kLargeMalloc);
asan_asm_test.cc 97 DECLARE_ASM_WRITE(U1, "1", "movb", "r");
102 DECLARE_ASM_READ(U1, "1", "movb", "=r");
170 TestAsmWrite<U1>("WRITE of size 1");
178 TestAsmRead<U1>("READ of size 1");
asan_test_utils.h 58 typedef uint8_t U1;
asan_test.cc 177 EXPECT_DEATH(uaf_test<U1>(1, 0), uaf_string);
178 EXPECT_DEATH(uaf_test<U1>(10, 0), uaf_string);
179 EXPECT_DEATH(uaf_test<U1>(10, 10), uaf_string);
180 EXPECT_DEATH(uaf_test<U1>(kLargeMalloc, 0), uaf_string);
181 EXPECT_DEATH(uaf_test<U1>(kLargeMalloc, kLargeMalloc / 2), uaf_string);
    [all...]
  /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/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}}
  /external/openfst/src/test/
algo_test.h 90 VectorFst<Arc> U1(T1);
91 Union(&U1, T2);
93 CHECK(Equiv(U1, U2));
126 VectorFst<Arc> U1(T1);
127 Union(&U1, T2);
128 Union(&U1, T3);
135 CHECK(Equiv(U1, U4));
140 UnionFst<Arc> U1(T1, T2);
141 UnionFst<Arc> U2(U1, T3);
152 UnionFst<Arc> U1(T1, T2)
    [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/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/checkpolicy/
policy_scan.l 204 u1 |
205 U1 { return(U1); }
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-alg-fst.c 110 *((const word32*)U1[w[0]])
117 *((const word32*)U1[w[0]])
124 *((const word32*)U1[w[0]])
131 *((const word32*)U1[w[0]])
447 *((const word32*)U1[a[0][0]])
453 *((const word32*)U1[a[1][0]])
459 *((const word32*)U1[a[2][0]])
465 *((const word32*)U1[a[3][0]])
  /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/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/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 37 constexpr union U1 {}; // expected-error {{union cannot be marked constexpr}}
  /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] ^ \

Completed in 1932 milliseconds

1 2