HomeSort by relevance Sort by last modified time
    Searched defs:U3 (Results 1 - 11 of 11) sorted by null

  /external/clang/test/Sema/
static-assert.c 41 typedef UNION(char, short) U3; // expected-error {{static_assert failed "type size mismatch"}}
  /external/clang/test/CXX/class/class.union/
p2-0x.cpp 33 union U3 {
35 U3() : k(0) {} // expected-error {{does not name a non-static data member}}
p1.cpp 77 union U3 {
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'}}
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_PredictIntra_4x4.c 139 * UL U0 U1 U2 U3 U4 U5 U6 U7
150 #define U3 pSrcAbove[3]
168 pDst[y*dstStep+3] = U3;
189 pTmp[1] = (OMX_U8)((U1 + 2*U2 + U3 + 2)>>2);
192 pTmp[2] = (OMX_U8)((U2 + 2*U3 + U4 + 2)>>2);
193 pTmp[3] = (OMX_U8)((U3 + 2*U4 + U5 + 2)>>2);
200 pTmp[2] = (OMX_U8)((U2 + 3*U3 + 2)>>2);
201 pTmp[3] = U3;
202 pTmp[4] = U3;
203 pTmp[5] = U3;
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
aes.c 533 static uint32_t U3[256] = {
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/tables/
aes_tables.c 135 * the tables U0, U1, U2, U3 implement the aes operations invSubBytes,
139 uint32_t U0[256], U1[256], U2[256], U3[256], U4[256];
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/
rijndael.py 159 U3 = []
177 U3.append(mul4(t, iG[2]))
273 U3[(tt >> 8) & 0xFF] ^ \
  /external/srtp/crypto/cipher/
aes.c 533 static uint32_t U3[256] = {
    [all...]
  /external/srtp/tables/
aes_tables.c 135 * the tables U0, U1, U2, U3 implement the aes operations invSubBytes,
139 uint32_t U0[256], U1[256], U2[256], U3[256], U4[256];
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/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 48 constexpr union U3 {} u3 = {}; variable in typeref:union:U3
  /external/clang/test/CodeGen/
xcore-stringtype.c 134 // 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;};
154 void unionType3(union U3 u3) {
    [all...]

Completed in 854 milliseconds