Searched refs:HWCAP_NEON (Results 1 - 6 of 6) sorted by relevance

/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dhwcap.h19 #define HWCAP_NEON (1 << 12) macro
/external/openssl/crypto/
H A Darmcap.c53 # define HWCAP_NEON (1 << 12) macro
62 # define HWCAP_NEON (1 << 1) macro
105 if (getauxval(HWCAP) & HWCAP_NEON)
/external/libpng/contrib/arm-neon/
H A Dlinux-auxv.c111 if (aux.a_type == AT_HWCAP && (aux.a_un.a_val & HWCAP_NEON) != 0)
/external/chromium_org/v8/src/base/
H A Dcpu.cc82 #define HWCAP_NEON (1 << 12)
411 has_neon_ = (hwcaps & HWCAP_NEON) != 0;
/external/chromium_org/third_party/skia/platform_tools/android/third_party/cpufeatures/
H A Dcpu-features.c415 #define HWCAP_NEON (1 << 12) macro
611 int has_neon = (hwcaps & HWCAP_NEON);
/external/skia/platform_tools/android/third_party/cpufeatures/
H A Dcpu-features.c415 #define HWCAP_NEON (1 << 12) macro
611 int has_neon = (hwcaps & HWCAP_NEON);

Completed in 3522 milliseconds