Home
last modified time | relevance | path

Searched refs:arm_cpu_enable_crc32 (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/v8/third_party/zlib/
H A 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()
H A Dchromeconf.h190 #define arm_cpu_enable_crc32 Cr_z_arm_cpu_enable_crc32 macro
H A Dcrc32.c293 if (arm_cpu_enable_crc32)
H A Ddeflate.c318 if ((x86_cpu_enable_simd || arm_cpu_enable_crc32) && s->hash_bits < 15) {
1364 if (!x86_cpu_enable_simd && !arm_cpu_enable_crc32) {
1404 if (!x86_cpu_enable_simd && !arm_cpu_enable_crc32) {
/third_party/skia/third_party/externals/zlib/
H A 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()
H A Dchromeconf.h190 #define arm_cpu_enable_crc32 Cr_z_arm_cpu_enable_crc32 macro
H A Dcrc32.c293 if (arm_cpu_enable_crc32)
H A 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) {
/third_party/node/deps/zlib/
H A Dcpu_features.c25 int ZLIB_INTERNAL arm_cpu_enable_crc32 = 1; variable
28 int ZLIB_INTERNAL arm_cpu_enable_crc32 = 0; variable
103 arm_cpu_enable_crc32 = !!(features & ANDROID_CPU_ARM64_FEATURE_CRC32); in _cpu_check_features()
107 arm_cpu_enable_crc32 = !!(features & ANDROID_CPU_ARM_FEATURE_CRC32); in _cpu_check_features()
111 arm_cpu_enable_crc32 = !!(features & HWCAP_CRC32); in _cpu_check_features()
116 arm_cpu_enable_crc32 = !!(features & HWCAP2_CRC32); in _cpu_check_features()
123 arm_cpu_enable_crc32 = !!(features & ZX_ARM64_FEATURE_ISA_CRC32); in _cpu_check_features()
126 arm_cpu_enable_crc32 = IsProcessorFeaturePresent(PF_ARM_V8_CRC32_INSTRUCTIONS_AVAILABLE); in _cpu_check_features()
134 arm_cpu_enable_crc32 = sysctlbyname("hw.optional.armv8_crc32", &val, &len, 0, 0) == 0 in _cpu_check_features()
H A Dchromeconf.h193 #define arm_cpu_enable_crc32 Cr_z_arm_cpu_enable_crc32 macro
H A Dcrc32.c745 if (arm_cpu_enable_crc32) { in crc32_z()
1102 if (arm_cpu_enable_crc32) { in crc32()
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/
H A Dinsert_string.h123 if (arm_cpu_enable_crc32) in insert_string()
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
H A Dinsert_string.h123 if (arm_cpu_enable_crc32) in insert_string()

Completed in 16 milliseconds