Home
last modified time | relevance | path

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

/external/v8/third_party/zlib/
Dcpu_features.c23 int ZLIB_INTERNAL arm_cpu_enable_crc32 = 1; variable
25 int ZLIB_INTERNAL arm_cpu_enable_crc32 = 0; variable
101 arm_cpu_enable_crc32 = !!(features & ANDROID_CPU_ARM64_FEATURE_CRC32); in _cpu_check_features()
105 arm_cpu_enable_crc32 = !!(features & ANDROID_CPU_ARM_FEATURE_CRC32); in _cpu_check_features()
109 arm_cpu_enable_crc32 = !!(features & HWCAP_CRC32); in _cpu_check_features()
114 arm_cpu_enable_crc32 = !!(features & HWCAP2_CRC32); in _cpu_check_features()
121 arm_cpu_enable_crc32 = !!(features & ZX_ARM64_FEATURE_ISA_CRC32); in _cpu_check_features()
124 arm_cpu_enable_crc32 = IsProcessorFeaturePresent(PF_ARM_V8_CRC32_INSTRUCTIONS_AVAILABLE); in _cpu_check_features()
Dcpu_features.h12 extern int arm_cpu_enable_crc32;
Dchromeconf.h190 #define arm_cpu_enable_crc32 Cr_z_arm_cpu_enable_crc32 macro
Dcrc32.c293 if (arm_cpu_enable_crc32)
Ddeflate.c313 if ((x86_cpu_enable_simd || arm_cpu_enable_crc32) && s->hash_bits < 15) {
1356 if (!x86_cpu_enable_simd && !arm_cpu_enable_crc32) {
1396 if (!x86_cpu_enable_simd && !arm_cpu_enable_crc32) {
/external/zlib/
Dcpu_features.c20 int ZLIB_INTERNAL arm_cpu_enable_crc32 = 0; variable
84 arm_cpu_enable_crc32 = !!(features & ANDROID_CPU_ARM64_FEATURE_CRC32); in _cpu_check_features()
88 arm_cpu_enable_crc32 = !!(features & ANDROID_CPU_ARM_FEATURE_CRC32); in _cpu_check_features()
92 arm_cpu_enable_crc32 = !!(features & HWCAP_CRC32); in _cpu_check_features()
97 arm_cpu_enable_crc32 = !!(features & HWCAP2_CRC32); in _cpu_check_features()
104 arm_cpu_enable_crc32 = !!(features & ZX_ARM64_FEATURE_ISA_CRC32); in _cpu_check_features()
107 arm_cpu_enable_crc32 = IsProcessorFeaturePresent(PF_ARM_V8_CRC32_INSTRUCTIONS_AVAILABLE); in _cpu_check_features()
Dcpu_features.h12 extern int arm_cpu_enable_crc32;
Dchromeconf.h190 #define arm_cpu_enable_crc32 Cr_z_arm_cpu_enable_crc32 macro
Dcrc32.c293 if (arm_cpu_enable_crc32)
/external/v8/third_party/zlib/contrib/optimizations/
Dinsert_string.h123 if (arm_cpu_enable_crc32) in insert_string()
/external/zlib/contrib/optimizations/
Dinsert_string.h114 if (arm_cpu_enable_crc32) in insert_string()