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

  /external/ltp/android/include/
bionic-compat.h 20 #define __GLIBC_PREREQ(a, b) 1
  /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)"
62 # if __GLIBC_PREREQ(2,4)
108 # if __GLIBC_PREREQ(2,4)
121 # if __GLIBC_PREREQ(2,4)
141 # if __GLIBC_PREREQ(2,4)
  /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...]

Completed in 583 milliseconds