Home
last modified time | relevance | path

Searched refs:HWCAP2_PMULL (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/android/cpufeatures/
Dcpu-features.c459 #define HWCAP2_PMULL (1 << 1) macro
838 int has_pmull = (hwcaps2 & HWCAP2_PMULL); in android_cpuInit()