OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HWCAP_CRC32
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/kernel/uapi/asm-arm64/asm/
hwcap.h
30
#define
HWCAP_CRC32
(1 << 7)
/development/ndk/platforms/android-21/arch-arm64/include/asm/
hwcap.h
30
#define
HWCAP_CRC32
(1 << 7)
/external/kernel-headers/original/uapi/asm-arm64/asm/
hwcap.h
29
#define
HWCAP_CRC32
(1 << 7)
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/asm/
hwcap.h
30
#define
HWCAP_CRC32
(1 << 7)
/external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c
439
#define
HWCAP_CRC32
(1 << 7)
966
int has_crc32 = (hwcaps &
HWCAP_CRC32
);
[
all
...]
/ndk/sources/android/cpufeatures/
cpu-features.c
442
#define
HWCAP_CRC32
(1 << 7)
953
int has_crc32 = (hwcaps &
HWCAP_CRC32
);
[
all
...]
Completed in 1250 milliseconds