Home
last modified time | relevance | path

Searched refs:HWCAP2_CRC32 (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/bits/
Dhwcap.h29 #define HWCAP2_CRC32 (1 << 4) macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dhwcap.h29 #define HWCAP2_CRC32 (1 << 4) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dhwcap.h29 #define HWCAP2_CRC32 (1 << 4) macro
/third_party/musl/arch/arm/bits/
Dhwcap.h29 #define HWCAP2_CRC32 (1 << 4) macro
/third_party/node/deps/v8/third_party/zlib/
Dcpu_features.c114 arm_cpu_enable_crc32 = !!(features & HWCAP2_CRC32); in _cpu_check_features()
/third_party/skia/third_party/externals/zlib/
Dcpu_features.c114 arm_cpu_enable_crc32 = !!(features & HWCAP2_CRC32); in _cpu_check_features()
/third_party/node/deps/zlib/
Dcpu_features.c118 arm_cpu_enable_crc32 = !!(features & HWCAP2_CRC32); in _cpu_check_features()
/third_party/lzma/CPP/Windows/
DSystemInfo.cpp703 if (h & HWCAP2_CRC32) s += ":CRC32"; in AddCpuFeatures()