Searched refs:HWCAP_CRC32 (Results 1 – 3 of 3) sorted by relevance
18 #ifndef HWCAP_CRC3219 #define HWCAP_CRC32 (1 << 7) macro109 if (hwcap & HWCAP_CRC32) in crc32c_arm64_probe()
81 const uint32_t HWCAP_CRC32 = (1<<7); in read_cpu_features() local85 if (hwcaps & HWCAP_CRC32) { features |= SkCpu::CRC32; } in read_cpu_features()
29 #define HWCAP_CRC32 (1 << 7) macro