OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HWCAP_SHA1
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/kernel/uapi/asm-arm64/asm/
hwcap.h
27
#define
HWCAP_SHA1
(1 << 5)
/development/ndk/platforms/android-21/arch-arm64/include/asm/
hwcap.h
27
#define
HWCAP_SHA1
(1 << 5)
/external/kernel-headers/original/uapi/asm-arm64/asm/
hwcap.h
27
#define
HWCAP_SHA1
(1 << 5)
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/asm/
hwcap.h
27
#define
HWCAP_SHA1
(1 << 5)
/external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c
437
#define
HWCAP_SHA1
(1 << 5)
964
int has_sha1 = (hwcaps &
HWCAP_SHA1
);
[
all
...]
/ndk/sources/android/cpufeatures/
cpu-features.c
440
#define
HWCAP_SHA1
(1 << 5)
951
int has_sha1 = (hwcaps &
HWCAP_SHA1
);
[
all
...]
Completed in 67 milliseconds