Lines Matching full:features
20 // cpu-features helper library to detect NEON at runtime. See
32 # include <cpu-features.h>
35 // Set NEON_DEBUG to 1 to allow debugging of the CPU features probing.
93 Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3
137 // Now, find a line that starts with "Features", i.e. look for
139 const char features[] = "\nFeatures\t";
140 const size_t features_len = sizeof(features)-1;
143 features, features_len);
144 if (line == NULL) { // Weird, no Features line, bad kernel?
145 SkDebugf("Could not find a line starting with 'Features'"