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