Home
last modified time | relevance | path

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

123

/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), "");
/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/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_final.pass.cpp20 union U2 final { }; union
48 test_is_final <U2>(); in main()
49 test_is_not_final<U2*>(); in main()
/external/clang/test/CodeGen/
Dxcore-stringtype.c154 union U2;
155 union U1{union U2 *pu2;};
157 union U2{union U3 *pu3;}; union
161 void unionType2(union U2 u2) {} in unionType2()
/external/compiler-rt/lib/asan/tests/
Dasan_asm_test.cc116 DECLARE_ASM_WRITE(U2, "2", "movw", "r");
121 DECLARE_ASM_READ(U2, "2", "movw", "=r");
126 DECLARE_ASM_REP_MOVS(U2, "movsw");
215 TestAsmWrite<U2>("WRITE of size 2"); in TEST()
223 TestAsmRead<U2>("READ of size 2"); in TEST()
258 TestAsmRepMovs<U2>("READ of size 2", "WRITE of size 2"); in TEST()
/external/clang/test/SemaCXX/
Derr_typecheck_assign_const.cpp53 struct U2 { struct
58 const U2 u2 = U2(); // expected-note{{non-static data member 'u2' declared const here}} argument
Dinherit.cpp23 union U2 {}; union
25 class G : public U2 { }; // expected-error{{unions cannot be base classes}}
/external/clang/test/SemaObjC/
Dclass-proto-1.m27 @class U1, U2; // expected-note {{forward declaration of class here}}
34 @interface U2 @end interface
36 @interface I4 : U2 <p1,p2>
/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/valgrind/memcheck/tests/
Dsh-mem.c13 typedef unsigned short U2; typedef
107 assert(2 == sizeof(U2)); in main()
211 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/mesa3d/src/glsl/glcpp/tests/
D067-nested-ifdef-ifndef.c7 #ifdef U2
35 #ifndef U2
/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
DSecP192K1Point.java99 int[] U2, S2; in add() local
102 U2 = X2.x; in add()
110 U2 = t2; in add()
111 SecP192K1Field.multiply(S2, X2.x, U2); in add()
137 SecP192K1Field.subtract(U1, U2, H); in add()
DSecP256R1Point.java97 int[] U2, S2; in add() local
100 U2 = X2.x; in add()
108 U2 = t2; in add()
109 SecP256R1Field.multiply(S2, X2.x, U2); in add()
135 SecP256R1Field.subtract(U1, U2, H); in add()
DSecP224K1Point.java99 int[] U2, S2; in add() local
102 U2 = X2.x; in add()
110 U2 = t2; in add()
111 SecP224K1Field.multiply(S2, X2.x, U2); in add()
137 SecP224K1Field.subtract(U1, U2, H); in add()
DSecP256K1Point.java99 int[] U2, S2; in add() local
102 U2 = X2.x; in add()
110 U2 = t2; in add()
111 SecP256K1Field.multiply(S2, X2.x, U2); in add()
137 SecP256K1Field.subtract(U1, U2, H); in add()
DSecP384R1Point.java97 int[] U2, S2; in add() local
100 U2 = X2.x; in add()
108 U2 = tt2; in add()
109 SecP384R1Field.multiply(S2, X2.x, U2); in add()
135 SecP384R1Field.subtract(U1, U2, H); in add()
DSecP192R1Point.java98 int[] U2, S2; in add() local
101 U2 = X2.x; in add()
109 U2 = t2; in add()
110 SecP192R1Field.multiply(S2, X2.x, U2); in add()
136 SecP192R1Field.subtract(U1, U2, H); in add()
DSecP224R1Point.java97 int[] U2, S2; in add() local
100 U2 = X2.x; in add()
108 U2 = t2; in add()
109 SecP224R1Field.multiply(S2, X2.x, U2); in add()
135 SecP224R1Field.subtract(U1, U2, H); in add()
DSecP521R1Point.java95 int[] U2, S2; in add() local
98 U2 = X2.x; in add()
106 U2 = t2; in add()
107 SecP521R1Field.multiply(S2, X2.x, U2); in add()
133 SecP521R1Field.subtract(U1, U2, H); in add()
/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/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/valgrind/auxprogs/
Dposixtestsuite-1.5.1-diff-results20 diff -U2 tmptmp_1 tmptmp_2;

123