Home
last modified time | relevance | path

Searched refs:U1 (Results 1 – 25 of 49) sorted by relevance

12

/external/valgrind/main/memcheck/tests/
Dsh-mem-random.c13 typedef unsigned char U1; typedef
37 U8 build(int size, U1 byte) in build()
63 U1 make_defined ( U1 x ) in make_defined()
65 volatile U1 xx = x; in make_defined()
70 void check(U1* arr, int n, char* who) in check()
73 U1* shadow = malloc(n); in check()
74 U1 arr_i; in check()
100 static inline U1 randomU1 ( void ) in randomU1()
109 void do_test_at ( U1* arr ) in do_test_at()
120 arr[i] = (U1)build(1, randomU1()); in do_test_at()
[all …]
Dsh-mem.c12 typedef unsigned char U1; typedef
38 U8 build(int size, U1 byte) in build()
68 void check_all(U4 x, U4 y, U1 expected_byte, U1 expected_byte_alt, in check_all()
71 U1 sh[SZB_OF_a]; // Used for getting a[]'s V bits in check_all()
89 U1 *undefA, expected_byte, expected_byte_alt; in main()
101 assert( ((U1*)(&a[0])) < ((U1*)(32ULL * 1024*1024*1024)/*32G*/) ); in main()
105 assert(1 == sizeof(U1)); in main()
143 Ty* aNb = (Ty*)(((U1*)aN) + h); /* set offset from a[] */ \ in main()
144 Ty* bNb = (Ty*)(((U1*)bN) + h); /* set offset from b[] */ \ in main()
208 DO(1, U1, U1, /*isF4*/0); in main()
Dsh-mem.stderr.exp1 -- NNN: 1 U1 U1 ------------------------
/external/clang/test/CXX/class/class.union/
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;
Dp1.cpp39 union U1 { union
/external/srtp/crypto/cipher/
Daes.c399 static uint32_t U1[256] = { variable
937 static uint32_t U1[256] = { variable
1444 U1[T4[(tmp >> 16) & 0xff] & 0xff] ^ in aes_expand_decryption_key()
1451 U1[T4[(tmp >> 16) & 0xff] & 0xff] ^ in aes_expand_decryption_key()
1458 U1[T4[(tmp >> 16) & 0xff] & 0xff] ^ in aes_expand_decryption_key()
1465 U1[T4[(tmp >> 16) & 0xff] & 0xff] ^ in aes_expand_decryption_key()
1473 ^ U1[aes_sbox[expanded_key[i].v8[1]]] in aes_expand_decryption_key()
1478 ^ U1[aes_sbox[expanded_key[i].v8[5]]] in aes_expand_decryption_key()
1483 ^ U1[aes_sbox[expanded_key[i].v8[9]]] in aes_expand_decryption_key()
1488 ^ U1[aes_sbox[expanded_key[i].v8[13]]] in aes_expand_decryption_key()
[all …]
/external/openfst/src/test/
Dalgo_test.h90 VectorFst<Arc> U1(T1); in TestRational()
91 Union(&U1, T2); in TestRational()
93 CHECK(Equiv(U1, U2)); in TestRational()
126 VectorFst<Arc> U1(T1); in TestRational()
127 Union(&U1, T2); in TestRational()
128 Union(&U1, T3); in TestRational()
135 CHECK(Equiv(U1, U4)); in TestRational()
140 UnionFst<Arc> U1(T1, T2); in TestRational()
141 UnionFst<Arc> U2(U1, T3); in TestRational()
152 UnionFst<Arc> U1(T1, T2); in TestRational()
[all …]
/external/clang/test/SemaObjC/
Dclass-proto-1.m26 @class U1, U2; // expected-note {{forward declaration of class here}}
28 @interface E3 : U1 @end // expected-error {{attempting to use the forward class 'U1' as superclass …
/external/mesa3d/src/glsl/glcpp/tests/
D067-nested-ifdef-ifndef.c6 #ifdef U1
34 #ifndef U1
/external/dropbear/libtommath/
Dbn_mp_exteuclid.c21 int mp_exteuclid(mp_int *a, mp_int *b, mp_int *U1, mp_int *U2, mp_int *U3) in mp_exteuclid() argument
70 if (U1 != NULL) { mp_exch(U1, &u1); } in mp_exteuclid()
/external/srtp/tables/
Daes_tables.c139 uint32_t U0[256], U1[256], U2[256], U3[256], U4[256]; variable
168 U1[i] = tmp.value; in aes_compute_inv_tables()
223 printf("0x%x, ", U1[i]); in main()
265 printf("0x%lx, ", U1[i]); in main()
/external/clang/test/SemaTemplate/
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/ipsec-tools/src/racoon/missing/crypto/rijndael/
Drijndael-alg-fst.c110 *((const word32*)U1[w[0]]) in rijndaelKeyEncToDec()
117 *((const word32*)U1[w[0]]) in rijndaelKeyEncToDec()
124 *((const word32*)U1[w[0]]) in rijndaelKeyEncToDec()
131 *((const word32*)U1[w[0]]) in rijndaelKeyEncToDec()
447 *((const word32*)U1[a[0][0]]) in rijndaelDecryptRound()
453 *((const word32*)U1[a[1][0]]) in rijndaelDecryptRound()
459 *((const word32*)U1[a[2][0]]) in rijndaelDecryptRound()
465 *((const word32*)U1[a[3][0]]) in rijndaelDecryptRound()
/external/compiler-rt/lib/asan/tests/
Dasan_test.cc51 typedef uint8_t U1; typedef
281 OOBTest<U1>(); in TEST()
315 EXPECT_DEATH(uaf_test<U1>(1, 0), uaf_string); in TEST()
316 EXPECT_DEATH(uaf_test<U1>(10, 0), uaf_string); in TEST()
317 EXPECT_DEATH(uaf_test<U1>(10, 10), uaf_string); in TEST()
318 EXPECT_DEATH(uaf_test<U1>(kLargeMalloc, 0), uaf_string); in TEST()
319 EXPECT_DEATH(uaf_test<U1>(kLargeMalloc, kLargeMalloc / 2), uaf_string); in TEST()
1771 uaf_test<U1>(10, 0); in TEST()
1774 uaf_test<U1>(10, -2); in TEST()
1777 uaf_test<U1>(10, 10); in TEST()
[all …]
/external/clang/test/SemaCXX/
Dinherit.cpp21 union U1 : public A { }; // expected-error{{unions cannot have base classes}} union
Dclass.cpp138 template <typename U1, typename U2> struct bar {
/external/checkpolicy/
Dpolicy_scan.l205 U1 { return(U1); }
Dpolicy_parse.y133 %token U1 U2 U3 R1 R2 R3 T1 T2 T3 L1 L2 H1 H2
491 cexpr_prim : U1 op U2
500 | U1 op { if (insert_separator(1)) return -1; } names_push
/external/gtest/include/gtest/internal/
Dgtest-tuple.h.pump155 template <typename U0, typename U1>
156 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
168 template <typename U0, typename U1>
169 tuple& operator=(const ::std::pair<U0, U1>& p) {
/external/chromium/testing/gtest/include/gtest/internal/
Dgtest-tuple.h.pump155 template <typename U0, typename U1>
156 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
168 template <typename U0, typename U1>
169 tuple& operator=(const ::std::pair<U0, U1>& p) {
Dgtest-tuple.h228 template <typename U0, typename U1>
229 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
237 template <typename U0, typename U1>
238 tuple& operator=(const ::std::pair<U0, U1>& p) {
/external/protobuf/gtest/include/gtest/internal/
Dgtest-tuple.h.pump154 template <typename U0, typename U1>
155 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
167 template <typename U0, typename U1>
168 tuple& operator=(const ::std::pair<U0, U1>& p) {
Dgtest-tuple.h227 template <typename U0, typename U1>
228 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
236 template <typename U0, typename U1>
237 tuple& operator=(const ::std::pair<U0, U1>& p) {
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp1.cpp36 constexpr union U1 {}; // expected-error {{union cannot be marked constexpr}} union
/external/valgrind/main/VEX/priv/
Dir_opt.c1012 e->Iex.Unop.arg->Iex.Const.con->Ico.U1 in fold_Expr()
1017 e->Iex.Unop.arg->Iex.Const.con->Ico.U1 in fold_Expr()
1022 e->Iex.Unop.arg->Iex.Const.con->Ico.U1 in fold_Expr()
1028 e->Iex.Unop.arg->Iex.Const.con->Ico.U1 in fold_Expr()
1033 e->Iex.Unop.arg->Iex.Const.con->Ico.U1 in fold_Expr()
1038 e->Iex.Unop.arg->Iex.Const.con->Ico.U1 in fold_Expr()
1043 e->Iex.Unop.arg->Iex.Const.con->Ico.U1 in fold_Expr()
1126 notBool(e->Iex.Unop.arg->Iex.Const.con->Ico.U1))); in fold_Expr()
2029 vassert(fcond->Iex.Const.con->Ico.U1 == False in subst_and_fold_Stmt()
2030 || fcond->Iex.Const.con->Ico.U1 == True); in subst_and_fold_Stmt()
[all …]

12