Searched refs:__GLIBC_MINOR__ (Results 1 - 25 of 44) sorted by relevance

12

/external/strace/tests/
H A Dreadahead.c39 # if !(defined __GLIBC_MINOR__ && \
40 (__GLIBC__ << 16) + __GLIBC_MINOR__ >= (2 << 16) + 8)
47 # if defined LINUX_MIPSN64 && !(defined __GLIBC_MINOR__ && \
48 (__GLIBC__ << 16) + __GLIBC_MINOR__ >= (2 << 16) + 25)
H A Dipc_msg.c45 # if !(defined __GLIBC_MINOR__) \
46 || ((__GLIBC__ << 16) + __GLIBC_MINOR__ < (2 << 16) + 23)
/external/strace/tests-m32/
H A Dreadahead.c39 # if !(defined __GLIBC_MINOR__ && \
40 (__GLIBC__ << 16) + __GLIBC_MINOR__ >= (2 << 16) + 8)
47 # if defined LINUX_MIPSN64 && !(defined __GLIBC_MINOR__ && \
48 (__GLIBC__ << 16) + __GLIBC_MINOR__ >= (2 << 16) + 25)
H A Dipc_msg.c45 # if !(defined __GLIBC_MINOR__) \
46 || ((__GLIBC__ << 16) + __GLIBC_MINOR__ < (2 << 16) + 23)
/external/strace/tests-mx32/
H A Dreadahead.c39 # if !(defined __GLIBC_MINOR__ && \
40 (__GLIBC__ << 16) + __GLIBC_MINOR__ >= (2 << 16) + 8)
47 # if defined LINUX_MIPSN64 && !(defined __GLIBC_MINOR__ && \
48 (__GLIBC__ << 16) + __GLIBC_MINOR__ >= (2 << 16) + 25)
H A Dipc_msg.c45 # if !(defined __GLIBC_MINOR__) \
46 || ((__GLIBC__ << 16) + __GLIBC_MINOR__ < (2 << 16) + 23)
/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/linux-kselftest/tools/testing/selftests/capabilities/
H A Dvalidate_cap.c18 #if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 19)
/external/mesa3d/src/gallium/auxiliary/os/
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/python/cpython2/Lib/plat-linux2/
H A DDLFCN.py46 __GLIBC_MINOR__ = 2 variable
H A DTYPES.py46 __GLIBC_MINOR__ = 2 variable
/external/toybox/lib/
H A Dportability.h94 #if __GLIBC__ == 2 && __GLIBC_MINOR__ < 10
177 || (defined(__GLIBC__) && __GLIBC__ == 2 && __GLIBC_MINOR__ < 10)
/external/mesa3d/include/
H A Dc99_math.h193 #if __cplusplus >= 201103L && (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 23))
/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)
/external/python/cpython2/Lib/plat-atheos/
H A DTYPES.py43 __GLIBC_MINOR__ = 1 variable
/external/bison/lib/
H A Dstring.in.h114 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
199 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
229 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
331 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
477 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
579 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
628 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
H A Dwchar.in.h470 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
832 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
862 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
929 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
962 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
/external/v8/include/
H A Dv8config.h27 #if defined(__GLIBC__) && defined(__GLIBC_MINOR__)
29 ((__GLIBC__ * 100 + __GLIBC_MINOR__) >= ((major) * 100 + (minor)))
/external/bison/darwin-lib/
H A Dstring.h426 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
511 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
541 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
643 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
789 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
891 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
940 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
H A Dwchar.h782 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
1144 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
1174 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
1241 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
1274 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
/external/bison/linux-lib/
H A Dstring.h426 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
511 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
541 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
643 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
789 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
891 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
940 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
H A Dwchar.h782 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
1144 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
1174 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
1241 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
1274 # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \
/external/linux-kselftest/tools/testing/selftests/x86/
H A Dunwind_vdso.c22 #if defined(__GLIBC__) && __GLIBC__ == 2 && __GLIBC_MINOR__ < 16
/external/icu/icu4c/source/tools/tzcode/
H A Dprivate.h124 2 < (__GLIBC__ + (0 < __GLIBC_MINOR__)))

Completed in 711 milliseconds

12