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

/external/clang/test/Sema/
H A Dstatic-assert.c39 typedef UNION(unsigned, struct A) U1; typedef
H A Dwarn-documentation.cpp965 @union U1
967 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.h62 typedef uint8_t U1; typedef
/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/dropbear/libtommath/
H A Dbn_mp_exteuclid.c21 int mp_exteuclid(mp_int *a, mp_int *b, mp_int *U1, mp_int *U2, mp_int *U3) argument
70 if (U1 != NULL) { mp_exch(U1, &u1); }
/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/main/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;
101 assert( ((U1*)(&a[0])) < ((U1*)(32ULL * 1024*1024*1024)/*32G*/) );
105 assert(1 == sizeof(U1));
143 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/chromium_org/third_party/tlslite/tlslite/utils/
H A Drijndael.py165 U1 = [] variable
183 U1.append(mul4(t, iG[0]))
279 Kd[r][j] = U1[(tt >> 24) & 0xFF] ^ \
/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/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp270 Instruction *U1 = cast<Instruction>(*IncrUse++); local
277 FCmpInst *Compare = dyn_cast<FCmpInst>(U1);
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc58 typedef unsigned char U1; typedef
223 EXPECT_POISONED(*GetPoisoned<U1>());
224 EXPECT_POISONED(*GetPoisoned<U1>());
225 EXPECT_POISONED(*GetPoisoned<U1>());
328 ((U1*)p)[1] = 0;
329 ((U1*)p)[2] = 0xff;
367 EXPECT_NOT_POISONED(applyNot<U1>(0x0, 0x0));
368 EXPECT_NOT_POISONED(applyNot<U1>(0xFF, 0xFE));
369 EXPECT_NOT_POISONED(applyNot<U1>(0xFF, 0x0));
370 EXPECT_POISONED(applyNot<U1>(
[all...]
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c2963 int mp_exteuclid(mp_int *a, mp_int *b, mp_int *U1, mp_int *U2, mp_int *U3) argument
3012 if (U1 != NULL) { mp_exch(U1, &u1); }
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h290 Bool U1; member in union:_IRConst::__anon27920

Completed in 494 milliseconds