HomeSort by relevance Sort by last modified time
    Searched refs:x0 (Results 151 - 175 of 912) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/qemu/android/utils/
mapfile.h 32 #define PROT_NONE 0x0
  /external/skia/include/utils/
SkCullPoints.h 48 bool sect_test(int x0, int y0, int x1, int y1) const;
  /external/skia/samplecode/
SampleXfermodesBlur.cpp 139 SkScalar x0 = 0; local
141 SkScalar x = x0, y = 0;
166 x = x0;
170 x0 += SkIntToScalar(400);
  /external/valgrind/main/exp-ptrcheck/tests/
syscall.c 48 myopen(buf+3, 0x0); // error (read_asciiz)
  /hardware/ti/omap3/dspbridge/inc/
rms_sh.h 76 #define RMS_USER 0x0 /* Start of user-defined msg codes */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
rms_sh.h 76 #define RMS_USER 0x0 /* Start of user-defined msg codes */
  /hardware/ti/omap4xxx/domx/mm_osal/inc/
timm_osal_types.h 102 #define TIMM_OSAL_NO_SUSPEND 0x0
  /ndk/sources/host-tools/ndk-stack/elff/
mapfile.h 32 #define PROT_NONE 0x0
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
njd.h 25 #define NJ_DIC_FMT_KANAKAN 0x0
  /prebuilt/common/jfreechart/
jfreechart-1.0.9-swt.jar 
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mman.h 36 #define PROT_NONE 0x0 /* Page can not be accessed. */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/dvb/
osd.h 33 OSD_Open, // (x0,y0,x1,y1,BitPerPixel[2/4/8](color&0x0F),mix[0..15](color&0xF0))
48 OSD_SetColor, // (color,R{x0},G{y0},B{x1},opacity{y1})
56 OSD_SetPalette, // (firstcolor{color},lastcolor{x0},data)
64 OSD_SetPixel, // (x0,y0,color)
67 OSD_GetPixel, // (x0,y0)
69 OSD_SetRow, // (x0,y0,x1,data)
70 // fills pixels x0,y through x1,y with the content of data[]
72 OSD_SetBlock, // (x0,y0,x1,y1,increment{color},data)
73 // fills pixels x0,y0 through x1,y1 with the content of data[]
77 OSD_FillRow, // (x0,y0,x1,color
101 int x0; member in struct:osd_cmd_s
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm/arch/
hardware.h 32 #define ARM_CKCTL (CLKGEN_REG_BASE + 0x0)
50 #define DSP_CKCTL (DSP_CONFIG_REG_BASE + 0x0)
80 #define OMAP_WDT_TIMER (OMAP_MPU_WATCHDOG_BASE + 0x0)
128 #define MPUI_CTRL (MPUI_BASE + 0x0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/arch/
hardware.h 32 #define ARM_CKCTL (CLKGEN_REG_BASE + 0x0)
50 #define DSP_CKCTL (DSP_CONFIG_REG_BASE + 0x0)
80 #define OMAP_WDT_TIMER (OMAP_MPU_WATCHDOG_BASE + 0x0)
128 #define MPUI_CTRL (MPUI_BASE + 0x0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm/arch/
hardware.h 32 #define ARM_CKCTL (CLKGEN_REG_BASE + 0x0)
50 #define DSP_CKCTL (DSP_CONFIG_REG_BASE + 0x0)
80 #define OMAP_WDT_TIMER (OMAP_MPU_WATCHDOG_BASE + 0x0)
128 #define MPUI_CTRL (MPUI_BASE + 0x0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm/arch/
hardware.h 32 #define ARM_CKCTL (CLKGEN_REG_BASE + 0x0)
50 #define DSP_CKCTL (DSP_CONFIG_REG_BASE + 0x0)
80 #define OMAP_WDT_TIMER (OMAP_MPU_WATCHDOG_BASE + 0x0)
128 #define MPUI_CTRL (MPUI_BASE + 0x0)
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/asm/arch/
hardware.h 32 #define ARM_CKCTL (CLKGEN_REG_BASE + 0x0)
50 #define DSP_CKCTL (DSP_CONFIG_REG_BASE + 0x0)
80 #define OMAP_WDT_TIMER (OMAP_MPU_WATCHDOG_BASE + 0x0)
128 #define MPUI_CTRL (MPUI_BASE + 0x0)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/asm/arch/
hardware.h 32 #define ARM_CKCTL (CLKGEN_REG_BASE + 0x0)
50 #define DSP_CKCTL (DSP_CONFIG_REG_BASE + 0x0)
80 #define OMAP_WDT_TIMER (OMAP_MPU_WATCHDOG_BASE + 0x0)
128 #define MPUI_CTRL (MPUI_BASE + 0x0)
  /system/core/include/system/
audio_policy.h 37 AUDIO_POLICY_OUTPUT_FLAG_INDIRECT = 0x0,
  /external/webkit/Source/WebCore/platform/graphics/cairo/
PathCairo.cpp 185 double x0, y0; local
186 cairo_get_current_point(cr, &x0, &y0);
187 FloatPoint p0(x0, y0);
279 double x0, x1, y0, y1; local
280 cairo_path_extents(cr, &x0, &y0, &x1, &y1);
281 return FloatRect(x0, y0, x1 - x0, y1 - y0);
292 double x0, x1, y0, y1; local
293 cairo_stroke_extents(cr, &x0, &y0, &x1, &y1);
294 return FloatRect(x0, y0, x1 - x0, y1 - y0)
    [all...]
  /external/skia/src/core/
SkCordic.cpp 31 static void SkCircularRotation(int32_t* x0, int32_t* y0, int32_t* z0)
34 int32_t x = *x0;
52 *x0 = x;
85 static int32_t SkCircularVector(int32_t* y0, int32_t* x0, int32_t vecMode)
87 int32_t x = *x0;
155 static void SkHyperbolic(int32_t* x0, int32_t* y0, int32_t* z0, int mode)
158 int32_t x = *x0;
182 *x0 = x;
  /external/speex/libspeex/
ltp_arm4.h 108 spx_word32_t part1, part2, part3, part4, x0; local
175 "+r" (x), "+r" (y), "=r" (x0), "+m" (sum1),
  /frameworks/base/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...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/scsi/
sg.h 90 #define SG_INFO_OK 0x0 /* no sense, host nor driver "noise" */
94 #define SG_INFO_INDIRECT_IO 0x0 /* data xfer via kernel buffers (or no xfer) */
  /external/libvpx/vp8/encoder/x86/
sad_sse4.asm 24 mpsadbw xmm1, xmm0, 0x0
30 mpsadbw xmm3, xmm0, 0x0
45 mpsadbw xmm5, xmm0, 0x0
51 mpsadbw xmm3, xmm0, 0x0
71 mpsadbw xmm5, xmm0, 0x0
76 mpsadbw xmm3, xmm0, 0x0
94 mpsadbw xmm1, xmm0, 0x0
104 mpsadbw xmm5, xmm0, 0x0
119 mpsadbw xmm5, xmm0, 0x0
133 mpsadbw xmm1, xmm0, 0x0
    [all...]

Completed in 4596 milliseconds

1 2 3 4 5 67 8 91011>>