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

/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dhwcap.h19 #define HWCAP_NEON (1 << 12) macro
/external/opencv3/3rdparty/libwebp/cpu-features/
H A Dcpu-features.c415 #define HWCAP_NEON (1 << 12) macro
486 hwcaps |= HWCAP_NEON;
655 int has_neon = (hwcaps & HWCAP_NEON);
/external/skia/platform_tools/android/third_party/cpufeatures/
H A Dcpu-features.c447 #define HWCAP_NEON (1 << 12) macro
466 HWCAP_NEON | \
589 hwcaps |= HWCAP_NEON;
790 int has_neon = (hwcaps & HWCAP_NEON);

Completed in 77 milliseconds