HomeSort by relevance Sort by last modified time
    Searched refs:__GNUC_MINOR__ (Results 326 - 350 of 436) sorted by null

<<1112131415161718

  /external/libffi/src/s390/
ffi.c 74 #if __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ > 2)
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-port.h 181 (__GNUC__*10000 + __GNUC_MINOR__*100 + __GNUC_PATCHLEVEL__)
    [all...]
  /external/openssl/crypto/bn/
bn_lcl.h 285 # if __GNUC__>=4 && __GNUC_MINOR__>=4 /* "h" constraint is no more since 4.4 */
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 180 (__GNUC__*10000 + __GNUC_MINOR__*100 + __GNUC_PATCHLEVEL__)
    [all...]
  /external/wpa_supplicant_8/src/utils/
common.h 455 #if __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4)
  /ndk/sources/host-tools/sed-4.2.1/lib/
obstack.h 263 __GNUC_MINOR__. */
264 # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
intrinsics.hpp 189 #if defined(__GNUC__) && ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 3) && !defined(__GCCXML__))) && !defined(BOOST_CLANG)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
obstack.h 302 __GNUC_MINOR__. */
303 # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
obstack.h 302 __GNUC_MINOR__. */
303 # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
obstack.h 302 __GNUC_MINOR__. */
303 # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
obstack.h 302 __GNUC_MINOR__. */
303 # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
libio.h 94 (__GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 8))
obstack.h 260 __GNUC_MINOR__. */
261 # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
libio.h 94 (__GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 8))
obstack.h 260 __GNUC_MINOR__. */
261 # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
libio.h 94 (__GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 8))
obstack.h 260 __GNUC_MINOR__. */
261 # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
  /external/bison/darwin-lib/
math.h 299 # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3
309 # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__)
330 # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__)
    [all...]
  /external/bison/linux-lib/
math.h 299 # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3
309 # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__)
330 # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__)
    [all...]
  /external/bison/data/
glr.c 301 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5))
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h 208 (__GNUC__*10000 + __GNUC_MINOR__*100 + __GNUC_PATCHLEVEL__)
    [all...]
  /external/chromium_org/third_party/libxml/src/
threads.c 52 #if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || (__GNUC__ > 3)
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
common.h 221 #if defined(__GNUC__) && (__GNUC__ > 3 ||(__GNUC__ == 3 && __GNUC_MINOR__ >= 1))
    [all...]
  /external/chromium_org/v8/src/
platform-linux.cc 227 + __GNUC_MINOR__ * 100 \
  /external/libffi/src/mips/
ffi.c 34 # if (__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 3))

Completed in 1964 milliseconds

<<1112131415161718