Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/
H A Darmcap.c123 # define HWCAP_NEON (1 << 12) macro
132 # define HWCAP_NEON (1 << 1) macro
190 if (getauxval(HWCAP) & HWCAP_NEON) { in OPENSSL_cpuid_setup()
/third_party/openssl/crypto/
H A Darmcap.c123 # define HWCAP_NEON (1 << 12) macro
132 # define HWCAP_NEON (1 << 1) macro
190 if (getauxval(HWCAP) & HWCAP_NEON) { in OPENSSL_cpuid_setup()
/third_party/ffmpeg/libavutil/arm/
H A Dcpu.c51 #define HWCAP_NEON (1 << 12) macro
111 *hwcap |= HWCAP_NEON; in get_cpuinfo()
/third_party/mbedtls/library/
H A Daesce.c104 #if !defined(HWCAP_NEON)
105 #define HWCAP_NEON (1 << 12) macro
135 if (((auxval & HWCAP_NEON) == HWCAP_NEON) && in mbedtls_aesce_has_support_impl()
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dhwcap.h13 #define HWCAP_NEON (1 << 12) macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dhwcap.h13 #define HWCAP_NEON (1 << 12) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dhwcap.h13 #define HWCAP_NEON (1 << 12) macro
/third_party/musl/arch/arm/bits/
H A Dhwcap.h13 #define HWCAP_NEON (1 << 12) macro
/third_party/skia/third_party/externals/libpng/contrib/arm-neon/
H A Dlinux-auxv.c111 if (aux.a_type == AT_HWCAP && (aux.a_un.a_val & HWCAP_NEON) != 0) in png_have_neon()
/third_party/node/deps/v8/src/base/
H A Dcpu.cc112 #define HWCAP_NEON (1 << 12)
670 has_neon_ = (hwcaps & HWCAP_NEON) != 0; in CPU()
/third_party/lzma/CPP/Windows/
H A DSystemInfo.cpp694 if (h & HWCAP_NEON) s += ":NEON"; in AddCpuFeatures()
/third_party/mesa3d/src/util/
H A Du_cpu_detect.c400 if (hwcap & HWCAP_NEON) in check_os_arm_support()

Completed in 7 milliseconds