HomeSort by relevance Sort by last modified time
    Searched defs:has_crc32 (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/r11/sources/android/cpufeatures/
cpu-features.c 857 int has_crc32 = (hwcaps2 & HWCAP2_CRC32); local
867 if (has_crc32)
969 int has_crc32 = (hwcaps & HWCAP_CRC32); local
990 if (has_crc32)
    [all...]
  /prebuilts/ndk/r13/sources/android/cpufeatures/
cpu-features.c 858 int has_crc32 = (hwcaps2 & HWCAP2_CRC32); local
868 if (has_crc32)
970 int has_crc32 = (hwcaps & HWCAP_CRC32); local
991 if (has_crc32)
    [all...]

Completed in 44 milliseconds