Searched
refs:x2 (Results
1176 -
1200 of
2906) sorted by null
<<41424344454647484950>>
/ndk/tests/build/ssax-instructions/jni/ |
test.S | 28 subs lr, lr, #2 @ 0x2
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
DividedImageCanvas.java | 355 int x1 = width / 2, y1 = 0, x2 = width/2, y2 = height; local 357 mCanvas.drawLine(x1, y1, x2, y2, sPaint); 360 protected void drawHorizontalDivider(int x1, int y1, int x2, int y2) { 362 mCanvas.drawLine(x1, y1, x2, y2, sPaint);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
coda_psdev.h | 81 #define REQ_READ 0x2
|
hiddev.h | 181 #define HIDDEV_FLAG_REPORT 0x2
|
icmpv6.h | 82 #define ICMPV6_ROUTER_PREF_INVALID 0x2
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
coda_psdev.h | 81 #define REQ_READ 0x2
|
hiddev.h | 181 #define HIDDEV_FLAG_REPORT 0x2
|
icmpv6.h | 82 #define ICMPV6_ROUTER_PREF_INVALID 0x2
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
cs46xx_dsp_spos.h | 30 #define SYMBOL_PARAMETER 0x2
|
wavefront.h | 170 #define WF_MIDI_VIRTUAL_IS_EXTERNAL 0x2 191 #define WF_DEBUG_DATA 0x2 430 (samp)->Unused2 = chn & 0x2; \ 585 #define WFCTL_LOAD_SPP 0x2
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
coda_psdev.h | 81 #define REQ_READ 0x2
|
hiddev.h | 181 #define HIDDEV_FLAG_REPORT 0x2
|
icmpv6.h | 82 #define ICMPV6_ROUTER_PREF_INVALID 0x2
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
cs46xx_dsp_spos.h | 30 #define SYMBOL_PARAMETER 0x2
|
wavefront.h | 170 #define WF_MIDI_VIRTUAL_IS_EXTERNAL 0x2 191 #define WF_DEBUG_DATA 0x2 430 (samp)->Unused2 = chn & 0x2; \ 585 #define WFCTL_LOAD_SPP 0x2
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
msm_kgsl.h | 85 #define IOCTL_KGSL_DEVICE_GETPROPERTY _IOWR(KGSL_IOC_TYPE, 0x2, struct kgsl_device_getproperty)
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
msm_kgsl.h | 85 #define IOCTL_KGSL_DEVICE_GETPROPERTY _IOWR(KGSL_IOC_TYPE, 0x2, struct kgsl_device_getproperty)
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ip32/ |
crime.h | 120 #define CRIME_CPU_ERROR_VICE_WRT_PRTY 0x2
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ip32/ |
crime.h | 120 #define CRIME_CPU_ERROR_VICE_WRT_PRTY 0x2
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/ip32/ |
crime.h | 120 #define CRIME_CPU_ERROR_VICE_WRT_PRTY 0x2
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/ip32/ |
crime.h | 120 #define CRIME_CPU_ERROR_VICE_WRT_PRTY 0x2
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/ip32/ |
crime.h | 120 #define CRIME_CPU_ERROR_VICE_WRT_PRTY 0x2
|
/sdk/emulator/opengl/host/tools/emugen/ |
Var.h | 26 typedef enum { POINTER_OUT = 0x1, POINTER_IN = 0x2, POINTER_INOUT = 0x3 } PointerDir;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderObject.cpp | 893 void RenderObject::drawLineForBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2, 901 length = x2 - x1; 903 thickness = x2 - x1; 932 graphicsContext->drawLine(IntPoint(x1, (y1 + y2) / 2), IntPoint(x2, (y1 + y2) / 2)); 936 graphicsContext->drawLine(IntPoint((x1 + x2) / 2, y1), IntPoint((x1 + x2) / 2, y2)); [all...] |
/external/libvpx/libvpx/vp9/common/arm/neon/ |
vp9_short_iht8x8_add_neon.asm | 360 ; cospi_10_64 * x2 364 ; cospi_22_64 * x2 371 ; s2 = cospi_10_64 * x2 + cospi_22_64 * x3; 375 ; s3 = cospi_22_64 * x2 - cospi_10_64 * x3; 422 ; x2 = dct_const_round_shift(s2 + s6); 464 vsub.s16 q11, q11, q9 ; x2 = s0 - s2; 504 ; cospi_16_64 * x2 512 ; cospi_16_64 * x2 + cospi_16_64 * x3; 516 ; cospi_16_64 * x2 - cospi_16_64 * x3; 520 ; x2 = dct_const_round_shift(s2) [all...] |
Completed in 490 milliseconds
<<41424344454647484950>>