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

/external/chromium_org/third_party/skia/src/core/
H A DSkUtilsArm.cpp86 // Instead, we must parse /proc/cpuinfo and look for the 'neon' feature.
91 Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3
155 // Now find an instance of 'neon' in the flags list. We want to
156 // ensure it's only 'neon' and not something fancy like 'noneon'
158 const char neon[] = " neon"; local
159 const size_t neon_len = sizeof(neon)-1;
161 neon, neon_len);
/external/skia/src/core/
H A DSkUtilsArm.cpp86 // Instead, we must parse /proc/cpuinfo and look for the 'neon' feature.
91 Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3
155 // Now find an instance of 'neon' in the flags list. We want to
156 // ensure it's only 'neon' and not something fancy like 'noneon'
158 const char neon[] = " neon"; local
159 const size_t neon_len = sizeof(neon)-1;
161 neon, neon_len);

Completed in 194 milliseconds