/external/llvm-project/compiler-rt/test/msan/Linux/ |
D | reexec_unlimited_stack.cpp | 7 #if !defined(__GLIBC_PREREQ) 8 #define __GLIBC_PREREQ(a, b) 0 macro 11 #if __GLIBC_PREREQ(2, 16) 16 #if __GLIBC_PREREQ(2, 16) in main()
|
/external/webrtc/system_wrappers/source/ |
D | cpu_features_linux.c | 14 #ifndef __GLIBC_PREREQ 15 #define __GLIBC_PREREQ(a, b) 0 macro 17 #if __GLIBC_PREREQ(2, 16) 36 #if __GLIBC_PREREQ(2, 16) in WebRtc_GetCPUFeaturesARM()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | port.h | 69 #ifdef __GLIBC_PREREQ 70 #if __GLIBC_PREREQ(2, 4) 73 #if __GLIBC_PREREQ(2, 9) 77 #if __GLIBC_PREREQ(2, 10) 80 #if !(__GLIBC_PREREQ(2, 17))
|
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | sysconf_interceptor_bypass_test.cpp | 5 #if !defined(__GLIBC_PREREQ) 6 #define __GLIBC_PREREQ(a, b) 0 macro 11 #if __GLIBC_PREREQ(2, 16)
|
D | mprobe.cpp | 6 #if defined(__GLIBC_PREREQ) && __GLIBC_PREREQ(2, 2)
|
D | sem_init_glibc.cpp | 18 defined(__ia64__) || defined(__m68k__)) && __GLIBC_PREREQ(2, 21) 33 #if defined(__arm__) && __GLIBC_PREREQ(2, 21)
|
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
D | getrandom.c | 8 #if !defined(__GLIBC_PREREQ) 9 #define __GLIBC_PREREQ(a, b) 0 macro 12 #if (defined(__linux__) && __GLIBC_PREREQ(2, 25)) || defined(__FreeBSD__)
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | port.h | 83 #ifdef __GLIBC_PREREQ 84 #if __GLIBC_PREREQ(2, 4) 87 #if __GLIBC_PREREQ(2, 9) 91 #if __GLIBC_PREREQ(2, 10)
|
/external/llvm-project/compiler-rt/test/builtins/Unit/ |
D | compiler_rt_logb_test.c | 28 #ifndef __GLIBC_PREREQ 29 #define __GLIBC_PREREQ(x, y) 0 macro 36 #if __GLIBC_PREREQ(2, 23) in main()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_glibc_version.h | 22 #ifndef __GLIBC_PREREQ 23 #define __GLIBC_PREREQ(x, y) 0 macro
|
D | sanitizer_getauxval.h | 24 # if (__GLIBC_PREREQ(2, 16) || (SANITIZER_ANDROID && __ANDROID_API__ >= 21) || \
|
/external/openssh/openbsd-compat/ |
D | kludge-fd_set.c | 14 # if defined(__GNU_LIBRARY__) && defined(__GLIBC_PREREQ) 15 # if __GLIBC_PREREQ(2, 15) && (_FORTIFY_SOURCE > 0)
|
D | openbsd-compat.h | 348 # if defined(__GNU_LIBRARY__) && defined(__GLIBC_PREREQ) 349 # if __GLIBC_PREREQ(2, 15) && (_FORTIFY_SOURCE > 0)
|
/external/ltp/testcases/kernel/syscalls/accept4/ |
D | accept4_01.c | 41 #if !(__GLIBC_PREREQ(2, 10)) 117 #if !(__GLIBC_PREREQ(2, 10)) in verify_accept4()
|
/external/angle/third_party/abseil-cpp/absl/debugging/internal/ |
D | vdso_support.cc | 28 #if __GLIBC_PREREQ(2, 16) // GLIBC-2.16 implements getauxval. 68 #if __GLIBC_PREREQ(2, 16) in Init()
|
/external/linux-kselftest/android/patches/ |
D | 0017-seccomp_bpf.patch | 11 +#if defined(__GLIBC_PREREQ) 12 #if !__GLIBC_PREREQ(2, 26)
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/internal/ |
D | vdso_support.cc | 28 #if __GLIBC_PREREQ(2, 16) // GLIBC-2.16 implements getauxval. 68 #if __GLIBC_PREREQ(2, 16) in Init()
|
/external/libtextclassifier/abseil-cpp/absl/debugging/internal/ |
D | vdso_support.cc | 28 #if __GLIBC_PREREQ(2, 16) // GLIBC-2.16 implements getauxval. 68 #if __GLIBC_PREREQ(2, 16) in Init()
|
/external/openscreen/third_party/abseil/src/absl/debugging/internal/ |
D | vdso_support.cc | 28 #if __GLIBC_PREREQ(2, 16) // GLIBC-2.16 implements getauxval. 68 #if __GLIBC_PREREQ(2, 16) in Init()
|
/external/webrtc/third_party/abseil-cpp/absl/debugging/internal/ |
D | vdso_support.cc | 28 #if __GLIBC_PREREQ(2, 16) // GLIBC-2.16 implements getauxval. 68 #if __GLIBC_PREREQ(2, 16) in Init()
|
/external/libcxx/include/ |
D | wchar.h | 124 #elif defined(__GLIBC_PREREQ) 125 # if __GLIBC_PREREQ(2, 10)
|
/external/abseil-cpp/absl/debugging/internal/ |
D | vdso_support.cc | 28 #if __GLIBC_PREREQ(2, 16) // GLIBC-2.16 implements getauxval. 68 #if __GLIBC_PREREQ(2, 16) in Init()
|
/external/llvm-project/libcxx/include/ |
D | wchar.h | 124 #elif defined(__GLIBC_PREREQ) 125 # if __GLIBC_PREREQ(2, 10)
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/rand/ |
D | urandom.c | 51 #if defined(__GLIBC_PREREQ) 52 #if !__GLIBC_PREREQ(2, 16)
|
/external/boringssl/src/crypto/fipsmodule/rand/ |
D | urandom.c | 51 #if defined(__GLIBC_PREREQ) 52 #if !__GLIBC_PREREQ(2, 16)
|