HomeSort by relevance Sort by last modified time
    Searched defs:x0 (Results 26 - 50 of 215) sorted by null

12 3 4 5 6 7 8 9

  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.c 29 // uninitialised, but we know px[0] is 0x0
31 long x0 = px[0]; local
51 SY(__NR_read+x0, x0, x0, x0+1); FAILx(EFAULT);
55 SY(__NR_write, x0, x0, x0+1); FAIL;
59 SY(__NR_open, x0, x0); FAIL
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
hp_wsp.c 87 Word16 x0, x1, x2, x3; local
97 x0 = mem[6];
105 x1 = x0;
106 x0 = wsp[i];
118 L_tmp += (x0 * b[0])<<1;
141 mem[6] = x0;
  /frameworks/base/services/sensorservice/
Fusion.h 36 quat_t x0; member in class:android::Fusion
  /external/clang/test/Sema/
struct-decl.c 46 struct x0 { struct
  /external/clang/test/SemaCXX/
member-pointers-2.cpp 40 struct X0 { };
44 X0* x0; member in struct:rdar9065289::X1
45 FuncPtr X0::*fptr;
49 (p.x0->*(p.fptr))();
  /external/skia/bench/
ShaderMaskBench.cpp 72 const SkScalar x0 = SkIntToScalar(-10); local
77 SkScalar x = x0 + rand.nextUScalar1() * dim.fX;
84 SkScalar x = x0 + rand.nextUScalar1() * dim.fX;
TextBench.cpp 106 const SkScalar x0 = SkIntToScalar(-10); local
119 SkScalar x = x0 + rand.nextUScalar1() * dim.fX;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Align_unsafe_s.s 33 x0 RN 7 label
76 LDM pSrc, {x0, x1, x2}
82 STM pDst!, {x0, x1, x2} ;// Store aligned output row
87 LDM pSrc, {x0, x1, x2}
93 MOV x0, x0, LSR #8
94 ORR x0, x0, x1, LSL #24
98 STM pDst!, {x0, x1, x2} ;// Store aligned output row
103 LDM pSrc, {x0, x1, x2
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Align_unsafe_s.s 33 x0 RN 7 label
76 LDM pSrc, {x0, x1, x2}
82 STM pDst!, {x0, x1, x2} ;// Store aligned output row
87 LDM pSrc, {x0, x1, x2}
93 MOV x0, x0, LSR #8
94 ORR x0, x0, x1, LSL #24
98 STM pDst!, {x0, x1, x2} ;// Store aligned output row
103 LDM pSrc, {x0, x1, x2
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_hor_half.s 39 x0 RN 2 label
91 CMP x0, #0
92 BLT do_fill ;// (x0 < 0)
94 ADD tmp4, x0, partW ;// (x0+partWidth)
98 BHI do_fill ;// (x0+partW)>width
122 MOV x0, #0
123 STR x0,[sp,#0x1ec] ;// x0 = 0
124 STR x0,[sp,#0x1f0] ;// y0 =
    [all...]
h264bsd_interpolate_hor_quarter.s 39 x0 RN 2 label
93 CMP x0, #0
94 BLT do_fill ;// (x0 < 0)
96 ADD tmp4, x0, partW ;// (x0+partWidth)
100 BHI do_fill ;// (x0+partW)>width
124 MOV x0, #0
125 STR x0,[sp,#0x1ec] ;// x0 = 0
126 STR x0,[sp,#0x1f0] ;// y0 =
    [all...]
h264bsd_interpolate_ver_half.s 39 x0 RN 2 label
92 CMP x0, #0
93 BLT do_fill ;// (x0 < 0)
95 ADD tmp5, x0, partW ;// (x0+partWidth)
98 BHI do_fill ;// (x0+partW)>width
123 MOV x0, #0
124 STR x0,[sp,#0x1ec] ;// x0 = 0
125 STR x0,[sp,#0x1f0] ;// y0 =
    [all...]
h264bsd_interpolate_ver_quarter.s 38 x0 RN 2 label
91 CMP x0, #0
92 BLT do_fill ;// (x0 < 0)
94 ADD tmp5, x0, partW ;// (x0+partWidth)
97 BHI do_fill ;// (x0+partW)>width
122 MOV x0, #0
123 STR x0,[sp,#0x1ec] ;// x0 = 0
124 STR x0,[sp,#0x1f0] ;// y0 =
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
Quad.java 73 float x0 = Collections.min(xs); local
77 return new Rectangle(x0, y0, x1 - x0, y1 - y0);
  /prebuilt/common/ninepatch/
ninepatch-prebuilt.jar 
  /external/aac/libFDK/src/
mdct.cpp 345 FIXP_DBL x0, x1; local
347 cplxMult(&x1, &x0, *pCurr++, - *pOvl--, pWindow[i]);
348 *pOut0 = IMDCT_SCALE_DBL(x0);
  /external/clang/test/ASTMerge/Inputs/
struct1.c 10 struct S0 x0; variable in typeref:struct:S0
struct2.c 7 struct S0 x0; variable in typeref:struct:S0
  /external/clang/test/CodeGen/
decl.c 112 typedef struct x2 *x0; typedef in typeref:struct:x2
113 typedef long (*x1)(x0 x0a, x5 x6);
117 long x3(x0 x0a, x5 a) {
  /external/clang/test/SemaTemplate/
member-template-access-expr.cpp 134 struct X0 : Base<1, T> { };
138 X0<int> x0; member in struct:rdar8198511::X1
141 this->x0.Base<1, int>::f();
  /external/opencv/cv/src/
cvlinefit.cpp 106 float x0 = 0, y0 = 0, z0 = 0; local
132 x0 += x * w;
152 x0 += x;
166 x0 /= w0;
170 dx2 = x2 - x0 * x0;
171 dxy = xy - x0 * y0;
172 dxz = xz - x0 * z0;
212 line[3] = x0;
  /external/skia/gm/
pathfill.cpp 58 const SkScalar x0 = x; local
70 path->lineTo(x0, y + (2 * dy));
xfermodes.cpp 136 SkScalar x0 = 0; local
138 SkScalar x = x0, y = 0;
165 x = x0;
169 x0 += SkIntToScalar(400);
  /external/skia/samplecode/
SamplePathFill.cpp 58 const SkScalar x0 = x; local
70 path->lineTo(x0, y + 2 * dy);
SampleXfermodes.cpp 210 SkScalar x0 = 0; local
212 SkScalar x = x0, y = 0;
240 x = x0;
244 x0 += SkIntToScalar(400);

Completed in 659 milliseconds

12 3 4 5 6 7 8 9