Searched defs:U3 (Results 1 - 10 of 10) sorted by relevance

/external/clang/test/Sema/
H A Dstatic-assert.c41 typedef UNION(char, short) U3; // expected-error {{static_assert failed "type size mismatch"}} typedef
/external/clang/test/CXX/class/class.union/
H A Dp2-0x.cpp33 union U3 { union
35 U3() : k(0) {} // expected-error {{does not name a non-static data member}} function in union:U3
H A Dp1.cpp77 union U3 { union
86 struct s4 : CopyCtor { // expected-note {{because no constructor can be used to copy an object of type 'const U3::s4'}}
88 struct s5 : CopyAssign { // expected-note {{because no assignment operator can be used to copy an object of type 'const U3::s5'}}
/external/chromium_org/third_party/libsrtp/srtp/tables/
H A Daes_tables.c135 * the tables U0, U1, U2, U3 implement the aes operations invSubBytes,
139 uint32_t U0[256], U1[256], U2[256], U3[256], U4[256]; variable
180 U3[i] = tmp.value;
233 printf("uint32_t U3 = {");
237 printf("0x%x, ", U3[i]);
275 printf("uint32_t U3 = {");
279 printf("0x%lx, ", U3[i]);
/external/chromium_org/third_party/tlslite/tlslite/utils/
H A Drijndael.py159 U3 = [] variable
177 U3.append(mul4(t, iG[2]))
273 U3[(tt >> 8) & 0xFF] ^ \
/external/srtp/crypto/cipher/
H A Daes.c533 static uint32_t U3[256] = { variable
1071 static uint32_t U3[256] = { variable
1433 * mixColumn is implemented by using the tables U0, U1, U2, U3,
1446 U3[T4[(tmp) & 0xff] & 0xff];
1453 U3[T4[(tmp) & 0xff] & 0xff];
1460 U3[T4[(tmp) & 0xff] & 0xff];
1467 U3[T4[(tmp) & 0xff] & 0xff];
1475 ^ U3[aes_sbox[expanded_key[i].v8[3]]];
1480 ^ U3[aes_sbox[expanded_key[i].v8[7]]];
1485 ^ U3[aes_sbo
[all...]
/external/srtp/tables/
H A Daes_tables.c135 * the tables U0, U1, U2, U3 implement the aes operations invSubBytes,
139 uint32_t U0[256], U1[256], U2[256], U3[256], U4[256]; variable
180 U3[i] = tmp.value;
235 printf("uint32_t U3 = {");
239 printf("0x%x, ", U3[i]);
277 printf("uint32_t U3 = {");
281 printf("0x%lx, ", U3[i]);
/external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
H A Daes.c533 static uint32_t U3[256] = { variable
1071 static uint32_t U3[256] = { variable
1520 * mixColumn is implemented by using the tables U0, U1, U2, U3,
1533 U3[T4[(tmp) & 0xff] & 0xff];
1540 U3[T4[(tmp) & 0xff] & 0xff];
1547 U3[T4[(tmp) & 0xff] & 0xff];
1554 U3[T4[(tmp) & 0xff] & 0xff];
1562 ^ U3[aes_sbox[expanded_key->round[i].v8[3]]];
1567 ^ U3[aes_sbox[expanded_key->round[i].v8[7]]];
1572 ^ U3[aes_sbo
[all...]
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp48 constexpr union U3 {} u3 = {}; union
/external/clang/test/CodeGen/
H A Dxcore-stringtype.c134 // CHECK: !"f{0}(u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){m(u1){u(U1){}}})}})}})"}
136 // CHECK: !"f{0}(u(U2){m(pu3){p(u(U3){m(u1){u(U1){m(pu2){p(u(U2){})}}}})}})"}
137 // CHECK: !30 = metadata !{void (%union.U3*)* @unionType3, metadata
138 // CHECK: !"f{0}(u(U3){m(u1){u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){})}})}}}})"}
140 // CHECK: !"f{0}(u(U4){m(u1){u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){m(u1){u(U1){}}})}})}}}})"}
148 union U3;
149 union U2{union U3 *pu3;};
150 union U3{union U1 u1;}; union
154 void unionType3(union U3 u
[all...]

Completed in 477 milliseconds