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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
os_defines.h 44 #if __GLIBC_PREREQ(2,15) && defined(_GNU_SOURCE)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
os_defines.h 44 #if __GLIBC_PREREQ(2,15) && defined(_GNU_SOURCE)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
os_defines.h 44 #if __GLIBC_PREREQ(2,15) && defined(_GNU_SOURCE)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
os_defines.h 44 #if __GLIBC_PREREQ(2,15) && defined(_GNU_SOURCE)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/platform/
linux.hpp 13 // make sure we have __GLIBC_PREREQ if available at all
61 #if defined(__GLIBC__) && defined(__GLIBC_PREREQ)
62 // __GLIBC_PREREQ is available since 2.1.2
65 # if !__GLIBC_PREREQ(2,2) || (!defined(__USE_ISOC99) && !defined(__USE_UNIX98))
  /bionic/tests/
netinet_udp_test.cpp 23 #elif defined(__GLIBC_PREREQ)
24 #if __GLIBC_PREREQ(2, 18)
getauxval_test.cpp 28 #elif defined(__GLIBC_PREREQ)
29 #if __GLIBC_PREREQ(2, 16)
string_posix_strerror_r_test.cpp 29 # if __GLIBC_PREREQ(2, 19)
uchar_test.cpp 22 #define HAVE_UCHAR __GLIBC_PREREQ(2, 16)
  /external/compiler-rt/test/tsan/
thread_name.cc 5 #define USE_PTHREAD_SETNAME_NP __GLIBC_PREREQ(2, 12)
  /external/valgrind/helgrind/tests/
tc20_verifywrap.c 24 /* Fake __GLIBC_PREREQ on Solaris. Pretend glibc >= 2.4. */
25 # define __GLIBC_PREREQ
27 #if !defined(__GLIBC_PREREQ)
28 # error "This program needs __GLIBC_PREREQ (in /usr/include/features.h)"
57 # if __GLIBC_PREREQ(2,4)
103 # if __GLIBC_PREREQ(2,4)
116 # if __GLIBC_PREREQ(2,4)
136 # if __GLIBC_PREREQ(2,4)
  /external/libunwind/src/setjmp/
longjmp.c 39 #if __GLIBC_PREREQ(2, 4)
siglongjmp.c 39 #if __GLIBC_PREREQ(2, 4)
54 #endif /* __GLIBC_PREREQ */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
features.h 332 #define __GLIBC_PREREQ(maj, min) \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
features.h 343 #define __GLIBC_PREREQ(maj, min) \
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc     [all...]
  /external/harfbuzz_ng/src/
hb-private.hh 192 # if defined(__linux) && defined(__GLIBC_PREREQ)
193 # if __GLIBC_PREREQ(2,3)
  /external/elfutils/tests/
run-dwarf-getmacros.sh 567 __GLIBC_PREREQ(maj,min) ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))

Completed in 2176 milliseconds