Home
last modified time | relevance | path

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

/third_party/openssl/crypto/
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/node/deps/openssl/openssl/crypto/
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/
Dcpu.c47 #define HWCAP_NEON (1 << 12) macro
94 *hwcap |= HWCAP_NEON; in get_cpuinfo()
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dhwcap.h13 #define HWCAP_NEON (1 << 12) macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dhwcap.h13 #define HWCAP_NEON (1 << 12) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dhwcap.h13 #define HWCAP_NEON (1 << 12) macro
/third_party/musl/arch/arm/bits/
Dhwcap.h13 #define HWCAP_NEON (1 << 12) macro
/third_party/skia/third_party/externals/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()
/third_party/node/deps/v8/src/base/
Dcpu.cc112 #define HWCAP_NEON (1 << 12)
670 has_neon_ = (hwcaps & HWCAP_NEON) != 0; in CPU()
/third_party/lzma/CPP/Windows/
DSystemInfo.cpp688 if (h & HWCAP_NEON) s += ":NEON"; in AddCpuFeatures()
/third_party/mesa3d/src/util/
Du_cpu_detect.c400 if (hwcap & HWCAP_NEON) in check_os_arm_support()