Home
last modified time | relevance | path

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

/third_party/node/deps/v8/third_party/zlib/
H A Dcrc32.c230 if (x86_cpu_enable_simd && len >= Z_CRC32_SSE42_MINIMUM_LENGTH) {
501 if (x86_cpu_enable_simd) { in crc_reset()
512 if (x86_cpu_enable_simd) in crc_finalize()
520 if (x86_cpu_enable_simd) { in copy_with_crc()
H A Dcpu_features.c30 int ZLIB_INTERNAL x86_cpu_enable_simd = 0; variable
161 x86_cpu_enable_simd = x86_cpu_has_sse2 && in _cpu_check_features()
H A Dchromeconf.h177 #define x86_cpu_enable_simd Cr_z_x86_cpu_enable_simd macro
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) {
1558 if (x86_cpu_enable_simd) { in fill_window()
/third_party/skia/third_party/externals/zlib/
H A Dcrc32.c230 if (x86_cpu_enable_simd && len >= Z_CRC32_SSE42_MINIMUM_LENGTH) {
501 if (x86_cpu_enable_simd) { in crc_reset()
512 if (x86_cpu_enable_simd) in crc_finalize()
520 if (x86_cpu_enable_simd) { in copy_with_crc()
H A Dcpu_features.c30 int ZLIB_INTERNAL x86_cpu_enable_simd = 0; variable
161 x86_cpu_enable_simd = x86_cpu_has_sse2 && in _cpu_check_features()
H A Dchromeconf.h177 #define x86_cpu_enable_simd Cr_z_x86_cpu_enable_simd macro
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) {
1550 if (x86_cpu_enable_simd) { in fill_window()
/third_party/node/deps/zlib/
H A Dcpu_features.c33 int ZLIB_INTERNAL x86_cpu_enable_simd = 0; variable
179 x86_cpu_enable_simd = x86_cpu_has_sse2 && in _cpu_check_features()
H A Dcrc32.c733 if (x86_cpu_enable_simd && len >= Z_CRC32_SSE42_MINIMUM_LENGTH) { in crc32_z()
1156 if (x86_cpu_enable_simd) { in crc_reset()
1167 if (x86_cpu_enable_simd) in crc_finalize()
1175 if (x86_cpu_enable_simd) { in copy_with_crc()
H A Dchromeconf.h180 #define x86_cpu_enable_simd Cr_z_x86_cpu_enable_simd macro
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/
H A Dinsert_string.h120 if (x86_cpu_enable_simd) in insert_string()
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
H A Dinsert_string.h120 if (x86_cpu_enable_simd) in insert_string()

Completed in 12 milliseconds