OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:has_pmull
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r11/sources/android/cpufeatures/
cpu-features.c
854
int
has_pmull
= (hwcaps2 & HWCAP2_PMULL);
local
861
if (
has_pmull
)
966
int
has_pmull
= (hwcaps & HWCAP_PMULL);
local
984
if (
has_pmull
)
[
all
...]
/prebuilts/ndk/r13/sources/android/cpufeatures/
cpu-features.c
855
int
has_pmull
= (hwcaps2 & HWCAP2_PMULL);
local
862
if (
has_pmull
)
967
int
has_pmull
= (hwcaps & HWCAP_PMULL);
local
985
if (
has_pmull
)
[
all
...]
Completed in 57 milliseconds