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

  /external/libvpx/libvpx/vpx_util/
endian_inl.h 20 #define LOCAL_GCC_VERSION ((__GNUC__ << 8) | __GNUC_MINOR__)
21 #define LOCAL_GCC_PREREQ(maj, min) (LOCAL_GCC_VERSION >= (((maj) << 8) | (min)))
23 #define LOCAL_GCC_VERSION 0
  /external/webp/src/dsp/
dsp.h 33 # define LOCAL_GCC_VERSION ((__GNUC__ << 8) | __GNUC_MINOR__)
35 (LOCAL_GCC_VERSION >= (((maj) << 8) | (min)))
37 # define LOCAL_GCC_VERSION 0
mips_macro.h 15 #if defined(__GNUC__) && defined(__ANDROID__) && LOCAL_GCC_VERSION == 0x409
lossless_enc.c 724 (LOCAL_GCC_VERSION == 0x409 || LOCAL_GCC_VERSION == 0x408)
    [all...]
lossless.c 84 #if defined(__arm__) && LOCAL_GCC_VERSION == 0x409

Completed in 124 milliseconds