/external/valgrind/main/memcheck/tests/ |
D | sh-mem-random.c | 13 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 …]
|
D | sh-mem.c | 12 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()
|
D | sh-mem.stderr.exp | 1 -- NNN: 1 U1 U1 ------------------------
|
/external/clang/test/CXX/class/class.union/ |
D | p2-0x.cpp | 5 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;
|
D | p1.cpp | 39 union U1 { union
|
/external/srtp/crypto/cipher/ |
D | aes.c | 399 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/ |
D | algo_test.h | 90 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/ |
D | class-proto-1.m | 26 @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/ |
D | 067-nested-ifdef-ifndef.c | 6 #ifdef U1 34 #ifndef U1
|
/external/dropbear/libtommath/ |
D | bn_mp_exteuclid.c | 21 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/ |
D | aes_tables.c | 139 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/ |
D | friend-template.cpp | 125 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/ |
D | rijndael-alg-fst.c | 110 *((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/ |
D | asan_test.cc | 51 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/ |
D | inherit.cpp | 21 union U1 : public A { }; // expected-error{{unions cannot have base classes}} union
|
D | class.cpp | 138 template <typename U1, typename U2> struct bar {
|
/external/checkpolicy/ |
D | policy_scan.l | 205 U1 { return(U1); }
|
D | policy_parse.y | 133 %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/ |
D | gtest-tuple.h.pump | 155 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/ |
D | gtest-tuple.h.pump | 155 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) {
|
D | gtest-tuple.h | 228 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/ |
D | gtest-tuple.h.pump | 154 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) {
|
D | gtest-tuple.h | 227 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/ |
D | p1.cpp | 36 constexpr union U1 {}; // expected-error {{union cannot be marked constexpr}} union
|
/external/valgrind/main/VEX/priv/ |
D | ir_opt.c | 1012 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 …]
|