Searched defs:arm_fpu_type (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist/sljit/
H A DsljitNativeARM_32.c2001 static sljit_si arm_fpu_type = -1; variable
2005 if (arm_fpu_type != -1)
2009 arm_fpu_type = 1;
2017 if (arm_fpu_type == -1)
2019 return arm_fpu_type;
2025 #define arm_fpu_type 1 macro

Completed in 48 milliseconds