Searched defs:__GLIBC__ (Results 1 - 5 of 5) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
H A Dfeatures.h82 The macros `__GNU_LIBRARY__', `__GLIBC__', and `__GLIBC_MINOR__' are
320 on. The use of this variable is deprecated. Use __GLIBC__ and
329 #define __GLIBC__ 2 macro
333 ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
H A Dfeatures.h82 The macros `__GNU_LIBRARY__', `__GLIBC__', and `__GLIBC_MINOR__' are
320 on. The use of this variable is deprecated. Use __GLIBC__ and
329 #define __GLIBC__ 2 macro
333 ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
H A DDLFCN.py45 __GLIBC__ = 2 variable
H A DTYPES.py45 __GLIBC__ = 2 variable
H A DIN.py45 __GLIBC__ = 2 variable

Completed in 183 milliseconds