Home
last modified time | relevance | path

Searched refs:LOCAL_GCC_VERSION (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx_util/
Dendian_inl.h20 # define LOCAL_GCC_VERSION ((__GNUC__ << 8) | __GNUC_MINOR__) macro
22 (LOCAL_GCC_VERSION >= (((maj) << 8) | (min)))
24 # define LOCAL_GCC_VERSION 0 macro
/external/webp/src/dsp/
Ddsp.h30 # define LOCAL_GCC_VERSION ((__GNUC__ << 8) | __GNUC_MINOR__) macro
32 (LOCAL_GCC_VERSION >= (((maj) << 8) | (min)))
34 # define LOCAL_GCC_VERSION 0
Dmips_macro.h15 #if defined(__GNUC__) && defined(__ANDROID__) && LOCAL_GCC_VERSION == 0x409
Dlossless.c90 #if defined(__arm__) && LOCAL_GCC_VERSION == 0x409