OpenGrok
Cross Reference: cpu-features.c
xref
: /
ndk
/
sources
/
android
/
cpufeatures
/
cpu-features.c
Home
|
History
|
Annotate
|
Download
|
only in
cpufeatures
Lines Matching
refs:HWCAP_AES
438
#define
HWCAP_AES
(1 << 3)
949
int has_aes = (hwcaps &
HWCAP_AES
);