HomeSort by relevance Sort by last modified time
    Searched refs:__ARM_ARCH__ (Results 1 - 17 of 17) sorted by null

  /bionic/libc/arch-arm/include/machine/
cpu-features.h 41 /* __ARM_ARCH__ is a number corresponding to the ARM revision
44 * it looks like our toolchain doesn't define __ARM_ARCH__
50 #ifndef __ARM_ARCH__
55 # define __ARM_ARCH__ 7
61 # define __ARM_ARCH__ 6
66 # define __ARM_ARCH__ 5
70 # define __ARM_ARCH__ 4
82 # undef __ARM_ARCH__
83 # define __ARM_ARCH__ 4
87 #if __ARM_ARCH__ >
    [all...]
  /development/ndk/platforms/android-3/arch-arm/include/machine/
cpu-features.h 44 * it looks like our toolchain doesn't define __ARM_ARCH__
50 #ifndef __ARM_ARCH__
55 # define __ARM_ARCH__ 7
61 # define __ARM_ARCH__ 6
66 # define __ARM_ARCH__ 5
70 # define __ARM_ARCH__ 4
82 # undef __ARM_ARCH__
83 # define __ARM_ARCH__ 4
87 #if __ARM_ARCH__ > 5
89 #elif __ARM_ARCH__ ==
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/machine/
cpu-features.h 44 * it looks like our toolchain doesn't define __ARM_ARCH__
50 #ifndef __ARM_ARCH__
55 # define __ARM_ARCH__ 7
61 # define __ARM_ARCH__ 6
66 # define __ARM_ARCH__ 5
70 # define __ARM_ARCH__ 4
82 # undef __ARM_ARCH__
83 # define __ARM_ARCH__ 4
87 #if __ARM_ARCH__ > 5
89 #elif __ARM_ARCH__ ==
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/machine/
cpu-features.h 44 * it looks like our toolchain doesn't define __ARM_ARCH__
50 #ifndef __ARM_ARCH__
55 # define __ARM_ARCH__ 7
61 # define __ARM_ARCH__ 6
66 # define __ARM_ARCH__ 5
70 # define __ARM_ARCH__ 4
82 # undef __ARM_ARCH__
83 # define __ARM_ARCH__ 4
87 #if __ARM_ARCH__ > 5
89 #elif __ARM_ARCH__ ==
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/machine/
cpu-features.h 44 * it looks like our toolchain doesn't define __ARM_ARCH__
50 #ifndef __ARM_ARCH__
55 # define __ARM_ARCH__ 7
61 # define __ARM_ARCH__ 6
66 # define __ARM_ARCH__ 5
70 # define __ARM_ARCH__ 4
82 # undef __ARM_ARCH__
83 # define __ARM_ARCH__ 4
87 #if __ARM_ARCH__ > 5
89 #elif __ARM_ARCH__ ==
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/machine/
cpu-features.h 44 * it looks like our toolchain doesn't define __ARM_ARCH__
50 #ifndef __ARM_ARCH__
55 # define __ARM_ARCH__ 7
61 # define __ARM_ARCH__ 6
66 # define __ARM_ARCH__ 5
70 # define __ARM_ARCH__ 4
82 # undef __ARM_ARCH__
83 # define __ARM_ARCH__ 4
87 #if __ARM_ARCH__ > 5
89 #elif __ARM_ARCH__ ==
    [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/machine/
cpu-features.h 44 * it looks like our toolchain doesn't define __ARM_ARCH__
50 #ifndef __ARM_ARCH__
55 # define __ARM_ARCH__ 7
61 # define __ARM_ARCH__ 6
66 # define __ARM_ARCH__ 5
70 # define __ARM_ARCH__ 4
82 # undef __ARM_ARCH__
83 # define __ARM_ARCH__ 4
87 #if __ARM_ARCH__ > 5
89 #elif __ARM_ARCH__ ==
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/machine/
cpu-features.h 44 * it looks like our toolchain doesn't define __ARM_ARCH__
50 #ifndef __ARM_ARCH__
55 # define __ARM_ARCH__ 7
61 # define __ARM_ARCH__ 6
66 # define __ARM_ARCH__ 5
70 # define __ARM_ARCH__ 4
82 # undef __ARM_ARCH__
83 # define __ARM_ARCH__ 4
87 #if __ARM_ARCH__ > 5
89 #elif __ARM_ARCH__ ==
    [all...]
  /external/libffi/src/arm/
sysv.S 54 #define __ARM_ARCH__ 3
57 # undef __ARM_ARCH__
58 # define __ARM_ARCH__ 4
64 # undef __ARM_ARCH__
65 # define __ARM_ARCH__ 5
71 # undef __ARM_ARCH__
72 # define __ARM_ARCH__ 6
75 #if __ARM_ARCH__ >= 5
  /external/skia/src/opts/
SkBitmapProcState_opts_arm.cpp 25 #if __ARM_ARCH__ >= 6 && !defined(SK_CPU_BENDIAN)
196 #endif //__ARM_ARCH__ >= 6 && !defined(SK_CPU_BENDIAN)
214 #if __ARM_ARCH__ >= 6 && !defined(SK_CPU_BENDIAN)
  /dalvik/vm/test/
AtomicTest.cpp 273 #if defined(__ARM_ARCH__)
274 dvmFprintf(stdout, "__ARM_ARCH__ is %d\n", __ARM_ARCH__);
  /frameworks/base/media/libmedia/
fixedfft.cpp 85 #if __ARM_ARCH__ >= 6
99 #if __ARM_ARCH__ >= 6
  /external/jpeg/
jddctmgr.c 27 #if __ARM_ARCH__ >= 6
armv6_idct.S 66 #if __ARM_ARCH__ >= 6
  /ndk/sources/android/cpufeatures/
cpu-features.c 263 #ifdef __ARM_ARCH__
356 #endif /* __ARM_ARCH__ */
  /system/core/libpixelflinger/codeflinger/
load_store.cpp 23 #ifdef __ARM_ARCH__
116 #if __ARM_ARCH__ >= 7
texturing.cpp 28 #ifdef __ARM_ARCH__
    [all...]

Completed in 287 milliseconds