Searched refs:LOCAL_GCC_VERSION (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libwebp/utils/
H A Dendian_inl.h38 # define LOCAL_GCC_VERSION ((__GNUC__ << 8) | __GNUC_MINOR__) macro
40 # define LOCAL_GCC_VERSION 0 macro
50 #if LOCAL_GCC_VERSION >= 0x403 || LOCAL_CLANG_VERSION >= 0x303
55 #if LOCAL_GCC_VERSION >= 0x408 || LOCAL_CLANG_VERSION >= 0x303
/external/webp/src/utils/
H A Dendian_inl.h38 # define LOCAL_GCC_VERSION ((__GNUC__ << 8) | __GNUC_MINOR__) macro
40 # define LOCAL_GCC_VERSION 0 macro
50 #if LOCAL_GCC_VERSION >= 0x403 || LOCAL_CLANG_VERSION >= 0x303
55 #if LOCAL_GCC_VERSION >= 0x408 || LOCAL_CLANG_VERSION >= 0x303
/external/chromium_org/third_party/libwebp/dsp/
H A Ddsp.h31 # define LOCAL_GCC_VERSION ((__GNUC__ << 8) | __GNUC_MINOR__) macro
33 (LOCAL_GCC_VERSION >= (((maj) << 8) | (min)))
H A Denc_mips32.c23 #if defined(__GNUC__) && defined(__ANDROID__) && LOCAL_GCC_VERSION == 0x409
H A Dlossless.c454 #if defined(__arm__) && LOCAL_GCC_VERSION == 0x409
/external/webp/src/dsp/
H A Ddsp.h31 # define LOCAL_GCC_VERSION ((__GNUC__ << 8) | __GNUC_MINOR__) macro
33 (LOCAL_GCC_VERSION >= (((maj) << 8) | (min)))
H A Denc_mips32.c23 #if defined(__GNUC__) && defined(__ANDROID__) && LOCAL_GCC_VERSION == 0x409

Completed in 198 milliseconds