Searched defs:U1 (Results 1 - 20 of 20) sorted by relevance

/external/libcxx/test/std/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/clang/test/Sema/
H A Dstatic-assert.c39 typedef UNION(unsigned, struct A) U1; typedef
H A Dwarn-documentation.cpp1055 @union U1
1057 union U1 {int i; }; union
H A Dwarn-type-safety-mpi-hdf5.c252 union U1 { int a; long b; double c; double d; struct S1 s1; }; union
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/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/compiler-rt/lib/asan/tests/
H A Dasan_test_utils.h58 typedef uint8_t U1; typedef
/external/srtp/crypto/cipher/
H A Daes.c52 * the tables U0, U1, U2, and U4 to compute its inverse
399 static uint32_t U1[256] = { variable
937 static uint32_t U1[256] = { variable
1433 * mixColumn is implemented by using the tables U0, U1, U2, U3,
1444 U1[T4[(tmp >> 16) & 0xff] & 0xff] ^
1451 U1[T4[(tmp >> 16) & 0xff] & 0xff] ^
1458 U1[T4[(tmp >> 16) & 0xff] & 0xff] ^
1465 U1[T4[(tmp >> 16) & 0xff] & 0xff] ^
1473 ^ U1[aes_sbox[expanded_key[i].v8[1]]]
1478 ^ U1[aes_sbo
[all...]
/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/valgrind/memcheck/tests/
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-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...]
/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/SemaCXX/
H A Derr_typecheck_assign_const.cpp49 struct U1 { struct
54 U1 u1;
/external/valgrind/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/CodeGen/
H A Dxcore-stringtype.c141 // CHECK: !{{[0-9]+}} = !{void (%union.U1*)* @unionType1,
142 // CHECK: !"f{0}(u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){m(u1){u(U1){}}})}})}})"}
144 // CHECK: !"f{0}(u(U2){m(pu3){p(u(U3){m(u1){u(U1){m(pu2){p(u(U2){})}}}})}})"}
146 // CHECK: !"f{0}(u(U3){m(u1){u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){})}})}}}})"}
148 // CHECK: !"f{0}(u(U4){m(u1){u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){m(u1){u(U1){}}})}})}}}})"}
155 union U1{union U2 *pu2;}; union
158 union U3{union U1 u1;};
159 union U4{union U1 u
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp275 Instruction *U1 = cast<Instruction>(*IncrUse++); local
282 FCmpInst *Compare = dyn_cast<FCmpInst>(U1);
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc121 typedef unsigned char U1; typedef
255 EXPECT_POISONED(*GetPoisoned<U1>());
256 EXPECT_POISONED(*GetPoisoned<U1>());
257 EXPECT_POISONED(*GetPoisoned<U1>());
376 ((U1*)p)[1] = 0;
377 ((U1*)p)[2] = 0xff;
415 EXPECT_NOT_POISONED(applyNot<U1>(0x0, 0x0));
416 EXPECT_NOT_POISONED(applyNot<U1>(0xFF, 0xFE));
417 EXPECT_NOT_POISONED(applyNot<U1>(0xFF, 0x0));
418 EXPECT_POISONED(applyNot<U1>(
[all...]
/external/valgrind/VEX/pub/
H A Dlibvex_ir.h295 Bool U1; member in union:_IRConst::__anon15736
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...

Completed in 4219 milliseconds