OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HWCAP2_PMULL
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/kernel/uapi/asm-arm/asm/
hwcap.h
45
#define
HWCAP2_PMULL
(1 << 1)
/external/kernel-headers/original/uapi/asm-arm/asm/
hwcap.h
35
#define
HWCAP2_PMULL
(1 << 1)
/external/boringssl/src/crypto/
cpu-arm-linux.c
40
#define
HWCAP2_PMULL
(1 << 1)
268
ret |=
HWCAP2_PMULL
;
344
if (hwcap2 &
HWCAP2_PMULL
) {
/prebuilts/ndk/r11/sources/android/cpufeatures/
cpu-features.c
475
#define
HWCAP2_PMULL
(1 << 1)
854
int has_pmull = (hwcaps2 &
HWCAP2_PMULL
);
[
all
...]
/prebuilts/ndk/r13/sources/android/cpufeatures/
cpu-features.c
476
#define
HWCAP2_PMULL
(1 << 1)
855
int has_pmull = (hwcaps2 &
HWCAP2_PMULL
);
[
all
...]
Completed in 102 milliseconds