Home
last modified time | relevance | path

Searched refs:__GLIBC_MINOR__ (Results 1 – 25 of 37) sorted by relevance

12

/external/strace/tests-m32/
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)
Dipc_msg.c50 # if !(defined __GLIBC_MINOR__) \
51 || ((__GLIBC__ << 16) + __GLIBC_MINOR__ < (2 << 16) + 23)
/external/strace/tests/
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)
Dipc_msg.c50 # if !(defined __GLIBC_MINOR__) \
51 || ((__GLIBC__ << 16) + __GLIBC_MINOR__ < (2 << 16) + 23)
/external/strace/tests-mx32/
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)
Dipc_msg.c50 # if !(defined __GLIBC_MINOR__) \
51 || ((__GLIBC__ << 16) + __GLIBC_MINOR__ < (2 << 16) + 23)
/external/linux-kselftest/tools/testing/selftests/capabilities/
Dvalidate_cap.c20 #if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 19)
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gpr/
Denv_linux.cc58 #elif __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 17) in gpr_getenv()
/external/grpc-grpc/src/core/lib/gpr/
Denv_linux.cc57 #elif __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 17) in gpr_getenv_silent()
/external/python/cpython2/Lib/plat-linux2/
DDLFCN.py46 __GLIBC_MINOR__ = 2 variable
DTYPES.py46 __GLIBC_MINOR__ = 2 variable
DIN.py46 __GLIBC_MINOR__ = 2 variable
/external/python/cpython2/Lib/plat-atheos/
DTYPES.py43 __GLIBC_MINOR__ = 1 variable
DIN.py43 __GLIBC_MINOR__ = 1 variable
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dconfig.hpp164 # if (__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 8)
/external/mesa3d/include/
Dc99_math.h193 #if __cplusplus >= 201103L && (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 23))
/external/linux-kselftest/tools/testing/selftests/x86/
Dunwind_vdso.c14 #if defined(__GLIBC__) && __GLIBC__ == 2 && __GLIBC_MINOR__ < 16
Dptrace_syscall.c415 #if defined(__i386__) && (!defined(__GLIBC__) || __GLIBC__ > 2 || __GLIBC_MINOR__ >= 16) in main()
/external/angle/third_party/abseil-cpp/absl/random/internal/
Dseed_material.cc55 (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 25))
/external/icu/icu4c/source/tools/tzcode/
Dprivate.h124 2 < (__GLIBC__ + (0 < __GLIBC_MINOR__)))
/external/libgav1/libgav1/src/utils/
Dthreadpool.cc47 #if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 30)
/external/elfutils/tests/
Drun-dwarf-getmacros.sh566 __GLIBC_MINOR__ 15
567 __GLIBC_PREREQ(maj,min) ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
/external/python/cpython2/Lib/plat-beos5/
DIN.py33 __GLIBC_MINOR__ = 1 variable
/external/e2fsprogs/intl/
Dloadmsgcat.c754 #if defined _LIBC || __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2) in get_sysdep_segment_value()
856 # if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2) || __GLIBC__ > 2 \ in _nl_init_domain_conv()
/external/lz4/programs/
Dutil.h199 …&& (defined __UCLIBC__ || (defined(__GLIBC__) && ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 17) || __G…

12