HomeSort by relevance Sort by last modified time
    Searched defs:__GLIBC_MINOR__ (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
features.h 82 The macros `__GNU_LIBRARY__', `__GLIBC__', and `__GLIBC_MINOR__' are
321 __GLIBC_MINOR__ now (see below) when you want to test for a specific
330 #define __GLIBC_MINOR__ 11
333 ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
features.h 82 The macros `__GNU_LIBRARY__', `__GLIBC__', and `__GLIBC_MINOR__' are
321 __GLIBC_MINOR__ now (see below) when you want to test for a specific
330 #define __GLIBC_MINOR__ 11
333 ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
DLFCN.py 46 __GLIBC_MINOR__ = 2
TYPES.py 46 __GLIBC_MINOR__ = 2
IN.py 46 __GLIBC_MINOR__ = 2

Completed in 861 milliseconds