HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 301 - 325 of 1509) sorted by null

<<11121314151617181920>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
taskstats.h 70 #define TASKSTATS_GENL_VERSION 0x1
xattr.h 15 #define XATTR_CREATE 0x1
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
taskstats.h 70 #define TASKSTATS_GENL_VERSION 0x1
xattr.h 15 #define XATTR_CREATE 0x1
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
taskstats.h 70 #define TASKSTATS_GENL_VERSION 0x1
xattr.h 15 #define XATTR_CREATE 0x1
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
taskstats.h 70 #define TASKSTATS_GENL_VERSION 0x1
xattr.h 15 #define XATTR_CREATE 0x1
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
taskstats.h 70 #define TASKSTATS_GENL_VERSION 0x1
xattr.h 15 #define XATTR_CREATE 0x1
  /system/core/sh/
parser.h 57 #define VSNORMAL 0x1 /* normal variable: $var or ${var} */
  /external/dropbear/libtommath/etc/
pprime.c 17 mp_word x1, x2; local
21 x1 = x2;
22 x2 = x1 - ((x1 * x1) - x) / (2 * x1);
23 } while (x1 != x2);
25 if (x1 * x1 > x) {
26 --x1;
    [all...]
  /external/freetype/src/autofit/
afwarp.c 175 FT_Int X1, X2;
208 /* get X1 and X2, minimum and maximum in original coordinates */
213 X1 = X2 = points[0].fx;
219 if ( X < X1 )
220 X1 = X;
225 X1 = X2 = segments[0].pos;
231 if ( X < X1 )
232 X1 = X;
238 if ( X1 >= X2 )
241 warper->x1 = FT_MulFix( X1, org_scale ) + org_delta
    [all...]
  /external/skia/src/core/
SkCordic.cpp 27 0xA, 0x5, 0x2, 0x1 };
39 int32_t x1 = y >> t; local
43 x -= x1;
47 x += x1;
93 int32_t x1 = y >> t; local
97 x -= x1;
101 x += x1;
151 0xA, 0x5, 0x2, 0x1 };
164 int32_t x1 = y >> t; local
172 x += x1;
    [all...]
SkBitmapProcState_sample.h 93 SRCTYPE x1 = srcAddr[UNPACK_SECONDARY_SHORT(xx0)]; local
98 *colors++ = RETURNDST(x1);
142 uint32_t XX = *xy++; // x0:14 | 4 | x1:14
144 unsigned x1 = XX & 0x3FFF; local
150 SRC_TO_FILTER(row0[x1]),
152 SRC_TO_FILTER(row1[x1]),
184 unsigned x1 = data & 0x3FFF; local
193 SRC_TO_FILTER(row0[x1]),
195 SRC_TO_FILTER(row1[x1]),
  /cts/apps/CtsVerifier/lib/colorchecker/
colorchecker.cpp 133 void getBoundingBox(int *x1, int *y1, int *x2, int *y2) const {
134 *x1 = mMinX;
314 int x1, int y1,
316 if ((x0 == x1) && (y0 == y1)) {
323 if ( std::abs(x1-x0) > std::abs(y1-y0) ) {
324 if (x0 > x1) {
325 std::swap(x0, x1);
328 float slope = (float)(y1 - y0) / (x1 - x0);
329 for (int x = x0; x <= x1; x++) {
338 std::swap(x0, x1);
618 int x0, y0, x1, y1; local
677 int x0, y0, x1, y1; local
    [all...]
  /external/clang/test/CodeGen/
decl.c 113 typedef long (*x1)(x0 x0a, x5 x6); typedef
115 x1 x4;
  /external/clang/test/SemaCXX/
warn-global-constructors.cpp 85 Foo(int x1) : x(x1) {}
  /external/clang/test/SemaTemplate/
class-template-spec.cpp 40 void testme(X<int_type> *x1, X<float, int> *x2) {
41 (void)x1->foo(); // okay: refers to #1
  /external/llvm/autoconf/m4/
c_printf_a.m4 21 if (A != 0x1.999999999999ap-4)
  /external/qemu/android/skin/
rect.h 60 int x1, y1; member in struct:__anon9280
64 extern void skin_box_init( SkinBox* box, int x1, int y1, int x2, int y2 );
  /external/qemu/slirp/
misc.h 35 #define EMU_CTL 0x1
47 #define EMU_TALK 0x1
  /external/qemu/slirp-android/
misc.h 35 #define EMU_CTL 0x1
47 #define EMU_TALK 0x1
  /external/skia/samplecode/
SampleLCD.cpp 37 SkScalar x1 = SkIntToScalar(310); local
47 canvas->drawText(text, len, x1, y, paint);
  /external/skia/src/animator/
SkPathParts.cpp 123 SK_MEMBER(x1, Float),
133 SkQuadTo::SkQuadTo() : x1(0), y1(0), x2(0), y2(0) {
137 fPath->fPath.quadTo(x1, y1, x2, y2);
154 fPath->fPath.rQuadTo(x1, y1, x2, y2);
163 SK_MEMBER(x1, Float),
175 SkCubicTo::SkCubicTo() : x1(0), y1(0), x2(0), y2(0), x3(0), y3(0) {
179 fPath->fPath.cubicTo(x1, y1, x2, y2, x3, y3);
196 fPath->fPath.rCubicTo(x1, y1, x2, y2, x3, y3);

Completed in 2230 milliseconds

<<11121314151617181920>>