Searched refs:__GLIBC__ (Results 1 - 25 of 149) sorted by relevance

123456

/external/strace/tests/
H A Dreadahead.c34 # ifdef __GLIBC__
40 (__GLIBC__ << 16) + __GLIBC_MINOR__ >= (2 << 16) + 8)
48 (__GLIBC__ << 16) + __GLIBC_MINOR__ >= (2 << 16) + 25)
51 # endif /* __GLIBC__ */
/external/strace/tests-m32/
H A Dreadahead.c34 # ifdef __GLIBC__
40 (__GLIBC__ << 16) + __GLIBC_MINOR__ >= (2 << 16) + 8)
48 (__GLIBC__ << 16) + __GLIBC_MINOR__ >= (2 << 16) + 25)
51 # endif /* __GLIBC__ */
/external/strace/tests-mx32/
H A Dreadahead.c34 # ifdef __GLIBC__
40 (__GLIBC__ << 16) + __GLIBC_MINOR__ >= (2 << 16) + 8)
48 (__GLIBC__ << 16) + __GLIBC_MINOR__ >= (2 << 16) + 25)
51 # endif /* __GLIBC__ */
/external/bison/darwin-lib/sys/
H A Dtypes.h47 && ! defined __GLIBC__
/external/bison/lib/
H A Dsys_types.in.h46 && ! defined __GLIBC__
H A Dfcntl.in.h37 #if !(defined __GLIBC__ || defined __UCLIBC__) || (defined __cplusplus && defined GNULIB_NAMESPACE && !(__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3)))
56 #if !(defined __GLIBC__ || defined __UCLIBC__) || (defined __cplusplus && defined GNULIB_NAMESPACE && !(__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3)))
65 #ifndef __GLIBC__ /* Avoid namespace pollution on glibc systems. */
/external/bison/linux-lib/sys/
H A Dtypes.h47 && ! defined __GLIBC__
/external/kernel-headers/original/uapi/linux/
H A Dstat.h5 #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
/external/mesa3d/src/gallium/state_trackers/nine/
H A Dnine_debug.c76 # if defined(__GNU_LIBRARY__) && defined(__GLIBC__) && defined(__GLIBC_MINOR__) && \
77 (__GLIBC__ >= 3 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 12))
/external/valgrind/tests/
H A Dlibc_test.c13 #ifdef __GLIBC__
29 #ifdef __GLIBC__
51 #ifdef __GLIBC__
/external/iproute2/include/linux/
H A Dlibc-compat.h52 #if defined(__GLIBC__)
118 #else /* !defined(__GLIBC__) */
141 #endif /* __GLIBC__ */
/external/mesa3d/src/util/
H A Du_endian.h30 #if defined(__GLIBC__) || defined(ANDROID)
/external/libusb/examples/getopt/
H A Dgetopt1.c47 #if !defined _LIBC && defined __GLIBC__ && __GLIBC__ >= 2
/external/linux-kselftest/tools/testing/selftests/capabilities/
H A Dvalidate_cap.c18 #if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 19)
/external/toybox/lib/
H A Dportability.h66 #if defined(__GLIBC__)
94 #if __GLIBC__ == 2 && __GLIBC_MINOR__ < 10
130 #if !defined(__GLIBC__)
177 || (defined(__GLIBC__) && __GLIBC__ == 2 && __GLIBC_MINOR__ < 10)
/external/llvm/lib/Support/
H A DErrno.cpp49 #if defined(__GLIBC__) && defined(_GNU_SOURCE)
/external/swiftshader/src/OpenGL/compiler/
H A Dosinclude.h28 defined(__GLIBC__) || defined(__GNU__) || \
/external/swiftshader/third_party/LLVM/lib/Support/
H A DErrno.cpp46 # if defined(__GLIBC__) && defined(_GNU_SOURCE)
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DErrno.cpp49 #if defined(__GLIBC__) && defined(_GNU_SOURCE)
/external/iptables/extensions/
H A Dlibxt_mac.c2 #if defined(__GLIBC__) && __GLIBC__ == 2
/external/mesa3d/include/
H A Dc99_math.h193 #if __cplusplus >= 201103L && (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 23))
/external/mesa3d/src/gallium/auxiliary/os/
H A Dos_process.c35 #elif defined(__GLIBC__) || defined(__CYGWIN__)
87 #elif defined(__GLIBC__) || defined(__CYGWIN__)
H A Dos_thread.h91 # if defined(__GNU_LIBRARY__) && defined(__GLIBC__) && defined(__GLIBC_MINOR__) && \
92 (__GLIBC__ >= 3 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 12))
103 # if defined(__GNU_LIBRARY__) && defined(__GLIBC__) && defined(__GLIBC_MINOR__) && \
104 (__GLIBC__ >= 3 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 12))
/external/parameter-framework/asio/include/asio/detail/
H A Dconfig.hpp164 # if (__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 8)
166 # endif // (__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 8)
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dconfig.hpp164 # if (__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 8)
166 # endif // (__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 8)

Completed in 705 milliseconds

123456