OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HWCAP_AES
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/kernel/uapi/asm-arm64/asm/
hwcap.h
25
#define
HWCAP_AES
(1 << 3)
/development/ndk/platforms/android-21/arch-arm64/include/asm/
hwcap.h
25
#define
HWCAP_AES
(1 << 3)
/external/kernel-headers/original/uapi/asm-arm64/asm/
hwcap.h
25
#define
HWCAP_AES
(1 << 3)
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/asm/
hwcap.h
25
#define
HWCAP_AES
(1 << 3)
/external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c
435
#define
HWCAP_AES
(1 << 3)
962
int has_aes = (hwcaps &
HWCAP_AES
);
[
all
...]
/ndk/sources/android/cpufeatures/
cpu-features.c
438
#define
HWCAP_AES
(1 << 3)
949
int has_aes = (hwcaps &
HWCAP_AES
);
[
all
...]
Completed in 33 milliseconds