HomeSort by relevance Sort by last modified time
    Searched refs:HWCAP_PMULL (Results 1 - 3 of 3) sorted by null

  /bionic/libc/kernel/uapi/asm-arm64/asm/
hwcap.h 25 #define HWCAP_PMULL (1 << 4)
  /external/kernel-headers/original/uapi/asm-arm64/asm/
hwcap.h 27 #define HWCAP_PMULL (1 << 4)
  /prebuilts/ndk/r16/sources/android/cpufeatures/
cpu-features.c 457 #define HWCAP_PMULL (1 << 4)
968 int has_pmull = (hwcaps & HWCAP_PMULL);
    [all...]

Completed in 226 milliseconds