HomeSort by relevance Sort by last modified time
    Searched refs:x2 (Results 251 - 275 of 687) sorted by null

<<11121314151617181920>>

  /external/kernel-headers/original/linux/
msm_kgsl.h 123 _IOWR(KGSL_IOC_TYPE, 0x2, struct kgsl_device_getproperty)
elf.h 210 #define PF_W 0x2
256 #define SHF_ALLOC 0x2
netlink.h 91 #define NLMSG_ERROR 0x2 /* Error */
273 #define NL_NONROOT_SEND 0x2
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
mp4def.h 59 #define INTER_1VMASK 0x2
  /external/speex/libspeex/
filters.h 62 void qmf_synth(const spx_word16_t *x1, const spx_word16_t *x2, const spx_word16_t *a, spx_word16_t *y, int N, int M, spx_word16_t *mem1, spx_word16_t *mem2, char *stack);
  /external/webkit/WebCore/platform/graphics/cairo/
PathCairo.cpp 122 double x2 = point.x(); local
127 x2 + 2.0 / 3.0 * (x1 - x2), y2 + 2.0 / 3.0 * (y1 - y2),
128 x2, y2);
  /external/webkit/WebCore/platform/graphics/wince/
FontWince.cpp 321 float x2 = cursorToX(this, components, w, run.rtl(), to); local
322 if (x2 < x1)
323 std::swap(x1, x2);
325 return FloatRect(pt.x() + x1, pt.y(), x2 - x1, h);
  /frameworks/base/media/java/android/media/
AudioSystem.java 236 public static final int DEVICE_OUT_SPEAKER = 0x2;
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
mp4def.h 59 #define INTER_1VMASK 0x2
  /hardware/ti/omap3/dspbridge/inc/
dynamic_loader.h 71 #define DLOAD_BIGEND 0x2 /* require big-endian load module */
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_custom.h 187 PERF_Mode_Print = 0x2,
  /ndk/build/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)
  /ndk/build/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)
  /dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestKeyPair.java 449 (byte) 0x30, (byte) 0xffffff81, (byte) 0xffffffe1, (byte) 0x2,
455 (byte) 0x2, (byte) 0x41, (byte) 0x0, (byte) 0xfffffff0,
473 (byte) 0x3c, (byte) 0x1f, (byte) 0x2, (byte) 0x40, (byte) 0x1e,
491 (byte) 0x23, (byte) 0x2, (byte) 0x2, (byte) 0x1,
492 (byte) 0xffffffff, (byte) 0x4, (byte) 0x42, (byte) 0x2,
518 (byte) 0x2, (byte) 0x41, (byte) 0x0, (byte) 0xfffffff0,
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
apicdef_32.h 88 #define APIC_TIMER_BASE_DIV 0x2
110 #define APIC_TDR_DIV_8 0x2
  /bionic/libc/kernel/common/linux/
elf.h 209 #define PF_W 0x2
253 #define SHF_ALLOC 0x2
  /cts/tests/tests/graphics/src/android/graphics/cts/
RadialGradientTest.java 122 private double dist(int x1, int y1, int x2, int y2) {
123 int distX = x1 - x2;
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/encodings/
ISO9796d1Encoding.java 19 private static byte[] shadows = { 0xe, 0x3, 0x5, 0x8, 0x9, 0x4, 0x2, 0xf,
21 private static byte[] inverse = { 0x8, 0xf, 0x6, 0x1, 0x5, 0x2, 0xb, 0xc,
  /external/kernel-headers/original/asm-x86/
apicdef_32.h 84 #define APIC_TIMER_BASE_DIV 0x2
106 #define APIC_TDR_DIV_8 0x2
  /external/libffi/src/powerpc/
darwin.S 233 .byte 0x2 ; uleb128 0x2
linux64.S 166 .byte 0x2 # DW_CFA_advance_loc1
176 .uleb128 0x2
  /external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
h223types.h 161 OLC_PENDING = 0x2,
171 MT_PENDING = 0x2,
  /external/skia/src/core/
SkBitmapProcState_sample.h 94 SRCTYPE x2 = srcAddr[UNPACK_PRIMARY_SHORT(xx1)]; local
99 *colors++ = RETURNDST(x2);
  /external/v8/test/mjsunit/
obj-construct.js 41 var x2 = { a: 3, b: 4 };
  /external/webkit/WebCore/platform/chromium/
ScrollbarThemeChromiumLinux.cpp 61 static void drawHorizLine(SkCanvas* canvas, int x1, int x2, int y, const SkPaint& paint)
64 skrect.set(x1, y, x2 + 1, y + 1);

Completed in 752 milliseconds

<<11121314151617181920>>