Home
last modified time | relevance | path

Searched refs:U2 (Results 1 – 25 of 36) sorted by relevance

12

/external/clang/test/CXX/class/class.union/
Dp2-0x.cpp22 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), "");
Dp1.cpp50 union U2 { union
/external/srtp/crypto/cipher/
Daes.c466 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/
Dclass-proto-1.m26 @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/
Dinherit.cpp23 union U2 {}; union
25 class G : public U2 { }; // expected-error{{unions cannot be base classes}}
Dclass.cpp138 template <typename U1, typename U2> struct bar {
/external/valgrind/main/memcheck/tests/
Dsh-mem.c13 typedef unsigned short U2; typedef
106 assert(2 == sizeof(U2)); in main()
209 DO(2, U2, U2, /*isF4*/0); in main()
Dsh-mem-random.c14 typedef unsigned short U2; typedef
142 *(U2*)(arr+dst) = *(U2*)(arr+src); in do_test_at()
Dsh-mem.stderr.exp3 -- NNN: 2 U2 U2 ------------------------
/external/openfst/src/test/
Dalgo_test.h92 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/
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
71 if (U2 != NULL) { mp_exch(U2, &u2); } in mp_exteuclid()
/external/srtp/tables/
Daes_tables.c139 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/
Dsystem-header-simulator-cxx.h17 template<class U1, class U2>
18 pair(const pair<U1, U2> &other) : first(other.first), second(other.second) {} in pair()
/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.c111 ^ *((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/
Dposixtestsuite-1.5.1-diff-results20 diff -U2 tmptmp_1 tmptmp_2;
/external/clang/test/Sema/
Dwarn-type-safety-mpi-hdf5.c257 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/
DShadowLocation.java263 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/
Dpolicy_scan.l207 U2 { return(U2); }
Dpolicy_parse.y133 %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/
Dasan_test_utils.h63 typedef uint16_t U2; typedef
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp1.cpp44 union U2 {} constexpr; // expected-error {{union cannot be marked constexpr}} union
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/
Des-ES_zl0_kdt_lfz1.pkb33 �.De�������x�>���z��I�2z��C�¾ gby<2�J�XˠhL�ݒ)�!��ޑH���R�3��&�z`��O�3ېT�U2 �K �M�U����I��_E…
Des-ES_zl0_kpdf_phs.pkb698 G�����軉g]l���ؼ�a=&);PervpeWI;/$",6>CDA<5.)$ G��������U2 $.30)"
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc49 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()

12