Searched refs:LOCAL_GCC_VERSION (Results 1 – 5 of 5) sorted by relevance
33 # define LOCAL_GCC_VERSION ((__GNUC__ << 8) | __GNUC_MINOR__) macro35 (LOCAL_GCC_VERSION >= (((maj) << 8) | (min)))37 # define LOCAL_GCC_VERSION 0
15 #if defined(__GNUC__) && defined(__ANDROID__) && LOCAL_GCC_VERSION == 0x409
755 (LOCAL_GCC_VERSION == 0x409 || LOCAL_GCC_VERSION == 0x408)
84 #if defined(__arm__) && LOCAL_GCC_VERSION <= 0x409
2026 de3cb6c8 Merge "move LOCAL_GCC_VERSION def to dsp.h"2032 f937e012 move LOCAL_GCC_VERSION def to dsp.h
Completed in 14 milliseconds