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

  /bionic/libc/kernel/uapi/asm-arm/asm/
hwcap.h 55 #define HWCAP2_CRC32 (1 << 4)
  /external/kernel-headers/original/uapi/asm-arm/asm/
hwcap.h 38 #define HWCAP2_CRC32 (1 << 4)
  /art/runtime/arch/arm/
instruction_set_features_arm.cc 206 if ((hwcaps & HWCAP2_CRC32) != 0 && (hwcaps & HWCAP2_SHA1) != 0) {
  /prebuilts/ndk/r11/sources/android/cpufeatures/
cpu-features.c 478 #define HWCAP2_CRC32 (1 << 4)
857 int has_crc32 = (hwcaps2 & HWCAP2_CRC32);
    [all...]
  /prebuilts/ndk/r13/sources/android/cpufeatures/
cpu-features.c 479 #define HWCAP2_CRC32 (1 << 4)
858 int has_crc32 = (hwcaps2 & HWCAP2_CRC32);
    [all...]

Completed in 333 milliseconds