Searched refs:LOCAL_GCC_VERSION (Results 1 – 4 of 4) sorted by relevance
20 # define LOCAL_GCC_VERSION ((__GNUC__ << 8) | __GNUC_MINOR__) macro22 (LOCAL_GCC_VERSION >= (((maj) << 8) | (min)))24 # define LOCAL_GCC_VERSION 0 macro
30 # define LOCAL_GCC_VERSION ((__GNUC__ << 8) | __GNUC_MINOR__) macro32 (LOCAL_GCC_VERSION >= (((maj) << 8) | (min)))34 # define LOCAL_GCC_VERSION 0
15 #if defined(__GNUC__) && defined(__ANDROID__) && LOCAL_GCC_VERSION == 0x409
90 #if defined(__arm__) && LOCAL_GCC_VERSION == 0x409