/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
libiberty.h | 367 #define PEX_RECORD_TIMES 0x1 393 #define PEX_LAST 0x1
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
elf.h | 210 #define PF_X 0x1 252 #define SHF_WRITE 0x1
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
elf.h | 210 #define PF_X 0x1 252 #define SHF_WRITE 0x1
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
elf.h | 210 #define PF_X 0x1 252 #define SHF_WRITE 0x1
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/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-5/arch-x86/usr/include/linux/ |
elf.h | 210 #define PF_X 0x1 252 #define SHF_WRITE 0x1
|
/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
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
elf.h | 210 #define PF_X 0x1 252 #define SHF_WRITE 0x1
|
/prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/android/ |
input.h | 141 AKEY_EVENT_FLAG_WOKE_HERE = 0x1, 262 AMOTION_EVENT_FLAG_WINDOW_IS_OBSCURED = 0x1,
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
elf.h | 210 #define PF_X 0x1 252 #define SHF_WRITE 0x1
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
elf.h | 210 #define PF_X 0x1 252 #define SHF_WRITE 0x1
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/android/ |
input.h | 141 AKEY_EVENT_FLAG_WOKE_HERE = 0x1, 262 AMOTION_EVENT_FLAG_WINDOW_IS_OBSCURED = 0x1,
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/android/ |
input.h | 141 AKEY_EVENT_FLAG_WOKE_HERE = 0x1, 262 AMOTION_EVENT_FLAG_WINDOW_IS_OBSCURED = 0x1,
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/ |
apicdef_32.h | 87 #define APIC_TIMER_BASE_TMBASE 0x1 109 #define APIC_TDR_DIV_4 0x1
|
/system/media/mca/filterfw/java/android/filterfw/core/ |
ShaderProgram.java | 265 public native boolean setSourceRegion(float x0, float y0, float x1, float y1, 268 private native boolean setTargetRegion(float x0, float y0, float x1, float y1,
|
/system/media/wilhelm/src/android/util/ |
AacAdtsExtractor.cpp | 72 const uint8_t protectionAbsent = syncword[1] & 0x1; 118 channel = (header[0] & 0x1) << 2 | (header[1] >> 6);
|
/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/opencv/cv/src/ |
cvsegmentation.cpp | 445 int x0 = j, y0 = i, x1, y1, iter; local 519 x1 = cvRound(sx*icount); 525 stop_flag = (x0 == x1 && y0 == y1) || abs(x1-x0) + abs(y1-y0) + 529 x0 = x1; y0 = y1;
|
/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,
|
/external/svox/pico/compat/jni/ |
com_android_tts_compat_SynthProxy.cpp | 58 static double x1; // x[n-1] variable 94 x1 = 0.0f; 107 out0 = (m_fa*x0) + (m_fb*x1) + (m_fc*x2) + (m_fd*out1) + (m_fe*out2); 109 x2 = x1; 110 x1 = x0;
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
LoopBlinnMathUtils.cpp | 153 float x1 = b.x() - a.x(); local 159 float dot01 = x0 * x1 + y0 * y1; 161 float dot11 = x1 * x1 + y1 * y1; 162 float dot12 = x1 * x2 + y1 * y2; 351 // x1 = q / a
|
/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;
|