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

  /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
148 #define U1 pSrcAbove[1]
166 pDst[y*dstStep+1] = U1;
188 pTmp[0] = (OMX_U8)((U0 + 2*U1 + U2 + 2)>>2);
189 pTmp[1] = (OMX_U8)((U1 + 2*U2 + U3 + 2)>>2);
221 pTmp[4] = (OMX_U8)((U1 + 2*U0 + UL + 2)>>2);
222 pTmp[5] = (OMX_U8)((U2 + 2*U1 + U0 + 2)>>2);
223 pTmp[6] = (OMX_U8)((U3 + 2*U2 + U1 + 2)>>2);
242 pTmp[4] = (OMX_U8)((UL + 2*U0 + U1 + 2)>>2);
243 pTmp[5] = (OMX_U8)((U0 + U1 + 1)>>1)
    [all...]
  /external/valgrind/main/memcheck/tests/
sh-mem.c 12 typedef unsigned char U1;
38 U8 build(int size, U1 byte)
68 void check_all(U4 x, U4 y, U1 expected_byte, U1 expected_byte_alt,
71 U1 sh[SZB_OF_a]; // Used for getting a[]'s V bits
89 U1 *undefA, expected_byte, expected_byte_alt;
101 assert( ((U1*)(&a[0])) < ((U1*)(32ULL * 1024*1024*1024)/*32G*/) );
105 assert(1 == sizeof(U1));
143 Ty* aNb = (Ty*)(((U1*)aN) + h); /* set offset from a[] */
    [all...]
sh-mem-random.c 13 typedef unsigned char U1;
37 U8 build(int size, U1 byte)
63 U1 make_defined ( U1 x )
65 volatile U1 xx = x;
70 void check(U1* arr, int n, char* who)
73 U1* shadow = malloc(n);
74 U1 arr_i;
100 static inline U1 randomU1 ( void )
109 void do_test_at ( U1* arr
    [all...]
  /external/srtp/crypto/cipher/
aes.c 52 * the tables U0, U1, U2, and U4 to compute its inverse
399 static uint32_t U1[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];
168 U1[i] = tmp.value;
219 printf("uint32_t U1 = {");
223 printf("0x%x, ", U1[i]);
261 printf("uint32_t U1 = {");
265 printf("0x%lx, ", U1[i]);
  /external/clang/test/CXX/class/class.union/
p1.cpp 36 union U1 {
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 36 constexpr union U1 {}; // expected-error {{union cannot be marked constexpr}}
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 158 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1,
163 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1,
  /frameworks/base/location/java/android/location/
Location.java 291 double U1 = Math.atan((1.0 - f) * Math.tan(lat1));
294 double cosU1 = Math.cos(U1);
296 double sinU1 = Math.sin(U1);
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 282 Instruction *U1 = cast<Instruction>(*IncrUse++);
289 FCmpInst *Compare = dyn_cast<FCmpInst>(U1);
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 280 Bool U1;
    [all...]

Completed in 144 milliseconds