Searched refs:U4 (Results 1 - 18 of 18) sorted by relevance

/external/valgrind/memcheck/tests/common/
H A Dsh-mem-vec128.tmpl.c24 typedef unsigned int U4; typedef
36 volatile U4 w32 = 0x88776655;
49 static inline U4 randomU4 ( void )
51 static U4 n = 0;
77 U4 r = VALGRIND_GET_VBITS(&x, &res, 1);
101 static void apply ( void(*fn)(U4,Bool), U4 arg1, Bool arg2 )
156 static void do_partial_load_case ( U4 nInitialValid, Bool aligned )
166 U4 j;
175 U4
[all...]
/external/compiler-rt/lib/asan/tests/
H A Dasan_asm_test.cc117 DECLARE_ASM_WRITE(U4, "4", "movl", "r");
122 DECLARE_ASM_READ(U4, "4", "movl", "=r");
127 DECLARE_ASM_REP_MOVS(U4, "movsl");
172 U4 AsmLoad(U4 *a) {
173 U4 r;
178 void AsmStore(U4 r, U4 *a) {
207 U4* buf = new U4[
[all...]
H A Dasan_test_utils.h60 typedef uint32_t U4; typedef
H A Dasan_oob_test.cc74 OOBTest<U4>();
/external/valgrind/memcheck/tests/
H A Dsh-mem-random.c15 typedef unsigned int U4; typedef
92 static inline U4 randomU4 ( void )
94 static U4 n = 0;
113 U4 mv1 = 0, mv2 = 0, mv4 = 0, mv8 = 0, mv4f = 0, mv8f = 0;
128 U4 ty, src, dst;
146 case 2: { // U4
149 *(U4*)(arr+dst) = *(U4*)(arr+src);
H A Dsh-mem.c14 typedef unsigned int U4; typedef
68 void check_all(U4 x, U4 y, U1 expected_byte, U1 expected_byte_alt,
108 assert(4 == sizeof(U4));
212 DO(4, U4, U4, /*isF4*/0);
213 DO(4, F4, U4, /*isF4*/1);
H A Dsh-mem.stderr.exp6 -- NNN: 4 U4 U4 ------------------------
11 -- NNN: 4 F4 U4 ------------------------
/external/clang/test/Sema/
H A Dstatic-assert.c42 typedef UNION(float, 0.5f) U4; // expected-error {{expected a type}} typedef
/external/clang/test/SemaCXX/
H A Derr_typecheck_assign_const.cpp61 struct U4 { struct
66 U4 u4;
/external/clang/test/CXX/class/class.union/
H A Dp1.cpp99 union U4 { union
102 int U4::i1 = 10;
/external/clang/test/CodeGen/
H A Dxcore-stringtype.c147 // CHECK: !{{[0-9]+}} = !{void (%union.U4*)* @unionType4,
148 // CHECK: !"f{0}(u(U4){m(u1){u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){m(u1){u(U1){}}})}})}}}})"}
159 union U4{union U1 u1;}; union
163 void unionType4(union U4 u4) {}
/external/srtp/tables/
H A Daes_tables.c139 uint32_t U0[256], U1[256], U2[256], U3[256], U4[256]; variable
183 U4[i] = tmp.value;
243 printf("uint32_t U4 = {");
247 printf("0x%x, ", U4[i]);
285 printf("uint32_t U4 = {");
289 printf("0x%lx, ", U4[i]);
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc123 typedef unsigned int U4; typedef
135 U4 origin = __msan_get_origin(&x);
191 T *GetPoisonedO(int i, U4 origin, T val = 0) {
260 EXPECT_POISONED(*GetPoisoned<U4>());
373 U4 *p = GetPoisoned<U4>();
404 EXPECT_NOT_POISONED(applyNot<U4>(0x0, 0x0));
405 EXPECT_NOT_POISONED(applyNot<U4>(0xFFFFFFFF, 0x0));
406 EXPECT_POISONED(applyNot<U4>(0xFFFFFFFF, 0xFFFFFFFF));
407 EXPECT_NOT_POISONED(applyNot<U4>(
[all...]
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp52 union U4 {} constexpr u4 = {}; union
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
H A Drijndael-alg-fst.c113 ^ *((const word32*)U4[w[3]]);
120 ^ *((const word32*)U4[w[3]]);
127 ^ *((const word32*)U4[w[3]]);
134 ^ *((const word32*)U4[w[3]]);
450 ^ *((const word32*)U4[a[0][3]]);
456 ^ *((const word32*)U4[a[1][3]]);
462 ^ *((const word32*)U4[a[2][3]]);
468 ^ *((const word32*)U4[a[3][3]]);
H A Dboxes-fst.dat953 #define U4 xU4.xt8
/external/srtp/crypto/cipher/
H A Daes.c52 * the tables U0, U1, U2, and U4 to compute its inverse
1141 * the following tables (aes_sbox, aes_inv_sbox, T4, U4) are
1288 static uint32_t U4[256] = { variable
1751 tmp0 = (U4[(state->v32[0] >> 24)] & 0xff000000)
1752 ^ (U4[(state->v32[3] >> 16) & 0xff] & 0x00ff0000)
1753 ^ (U4[(state->v32[2] >> 8) & 0xff] & 0x0000ff00)
1754 ^ (U4[(state->v32[1] ) & 0xff] & 0x000000ff)
1757 tmp1 = (U4[(state->v32[1] >> 24)] & 0xff000000)
1758 ^ (U4[(state->v32[0] >> 16) & 0xff] & 0x00ff0000)
1759 ^ (U4[(stat
[all...]
/external/openfst/src/test/
H A Dalgo_test.h132 VectorFst<Arc> U4(T1);
133 Union(&U4, U3);
135 CHECK(Equiv(U1, U4));
144 UnionFst<Arc> U4(T1, U3);
146 CHECK(Equiv(U2, U4));
156 UnionFst<Arc> U4(T1, U3);
158 CHECK(Equiv(U1, U4));

Completed in 555 milliseconds