HomeSort by relevance Sort by last modified time
    Searched refs:__GNUC_PREREQ (Results 76 - 88 of 88) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
math.h 39 #if __GNUC_PREREQ(3, 3) || (defined(__INTEL_COMPILER) && __INTEL_COMPILER >= 800)
43 #if __GNUC_PREREQ(3, 0) && !defined(__INTEL_COMPILER)
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
math.h 39 #if __GNUC_PREREQ(3, 3) || (defined(__INTEL_COMPILER) && __INTEL_COMPILER >= 800)
43 #if __GNUC_PREREQ(3, 0) && !defined(__INTEL_COMPILER)
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
math.h 39 #if __GNUC_PREREQ(3, 3) || (defined(__INTEL_COMPILER) && __INTEL_COMPILER >= 800)
43 #if __GNUC_PREREQ(3, 0) && !defined(__INTEL_COMPILER)
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
math.h 39 #if __GNUC_PREREQ(3, 3) || (defined(__INTEL_COMPILER) && __INTEL_COMPILER >= 800)
43 #if __GNUC_PREREQ(3, 0) && !defined(__INTEL_COMPILER)
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
math.h 39 #if __GNUC_PREREQ(3, 3) || (defined(__INTEL_COMPILER) && __INTEL_COMPILER >= 800)
43 #if __GNUC_PREREQ(3, 0) && !defined(__INTEL_COMPILER)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
math.h 403 #if defined __USE_ISOC99 && __GNUC_PREREQ(2,97)
string.h 36 #if defined __cplusplus && __GNUC_PREREQ (4, 4)
wchar.h 55 #if defined __cplusplus && __GNUC_PREREQ (4, 4)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
math.h 404 #if defined __USE_ISOC99 && __GNUC_PREREQ(2,97)
string.h 37 #if defined __cplusplus && __GNUC_PREREQ (4, 4)
wchar.h 75 # if defined __cplusplus && __GNUC_PREREQ (4, 4)
  /external/elfutils/src/tests/
run-dwarf-getmacros.sh 533 __GNUC_PREREQ(maj,min) ((__GNUC__ << 16) + __GNUC_MINOR__ >= ((maj) << 16) + (min))
  /external/libopus/tests/
test_opus_api.c     [all...]

Completed in 854 milliseconds

1 2 34