Home
last modified time | relevance | path

Searched refs:HWCAP_NEON (Results 1 – 7 of 7) sorted by relevance

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