Home
last modified time | relevance | path

Searched refs:HWCAP2_SHA2 (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/bits/
Dhwcap.h28 #define HWCAP2_SHA2 (1 << 3) macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dhwcap.h28 #define HWCAP2_SHA2 (1 << 3) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dhwcap.h28 #define HWCAP2_SHA2 (1 << 3) macro
/third_party/musl/arch/arm/bits/
Dhwcap.h28 #define HWCAP2_SHA2 (1 << 3) macro
/third_party/lzma/CPP/Windows/
DSystemInfo.cpp705 if (h & HWCAP2_SHA2) s += ":SHA2"; in AddCpuFeatures()