HomeSort by relevance Sort by last modified time
    Searched full:__pic__ (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/clang/test/Preprocessor/
pic.c 3 // CHECK-NOT: #define __PIC__
5 // CHECK-NOT: #define __pic__
10 // CHECK-PIC1: #define __PIC__ 1
12 // CHECK-PIC1: #define __pic__ 1
17 // CHECK-PIC2: #define __PIC__ 2
19 // CHECK-PIC2: #define __pic__ 2
24 // CHECK-PIE1-NOT: #define __PIC__
26 // CHECK-PIE1-NOT: #define __pic__
31 // CHECK-PIE2-NOT: #define __PIC__
33 // CHECK-PIE2-NOT: #define __pic__
    [all...]
  /external/clang/utils/
builtin-defines.c 30 #ifdef __PIC__
31 #if __PIC__ == 1
32 #undef __PIC__
33 #undef __pic__ macro
34 #define __PIC__ 2
35 #define __pic__ 2 macro
  /external/opencv3/3rdparty/libwebp/dsp/
cpu.c 28 // apple/darwin gcc-4.0.1 defines __PIC__, but not __pic__ with -fPIC.
29 #if (defined(__pic__) || defined(__PIC__)) && defined(__i386__)
  /ndk/tests/standalone/builtin-macros/
run.sh 121 # Either __pic__ or __PIC__ must be defined. Defining both is ok, not
138 macro_check __PIC__ 1 "Position independent code (-fpic)"
175 macro_check __PIC__ 2 "Position independent code (-fPIC)"
193 macro_check __PIC__ 1 "Position independent code (-fpic)"
202 macro_check __PIC__ 1 "Position independent code (-fpic)"
211 macro_check __PIC__ 2 "Position independent code (-fPIC)"
228 macro_check __PIC__ 1 "Position independent code (-fpic)"
  /external/webp/src/dsp/
cpu.c 24 // apple/darwin gcc-4.0.1 defines __PIC__, but not __pic__ with -fPIC.
25 #if (defined(__pic__) || defined(__PIC__)) && defined(__i386__)
36 defined(__PIC__)
  /external/webrtc/webrtc/system_wrappers/source/
cpu_features.cc 30 #if defined(__pic__) && defined(__i386__)
  /development/ndk/platforms/android-9/arch-x86/src/
__stack_chk_fail_local.h 51 #ifdef __PIC__
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
cpu_id.c 23 #if (defined(__pic__) || defined(__APPLE__)) && defined(__i386__)
  /external/libvpx/libvpx/third_party/libyuv/source/
compare_gcc.cc 64 (defined(__x86_64__) || (defined(__i386__) && !defined(__pic__)))
146 #endif // defined(__x86_64__) || (defined(__i386__) && !defined(__pic__)))
cpu_id.cc 77 #if defined( __i386__) && defined(__PIC__)
86 #endif // defined( __i386__) && defined(__PIC__)
  /system/core/libcutils/arch-x86/
android_memset32.S 88 #if (defined SHARED || defined __PIC__)
259 # if (defined SHARED || defined __PIC__)
276 # if (defined SHARED || defined __PIC__)
386 #if defined DATA_CACHE_SIZE || !(defined SHARED || defined __PIC__)
android_memset16.S 88 #if (defined SHARED || defined __PIC__)
344 # if (defined SHARED || defined __PIC__)
362 # if (defined SHARED || defined __PIC__)
471 #if defined DATA_CACHE_SIZE || !(defined SHARED || defined __PIC__)
  /bionic/libc/arch-x86/silvermont/string/
sse2-memset-slm.S 102 #if (defined SHARED || defined __PIC__)
243 # if (defined SHARED || defined __PIC__)
261 # if (defined SHARED || defined __PIC__)
302 #if defined DATA_CACHE_SIZE || !(defined SHARED || defined __PIC__)
325 #if defined DATA_CACHE_SIZE || !(defined SHARED || defined __PIC__)
366 #if defined SHARED_CACHE_SIZE || !(defined SHARED || defined __PIC__)
  /bionic/libc/arch-x86/atom/string/
ssse3-memcpy-atom.S 97 #if (defined SHARED || defined __PIC__)
198 # if (defined SHARED || defined __PIC__)
272 # if (defined SHARED || defined __PIC__)
431 # if (defined SHARED || defined __PIC__)
535 # if (defined SHARED || defined __PIC__)
639 # if (defined SHARED || defined __PIC__)
745 # if (defined SHARED || defined __PIC__)
851 # if (defined SHARED || defined __PIC__)
957 # if (defined SHARED || defined __PIC__)
1063 # if (defined SHARED || defined __PIC__)
    [all...]
sse2-memset-atom.S 98 #if (defined SHARED || defined __PIC__)
322 # if (defined SHARED || defined __PIC__)
340 # if (defined SHARED || defined __PIC__)
445 #if defined DATA_CACHE_SIZE || !(defined SHARED || defined __PIC__)
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
cpuid.h 143 #if defined(__i386__) && defined(__PIC__)
176 #elif defined(__x86_64__) && (defined(__code_model_medium__) || defined(__code_model_large__)) && defined(__PIC__)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/
cpuid.h 134 #if defined(__i386__) && defined(__PIC__)
167 #elif defined(__x86_64__) && (defined(__code_model_medium__) || defined(__code_model_large__)) && defined(__PIC__)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
cpuid.h 134 #if defined(__i386__) && defined(__PIC__)
167 #elif defined(__x86_64__) && (defined(__code_model_medium__) || defined(__code_model_large__)) && defined(__PIC__)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
cpuid.h 134 #if defined(__i386__) && defined(__PIC__)
167 #elif defined(__x86_64__) && (defined(__code_model_medium__) || defined(__code_model_large__)) && defined(__PIC__)
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
cpuid.h 143 #if defined(__i386__) && defined(__PIC__)
176 #elif defined(__x86_64__) && (defined(__code_model_medium__) || defined(__code_model_large__)) && defined(__PIC__)
  /external/libyuv/files/source/
cpu_id.cc 30 #if (defined(__pic__) || defined(__APPLE__)) && defined(__i386__)
  /external/lzma/C/
CpuArch.c 82 #if defined(MY_CPU_X86) && defined(__PIC__)
  /external/webrtc/webrtc/base/
systeminfo.cc 40 #if (defined(__pic__) || defined(__APPLE__)) && defined(__i386__)
  /development/ndk/platforms/android-9/arch-mips/include/asm/
asm.h 32 #ifdef __PIC__
  /external/boringssl/src/crypto/
cpu-intel.c 91 #elif defined(__pic__) && defined(OPENSSL_32_BIT)

Completed in 874 milliseconds

1 2 3