HomeSort by relevance Sort by last modified time
    Searched refs:__GLIBC_MINOR__ (Results 1 - 25 of 48) sorted by null

1 2

  /external/strace/tests/
readahead.c 39 # 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)
ipc_msg.c 45 # if !(defined __GLIBC_MINOR__) \
46 || ((__GLIBC__ << 16) + __GLIBC_MINOR__ < (2 << 16) + 23)
  /external/strace/tests-m32/
readahead.c 39 # 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)
ipc_msg.c 45 # if !(defined __GLIBC_MINOR__) \
46 || ((__GLIBC__ << 16) + __GLIBC_MINOR__ < (2 << 16) + 23)
  /external/strace/tests-mx32/
readahead.c 39 # 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)
ipc_msg.c 45 # if !(defined __GLIBC_MINOR__) \
46 || ((__GLIBC__ << 16) + __GLIBC_MINOR__ < (2 << 16) + 23)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++locale.h 47 #if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ > 2)
74 #if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ > 2)
99 #if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ > 2)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++locale.h 47 #if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ > 2)
74 #if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ > 2)
99 #if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ > 2)
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_debug.c 76 # if defined(__GNU_LIBRARY__) && defined(__GLIBC__) && defined(__GLIBC_MINOR__) && \
77 (__GLIBC__ >= 3 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 12))
  /external/linux-kselftest/tools/testing/selftests/capabilities/
validate_cap.c 20 #if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 19)
  /external/mesa3d/src/gallium/auxiliary/os/
os_thread.h 91 # 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/
DLFCN.py 46 __GLIBC_MINOR__ = 2
TYPES.py 46 __GLIBC_MINOR__ = 2
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
DLFCN.py 46 __GLIBC_MINOR__ = 2
TYPES.py 46 __GLIBC_MINOR__ = 2
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
DLFCN.py 46 __GLIBC_MINOR__ = 2
TYPES.py 46 __GLIBC_MINOR__ = 2
  /external/toybox/lib/
portability.h 94 #if __GLIBC__ == 2 && __GLIBC_MINOR__ < 10
177 || (defined(__GLIBC__) && __GLIBC__ == 2 && __GLIBC_MINOR__ < 10)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
features.h 85 The macros `__GNU_LIBRARY__', `__GLIBC__', and `__GLIBC_MINOR__' are
332 __GLIBC_MINOR__ now (see below) when you want to test for a specific
341 #define __GLIBC_MINOR__ 15
344 ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
  /external/mesa3d/include/
c99_math.h 193 #if __cplusplus >= 201103L && (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 23))
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
config.hpp 164 # if (__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 8)
166 # endif // (__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 8)
  /external/python/cpython2/Lib/plat-atheos/
TYPES.py 43 __GLIBC_MINOR__ = 1
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elfvsb/
main.c 10 && __GLIBC_MINOR__ >= 2))
  /external/v8/include/
v8config.h 27 #if defined(__GLIBC__) && defined(__GLIBC_MINOR__)
29 ((__GLIBC__ * 100 + __GLIBC_MINOR__) >= ((major) * 100 + (minor)))
  /external/linux-kselftest/tools/testing/selftests/x86/
unwind_vdso.c 22 #if defined(__GLIBC__) && __GLIBC__ == 2 && __GLIBC_MINOR__ < 16

Completed in 871 milliseconds

1 2