/external/clang/test/CXX/class/class.union/ |
D | p2-0x.cpp | 22 union U2 { union 27 template<typename T> constexpr int U2<T>::k1 = sizeof(U2<T>); 28 template<typename T> double U2<T>::k2 = 5.3; 30 static_assert(U2<int>::k1 == sizeof(int), ""); 31 static_assert(U2<char>::k1 == sizeof(char), "");
|
D | p1.cpp | 50 union U2 { union
|
/external/srtp/crypto/cipher/ |
D | aes.c | 466 static uint32_t U2[256] = { variable 1004 static uint32_t U2[256] = { variable 1445 U2[T4[(tmp >> 8) & 0xff] & 0xff] ^ in aes_expand_decryption_key() 1452 U2[T4[(tmp >> 8) & 0xff] & 0xff] ^ in aes_expand_decryption_key() 1459 U2[T4[(tmp >> 8) & 0xff] & 0xff] ^ in aes_expand_decryption_key() 1466 U2[T4[(tmp >> 8) & 0xff] & 0xff] ^ in aes_expand_decryption_key() 1474 ^ U2[aes_sbox[expanded_key[i].v8[2]]] in aes_expand_decryption_key() 1479 ^ U2[aes_sbox[expanded_key[i].v8[6]]] in aes_expand_decryption_key() 1484 ^ U2[aes_sbox[expanded_key[i].v8[10]]] in aes_expand_decryption_key() 1489 ^ U2[aes_sbox[expanded_key[i].v8[14]]] in aes_expand_decryption_key() [all …]
|
/external/clang/test/SemaObjC/ |
D | class-proto-1.m | 26 @class U1, U2; // expected-note {{forward declaration of class here}} 33 @interface U2 @end interface 35 @interface I4 : U2 <p1,p2>
|
/external/clang/test/SemaCXX/ |
D | inherit.cpp | 23 union U2 {}; union 25 class G : public U2 { }; // expected-error{{unions cannot be base classes}}
|
D | class.cpp | 138 template <typename U1, typename U2> struct bar {
|
/external/valgrind/main/memcheck/tests/ |
D | sh-mem.c | 13 typedef unsigned short U2; typedef 106 assert(2 == sizeof(U2)); in main() 209 DO(2, U2, U2, /*isF4*/0); in main()
|
D | sh-mem-random.c | 14 typedef unsigned short U2; typedef 142 *(U2*)(arr+dst) = *(U2*)(arr+src); in do_test_at()
|
D | sh-mem.stderr.exp | 3 -- NNN: 2 U2 U2 ------------------------
|
/external/openfst/src/test/ |
D | algo_test.h | 92 UnionFst<Arc> U2(T1, T2); in TestRational() 93 CHECK(Equiv(U1, U2)); in TestRational() 141 UnionFst<Arc> U2(U1, T3); in TestRational() 146 CHECK(Equiv(U2, U4)); in TestRational() 210 VectorFst<Arc> U2(C2); in TestRational() 211 Union(&U2, C3); in TestRational() 213 CHECK(Equiv(C1, U2)); in TestRational() 228 VectorFst<Arc> U2(C2); in TestRational() 229 Union(&U2, C3); in TestRational() 231 CHECK(Equiv(C1, U2)); in TestRational() [all …]
|
/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 71 if (U2 != NULL) { mp_exch(U2, &u2); } in mp_exteuclid()
|
/external/srtp/tables/ |
D | aes_tables.c | 139 uint32_t U0[256], U1[256], U2[256], U3[256], U4[256]; variable 174 U2[i] = tmp.value; in aes_compute_inv_tables() 231 printf("0x%x, ", U2[i]); in main() 273 printf("0x%lx, ", U2[i]); in main()
|
/external/clang/test/Analysis/Inputs/ |
D | system-header-simulator-cxx.h | 17 template<class U1, class U2> 18 pair(const pair<U1, U2> &other) : first(other.first), second(other.second) {} in pair()
|
/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 | 111 ^ *((const word32*)U2[w[1]]) in rijndaelKeyEncToDec() 118 ^ *((const word32*)U2[w[1]]) in rijndaelKeyEncToDec() 125 ^ *((const word32*)U2[w[1]]) in rijndaelKeyEncToDec() 132 ^ *((const word32*)U2[w[1]]) in rijndaelKeyEncToDec() 448 ^ *((const word32*)U2[a[0][1]]) in rijndaelDecryptRound() 454 ^ *((const word32*)U2[a[1][1]]) in rijndaelDecryptRound() 460 ^ *((const word32*)U2[a[2][1]]) in rijndaelDecryptRound() 466 ^ *((const word32*)U2[a[3][1]]) in rijndaelDecryptRound()
|
/external/valgrind/main/auxprogs/ |
D | posixtestsuite-1.5.1-diff-results | 20 diff -U2 tmptmp_1 tmptmp_2;
|
/external/clang/test/Sema/ |
D | warn-type-safety-mpi-hdf5.c | 257 union U2 { int a; long b; double c; struct S1 s1; }; union 259 __attribute__(( type_tag_for_datatype(mpi, union U2, layout_compatible) )); 263 union U1 *u1_buf, union U2 *u2_buf) in test_layout_compatibility()
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowLocation.java | 263 double U2 = Math.atan((1.0 - f) * Math.tan(lat2)); in computeDistanceAndBearing() local 266 double cosU2 = Math.cos(U2); in computeDistanceAndBearing() 268 double sinU2 = Math.sin(U2); in computeDistanceAndBearing()
|
/external/checkpolicy/ |
D | policy_scan.l | 207 U2 { return(U2); }
|
D | policy_parse.y | 133 %token U1 U2 U3 R1 R2 R3 T1 T2 T3 L1 L2 H1 H2 526 cexpr_prim : U1 op U2 538 | U2 op { if (insert_separator(1)) return -1; } names_push
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_test_utils.h | 63 typedef uint16_t U2; typedef
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
D | p1.cpp | 44 union U2 {} constexpr; // expected-error {{union cannot be marked constexpr}} union
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/ |
D | es-ES_zl0_kdt_lfz1.pkb | 33 �.De�������x�>��z��I�2z��C�¾ gby<2�J�XˠhL�ݒ)�!��ޑH���R�3��&�z`��O�3ېT�U2 �K�M�U����I��_E…
|
D | es-ES_zl0_kpdf_phs.pkb | 698 G����軉g]l���ؼ�a=&);PervpeWI;/$",6>CDA<5.)$ G�������U2 $.30)"
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 49 typedef unsigned short U2; // NOLINT typedef 216 EXPECT_POISONED(*GetPoisoned<U2>()); in TEST() 217 EXPECT_POISONED(*GetPoisoned<U2>()); in TEST() 1255 U2 a2, b2; 1639 U2 a; 1640 U2 b; 1649 s.a = *GetPoisonedO<U2>(0, origin); in TEST()
|