Searched defs:LOCAL_GCC_VERSION (Results 1 - 4 of 4) 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)))
/external/webp/src/dsp/
H A Ddsp.h31 # define LOCAL_GCC_VERSION ((__GNUC__ << 8) | __GNUC_MINOR__) macro
33 (LOCAL_GCC_VERSION >= (((maj) << 8) | (min)))

Completed in 177 milliseconds