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

/external/pcre/dist/sljit/
H A DsljitNativeARM_32.c2003 static sljit_si arm_fpu_type = -1; variable
2007 if (arm_fpu_type != -1)
2011 arm_fpu_type = 1;
2019 if (arm_fpu_type == -1)
2021 return arm_fpu_type;
2027 #define arm_fpu_type 1 macro

Completed in 320 milliseconds