HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 426 - 450 of 982) sorted by null

<<11121314151617181920>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
elf.h 210 #define PF_X 0x1
252 #define SHF_WRITE 0x1
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
apicdef_32.h 87 #define APIC_TIMER_BASE_TMBASE 0x1
109 #define APIC_TDR_DIV_4 0x1
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
elf.h 210 #define PF_X 0x1
252 #define SHF_WRITE 0x1
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/dot11h/
spectrumMngmntMgr.c 315 measurementMode |= 0x1;
389 measurementReport.measurementReportIE.measurementMode = 0x1;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/BusTxn/
wspi.c 463 if ((uFixedBusy & 0x1) != 0)
492 if (!(uFixedBusy & 0x1))
567 if ((uFixedBusy & 0x1) != 0)
921 if ((pRbuf[pWSPI->uFixedBusyLen] & 0x1) != 0)
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
spectrumMngmntMgr.c 312 measurementMode |= 0x1;
384 measurementReport.measurementMode = 0x1;
  /system/core/libpixelflinger/
trap.cpp 516 int32_t x1 = v1[0]; local
521 int32_t dx01 = x0 - x1;
529 swap(x0, x1);
531 dx01 = x0 - x1;
536 int32_t dx12 = x1 - x2;
540 const int32_t bminx = TRI_FLOOR(min(x0, x1, x2)) >> TRI_FRACTION_BITS;
542 const int32_t bmaxx = TRI_CEIL( max(x0, x1, x2)) >> TRI_FRACTION_BITS;
555 int32_t ey1 = dy12 * (x1 - mx) - dx12 * (y1 - my);
694 const int x1 = top[0]; local
695 const int dx = bot[0] - x1;
880 const int x1 = top[0]; local
    [all...]
  /external/grub/stage2/
shared.h 77 #define BIOSDISK_WRITE 0x1
79 #define BIOSDISK_FLAG_LBA_EXTENSION 0x1
155 #define LINUX_FLAG_BIG_KERNEL 0x1
248 #define CR0_PE_ON 0x1
817 #define BUILTIN_CMDLINE 0x1 /* Run in the command-line. */
  /external/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios.c 735 int x1,x2; local
737 x1 = rects[i].x & ~15;
745 source += x1;
749 destination += x1;
755 x2-x1,
  /frameworks/base/opengl/libagl/
dxt.cpp 49 #define avg23(x0,x1) avg23tab[((x0) << 6) | (x1)]
244 c[0] = (r0 << 11) | ((g0 >> 1) << 6) | (b0 << 1) | 0x1;
245 c[1] = (r1 << 11) | ((g1 >> 1) << 6) | (b1 << 1) | 0x1;
276 (b2 << 1) | 0x1;
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestKeyPair.java 450 (byte) 0x1, (byte) 0x0, (byte) 0x30, (byte) 0xffffff81,
453 (byte) 0xfffffff7, (byte) 0xd, (byte) 0x1, (byte) 0x3,
454 (byte) 0x1, (byte) 0x30, (byte) 0xffffff81, (byte) 0xffffff89,
459 (byte) 0x1, (byte) 0xffffffa4, (byte) 0xffffffb9, (byte) 0x4e,
491 (byte) 0x23, (byte) 0x2, (byte) 0x2, (byte) 0x1,
516 (byte) 0xfffffff7, (byte) 0xd, (byte) 0x1, (byte) 0x3,
517 (byte) 0x1, (byte) 0x30, (byte) 0xffffff81, (byte) 0xffffff89,
522 (byte) 0x1, (byte) 0xffffffa4, (byte) 0xffffffb9, (byte) 0x4e,
    [all...]
  /external/skia/src/images/
SkImageDecoder_libico.cpp 74 if (4 == bitCount && (w & 0x1)) {
223 int mask = -(((test >> 4) | (test >> 3) | (test >> 2) | (test >> 1) | test) & 0x1); //either 0xFFFFFFFF or 0
232 /*int */mask = -(((test >> 4) | (test >> 3) | (test >> 2) | (test >> 1) | test) & 0x1); //either 0xFFFFFFFF or 0
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/
7.7.3.js 139 array[item++] = new TestCase( SECTION, "0x1", 1, 0x1 );
156 array[item++] = new TestCase( SECTION, "0X1", 1, 0X1 );
173 array[item++] = new TestCase( SECTION, "0x1", 1, 0x1 );
190 array[item++] = new TestCase( SECTION, "0X1", 1, 0X1 );
306 array[item++] = new TestCase( SECTION, "0x1", 1, 0x1 );
    [all...]
  /external/webkit/WebKit/android/plugins/
android_npapi.h 331 void (*quadTo)(ANPPath*, float x0, float y0, float x1, float y1);
332 void (*cubicTo)(ANPPath*, float x0, float y0, float x1, float y1,
630 void (*drawLine)(ANPCanvas*, float x0, float y0, float x1, float y1,
    [all...]
  /frameworks/base/include/media/
AudioSystem.h 53 PCM_SUB_16_BIT = 0x1, // must be 1 for backward compatibility
254 DEVICE_OUT_EARPIECE = 0x1,
299 OUTPUT_FLAG_DIRECT = 0x1
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
OMX_AmrEnc_Utils.h 223 (_s_)->nVersion.s.nVersionMajor = 0x1; \
337 #define NBAMRENC_MAJOR_VER 0x1
338 #define NBAMRENC_MINOR_VER 0x1
    [all...]
  /bionic/libc/kernel/arch-arm/asm/arch/
fpga.h 69 #define OMAP1510_FPGA_REV_HIGH (OMAP1510_FPGA_BASE + 0x1)
  /bionic/libc/kernel/common/linux/
msm_q6vdec.h 114 u32 x1; member in struct:vdec_cropping_window
msm_q6venc.h 32 VENC_STATE_PAUSE = 0x1,
  /bionic/libm/ia64/
fenv.h 127 d = 0x1.ffp1023;
  /bionic/libm/include/ia64/
fenv.h 127 d = 0x1.ffp1023;
  /cts/tests/tests/content/src/android/content/res/cts/
PrimitiveTest.java 63 tryFlag(R.style.TestFlag1, 0x1);
  /cts/tests/tests/os/src/android/os/cts/
FileAccessPermissionTest.java 143 byte[]data = new byte[]{0x1, 0x2, 0x3,0x4};
  /development/ndk/platforms/android-3/arch-arm/include/asm/arch/
fpga.h 69 #define OMAP1510_FPGA_REV_HIGH (OMAP1510_FPGA_BASE + 0x1)
  /device/samsung/crespo/libstagefrighthw/
SecHardwareRenderer.cpp 32 #define CACHEABLE_BUFFERS 0x1

Completed in 1614 milliseconds

<<11121314151617181920>>