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