• Home
  • Raw
  • Download

Lines Matching refs:macro_check

60 macro_check () {  function
95 macro_check __ANDROID__ 1 "Android target system"
96 macro_check __linux__ 1 "Linux target system"
97 macro_check __unix__ 1 "Unix target system"
98 macro_check __ELF__ 1 "ELF target system"
112 macro_check __arm__ 1 "ARM CPU architecture"
113 macro_check __ARM_EABI__ 1 "ARM EABI runtime"
114 macro_check __ARMEL__ 1 "ARM little-endian"
115 macro_check __THUMB_INTERWORK__ 1 "ARM thumb-interwork"
116 macro_check __PIC__ 1 "Position independent code (-fpic)"
120 macro_check __ARM_ARCH_5TE__ 1 "ARMv5TE instructions (for armeabi)"
121 macro_check __SOFTFP__ 1 "ARM Soft-floating point"
124 macro_check __ARM_ARCH_7A__ 1 "ARMv7-A instructions (for armeabi-v7a)"
142 macro_check __i386__ 1 "x86 CPU architecture"
143 macro_check __i686__ 1 "i686 instruction set"
144 macro_check __PIC__ 2 "Position independent code (-fPIC)"
145 macro_check __MMX__ 1 "MMX instruction set"
146 macro_check __SSE__ 1 "SSE instruction set"
147 macro_check __SSE2__ 1 "SSE2 instruction set"
148 macro_check __SSE3__ 1 "SSE3 instruction set"
149 macro_check __SSE_MATH__ 1 "Use SSE for math operations"
150 macro_check __SSE2_MATH__ 1 "Use SSE2 for math operations"
154 macro_check __mips__ 1 "Mips CPU architecture"
155 macro_check _MIPS_ARCH_MIPS32 1 "Mips 32-bit ABI"
156 macro_check __MIPSEL__ 1 "Mips little-endian"
157 macro_check __PIC__ 1 "Position independent code (-fpic)"
164 macro_check "__SIZEOF_SHORT__" "2" "short is 16-bit"
165 macro_check "__SIZEOF_INT__" "4" "int is 32-bit"
166 macro_check "__SIZEOF_FLOAT__" "4" "float is 32-bit"
167 macro_check "__SIZEOF_DOUBLE__" "8" "double is 64-bit"
168 macro_check "__SIZEOF_LONG_DOUBLE__" "8" "long double is 64-bit"
169 macro_check "__SIZEOF_LONG_LONG__" "8" "long long is 64-bit"
170 macro_check "__SIZEOF_POINTER__" "4" "pointers are 32-bit"
171 macro_check "__SIZEOF_WCHAR_T__" "4" "wchar_t is 32-bit"