Home
last modified time | relevance | path

Searched refs:__GLIBC__ (Results 1 – 25 of 143) sorted by relevance

123456

/external/mesa3d/src/util/
Du_thread.h64 # if defined(__GNU_LIBRARY__) && defined(__GLIBC__) && defined(__GLIBC_MINOR__) && \ in u_thread_setname()
65 (__GLIBC__ >= 3 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 12)) && \ in u_thread_setname()
96 # if defined(__GNU_LIBRARY__) && defined(__GLIBC__) && defined(__GLIBC_MINOR__) && \ in u_thread_is_self()
97 (__GLIBC__ >= 3 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 12)) in u_thread_is_self()
/external/strace/tests-m32/
Dreadahead.c34 # ifdef __GLIBC__
40 (__GLIBC__ << 16) + __GLIBC_MINOR__ >= (2 << 16) + 8)
48 (__GLIBC__ << 16) + __GLIBC_MINOR__ >= (2 << 16) + 25)
/external/strace/tests/
Dreadahead.c34 # ifdef __GLIBC__
40 (__GLIBC__ << 16) + __GLIBC_MINOR__ >= (2 << 16) + 8)
48 (__GLIBC__ << 16) + __GLIBC_MINOR__ >= (2 << 16) + 25)
/external/strace/tests-mx32/
Dreadahead.c34 # ifdef __GLIBC__
40 (__GLIBC__ << 16) + __GLIBC_MINOR__ >= (2 << 16) + 8)
48 (__GLIBC__ << 16) + __GLIBC_MINOR__ >= (2 << 16) + 25)
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_debug.c76 # if defined(__GNU_LIBRARY__) && defined(__GLIBC__) && defined(__GLIBC_MINOR__) && \ in _nine_debug_printf()
77 (__GLIBC__ >= 3 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 12)) in _nine_debug_printf()
/external/u-boot/arch/powerpc/include/asm/
Dposix_types.h53 #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2) \
54 || (__GLIBC__ == 2 && __GLIBC_MINOR__ == 0)
/external/u-boot/arch/m68k/include/asm/
Dposix_types.h53 #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2) \
54 || (__GLIBC__ == 2 && __GLIBC_MINOR__ == 0)
/external/linux-kselftest/tools/testing/selftests/capabilities/
Dvalidate_cap.c20 #if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 19)
/external/u-boot/arch/xtensa/include/asm/
Dposix_types.h53 #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
/external/u-boot/arch/arm/include/asm/
Dposix_types.h67 #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
/external/u-boot/arch/nios2/include/asm/
Dposix_types.h51 #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
/external/u-boot/arch/microblaze/include/asm/
Dposix_types.h60 #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
/external/u-boot/arch/nds32/include/asm/
Dposix_types.h68 #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
/external/grpc-grpc/src/core/lib/gpr/
Denv_linux.cc57 #elif __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 17) in gpr_getenv_silent()
/external/u-boot/arch/x86/include/asm/
Dposix_types.h53 #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
/external/u-boot/arch/riscv/include/asm/
Dposix_types.h69 #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
/external/libusb/examples/getopt/
Dgetopt1.c46 #if !defined _LIBC && defined __GLIBC__ && __GLIBC__ >= 2
/external/kernel-headers/original/uapi/linux/
Dstat.h7 #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
/external/u-boot/arch/mips/include/asm/
Dposix_types.h53 #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
/external/u-boot/arch/sh/include/asm/
Dposix_types.h50 #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
/external/iptables/extensions/
Dlibxt_mac.c2 #if defined(__GLIBC__) && __GLIBC__ == 2
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dconfig.hpp164 # if (__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 8)
/external/mesa3d/src/gallium/auxiliary/os/
Dos_process.c35 #elif defined(__GLIBC__) || defined(__CYGWIN__)
87 #elif defined(__GLIBC__) || defined(__CYGWIN__) in os_get_process_name()
/external/mesa3d/include/
Dc99_math.h193 #if __cplusplus >= 201103L && (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 23))
/external/v8/include/
Dv8config.h27 #if defined(__GLIBC__) && defined(__GLIBC_MINOR__)
29 ((__GLIBC__ * 100 + __GLIBC_MINOR__) >= ((major) * 100 + (minor)))
145 #elif defined(__GLIBC__) || defined(__GNU_LIBRARY__)

123456