Searched refs:U1 (Results 1 - 25 of 62) sorted by relevance

123

/external/clang/test/CXX/class/class.union/
H A Dp2-0x.cpp5 union U1 { union
14 constexpr int U1::k1;
15 constexpr int U1::k2;
16 int U1::k3;
18 const double U1::k4;
19 const double U1::k5;
H A Dp1.cpp38 union U1 { union
/external/chromium_org/third_party/opus/src/src/
H A Dmlp_train.h64 float U1, U2, S, x; local
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/valgrind/main/memcheck/tests/
H A Dsh-mem-random.c13 typedef unsigned char U1; typedef
37 U8 build(int size, U1 byte)
63 U1 make_defined ( U1 x )
65 volatile U1 xx = x;
70 void check(U1* arr, int n, char* who)
73 U1* shadow = malloc(n);
74 U1 arr_i;
100 static inline U1 randomU1 ( void )
109 void do_test_at ( U1* ar
[all...]
H A Dsh-mem.c12 typedef unsigned char U1; typedef
38 U8 build(int size, U1 byte)
68 void check_all(U4 x, U4 y, U1 expected_byte, U1 expected_byte_alt,
71 U1 sh[SZB_OF_a]; // Used for getting a[]'s V bits
89 U1 *undefA, expected_byte, expected_byte_alt;
102 assert( ((U1*)(&a[0])) < ((U1*)(32ULL * 1024*1024*1024)/*32G*/) );
106 assert(1 == sizeof(U1));
145 Ty* aNb = (Ty*)(((U1*)a
[all...]
H A Dsh-mem.stderr.exp1 -- NNN: 1 U1 U1 ------------------------
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
H A D067-nested-ifdef-ifndef.c6 #ifdef U1
34 #ifndef U1
/external/mesa3d/src/glsl/glcpp/tests/
H A D067-nested-ifdef-ifndef.c6 #ifdef U1
34 #ifndef U1
/external/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_final.pass.cpp19 union U1 { }; union
46 test_is_not_final<U1>();
47 test_is_not_final<U1*>();
/external/valgrind/main/memcheck/tests/common/
H A Dsh-mem-vec128.tmpl.c22 typedef unsigned char U1; typedef
37 volatile U1* p = (U1*)&w32;
57 static inline U1 randomU1 ( void )
66 static inline U1 self_shadow ( U1 x )
68 U1 res = 0xFF;
74 static inline U1 get_shadow ( U1 x )
76 U1 re
[all...]
/external/clang/test/SemaCXX/
H A Dinherit.cpp21 union U1 : public A { }; // expected-error{{unions cannot have base classes}}
H A Dclass.cpp134 template <typename U1, typename U2> struct bar {
/external/compiler-rt/lib/asan/tests/
H A Dasan_oob_test.cc70 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);
H A Dasan_asm_test.cc97 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");
H A Dasan_test_utils.h58 typedef uint8_t U1; typedef
H A Dasan_test.cc177 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);
1202 uaf_test<U1>(10, 0);
1205 uaf_test<U1>(10, -2);
1208 uaf_test<U1>(10, 10);
1212 uaf_test<U1>(kLargeMalloc, 0);
/external/clang/test/CodeGen/
H A Dxcore-stringtype.c133 // 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){}}})}})}}}})"}
147 union U1{union U2 *pu2;}; union
150 union U3{union U1 u1;};
151 union U4{union U1 u
[all...]
/external/clang/test/Sema/
H A Dstatic-assert.c39 typedef UNION(unsigned, struct A) U1; typedef
/external/openfst/src/test/
H A Dalgo_test.h90 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(T
[all...]
/external/chromium_org/third_party/libsrtp/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
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/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
168 U1[i] = tmp.value;
219 printf("uint32_t U1 = {");
223 printf("0x%x, ", U1[i]);
261 printf("uint32_t U1 = {");
265 printf("0x%lx, ", U1[i]);
/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/checkpolicy/
H A Dpolicy_scan.l205 U1 { return(U1); }
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp37 constexpr union U1 {}; // expected-error {{union cannot be marked constexpr}} union
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-cxx.h19 template<class U1, class U2>
20 pair(const pair<U1, U2> &other) : first(other.first), second(other.second) {}

Completed in 574 milliseconds

123