Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/kernel/include/bits/
Dhwcap.h26 #define HWCAP2_PMULL (1 << 1) macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dhwcap.h26 #define HWCAP2_PMULL (1 << 1) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dhwcap.h26 #define HWCAP2_PMULL (1 << 1) macro
/third_party/musl/arch/arm/bits/
Dhwcap.h26 #define HWCAP2_PMULL (1 << 1) macro
/third_party/node/deps/v8/third_party/zlib/
Dcpu_features.c115 arm_cpu_enable_pmull = !!(features & HWCAP2_PMULL); in _cpu_check_features()
/third_party/skia/third_party/externals/zlib/
Dcpu_features.c115 arm_cpu_enable_pmull = !!(features & HWCAP2_PMULL); in _cpu_check_features()
/third_party/node/deps/zlib/
Dcpu_features.c119 arm_cpu_enable_pmull = !!(features & HWCAP2_PMULL); in _cpu_check_features()