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

  /dalvik/vm/arch/x86-atom/
Call386ABI.S 155 U2:
  /external/clang/test/SemaCXX/
inherit.cpp 23 union U2 {};
25 class G : public U2 { }; // expected-error{{unions cannot be base classes}}
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_PredictIntra_4x4.c 139 * UL U0 U1 U2 U3 U4 U5 U6 U7
149 #define U2 pSrcAbove[2]
167 pDst[y*dstStep+2] = U2;
188 pTmp[0] = (OMX_U8)((U0 + 2*U1 + U2 + 2)>>2);
189 pTmp[1] = (OMX_U8)((U1 + 2*U2 + U3 + 2)>>2);
192 pTmp[2] = (OMX_U8)((U2 + 2*U3 + U4 + 2)>>2);
200 pTmp[2] = (OMX_U8)((U2 + 3*U3 + 2)>>2);
222 pTmp[5] = (OMX_U8)((U2 + 2*U1 + U0 + 2)>>2);
223 pTmp[6] = (OMX_U8)((U3 + 2*U2 + U1 + 2)>>2);
244 pTmp[6] = (OMX_U8)((U0 + 2*U1 + U2 + 2)>>2)
    [all...]
  /external/valgrind/main/memcheck/tests/
sh-mem.c 13 typedef unsigned short U2;
106 assert(2 == sizeof(U2));
209 DO(2, U2, U2, /*isF4*/0);
sh-mem-random.c 14 typedef unsigned short U2;
139 case 1: { // U2
142 *(U2*)(arr+dst) = *(U2*)(arr+src);
  /external/srtp/crypto/cipher/
aes.c 52 * the tables U0, U1, U2, and U4 to compute its inverse
466 static uint32_t U2[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];
174 U2[i] = tmp.value;
227 printf("uint32_t U2 = {");
231 printf("0x%x, ", U2[i]);
269 printf("uint32_t U2 = {");
273 printf("0x%lx, ", U2[i]);
  /external/clang/test/CXX/class/class.union/
p1.cpp 47 union U2 {
49 Virtual v; // expected-note {{because type 'U2::<anonymous struct}}
52 VirtualBase vbase; // expected-note {{because type 'U2::<anonymous struct}}
55 Ctor ctor; // expected-note {{because type 'U2::<anonymous struct}}
58 Ctor2 ctor2; // expected-note {{because type 'U2::<anonymous struct}}
61 CopyCtor copyctor; // expected-note {{because type 'U2::<anonymous struct}}
64 CopyAssign copyassign; // expected-note {{because type 'U2::<anonymous struct}}
67 Dtor dtor; // expected-note {{because type 'U2::<anonymous struct}}
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 40 union U2 {} constexpr; // expected-error {{union cannot be marked constexpr}}
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 159 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2,
164 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2,
  /frameworks/base/location/java/android/location/
Location.java 292 double U2 = Math.atan((1.0 - f) * Math.tan(lat2));
295 double cosU2 = Math.cos(U2);
297 double sinU2 = Math.sin(U2);

Completed in 2677 milliseconds