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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
getopt.h 39 # ifndef __GNUC_PREREQ
40 # define __GNUC_PREREQ(maj, min) (0)
42 # if defined __cplusplus && __GNUC_PREREQ (2,8)
features.h 135 #if __GNUC_PREREQ (2,8)
141 # define __GNUC_PREREQ(maj, min) \
144 # define __GNUC_PREREQ(maj, min) 0
313 && __GNUC_PREREQ (4, 1) && defined __OPTIMIZE__ && __OPTIMIZE__ > 0
370 #if __GNUC_PREREQ (2, 7) && defined __OPTIMIZE__ \
378 #if __GNUC_PREREQ (2, 7) && defined __OPTIMIZE__ \
  /external/libopus/celt/
arch.h 40 # if !defined(__GNUC_PREREQ)
42 # define __GNUC_PREREQ(_maj,_min) \
45 # define __GNUC_PREREQ(_maj,_min) 0

Completed in 170 milliseconds