Home
last modified time | relevance | path

Searched refs:x86_cpu_enable_simd (Results 1 – 22 of 22) sorted by relevance

/third_party/flutter/skia/third_party/externals/zlib/
Dx86.c15 int ZLIB_INTERNAL x86_cpu_enable_simd = 0; variable
58 x86_cpu_enable_simd = x86_cpu_has_sse2 && in _x86_check_features()
96 x86_cpu_enable_simd = x86_cpu_has_sse2 && in _x86_check_features()
Dcrc32.c233 if (x86_cpu_enable_simd && len >= Z_CRC32_SSE42_MINIMUM_LENGTH) {
503 if (x86_cpu_enable_simd) { in crc_reset()
512 if (x86_cpu_enable_simd) in crc_finalize()
518 if (x86_cpu_enable_simd) { in copy_with_crc()
Dx86.h12 extern int x86_cpu_enable_simd;
Dsimd_stub.c10 int ZLIB_INTERNAL x86_cpu_enable_simd = 0; variable
Dnames.h165 #define x86_cpu_enable_simd Cr_z_x86_cpu_enable_simd macro
Ddeflate.c222 if (x86_cpu_enable_simd) in insert_string()
358 if (x86_cpu_enable_simd) {
1571 if (x86_cpu_enable_simd) { in fill_window()
/third_party/node/deps/zlib/
Dx86.c15 int ZLIB_INTERNAL x86_cpu_enable_simd = 0; variable
58 x86_cpu_enable_simd = x86_cpu_has_sse2 && in _x86_check_features()
96 x86_cpu_enable_simd = x86_cpu_has_sse2 && in _x86_check_features()
Dcrc32.c233 if (x86_cpu_enable_simd && len >= Z_CRC32_SSE42_MINIMUM_LENGTH) {
503 if (x86_cpu_enable_simd) { in crc_reset()
512 if (x86_cpu_enable_simd) in crc_finalize()
518 if (x86_cpu_enable_simd) { in copy_with_crc()
Dx86.h12 extern int x86_cpu_enable_simd;
Dsimd_stub.c10 int ZLIB_INTERNAL x86_cpu_enable_simd = 0; variable
Dchromeconf.h177 #define x86_cpu_enable_simd Cr_z_x86_cpu_enable_simd macro
Ddeflate.c309 if (x86_cpu_enable_simd) {
1522 if (x86_cpu_enable_simd) { in fill_window()
/third_party/skia/third_party/externals/zlib/
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()
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()
Dcpu_features.h16 extern int x86_cpu_enable_simd;
Dchromeconf.h177 #define x86_cpu_enable_simd Cr_z_x86_cpu_enable_simd macro
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/flutter/skia/third_party/externals/zlib/patches/
D0001-simd.patch21 + if (x86_cpu_enable_simd) {
30 + if (x86_cpu_enable_simd)
36 + if (x86_cpu_enable_simd) {
624 + if (x86_cpu_enable_simd)
654 + if (x86_cpu_enable_simd) {
743 + if (x86_cpu_enable_simd) {
1058 +#define x86_cpu_enable_simd Cr_z_x86_cpu_enable_simd
1076 +int ZLIB_INTERNAL x86_cpu_enable_simd = 0;
1121 +int ZLIB_INTERNAL x86_cpu_enable_simd = 0;
1160 + x86_cpu_enable_simd = x86_cpu_has_sse2 &&
[all …]
/third_party/skia/third_party/externals/zlib/patches/
D0001-simd.patch21 + if (x86_cpu_enable_simd) {
30 + if (x86_cpu_enable_simd)
36 + if (x86_cpu_enable_simd) {
624 + if (x86_cpu_enable_simd)
654 + if (x86_cpu_enable_simd) {
743 + if (x86_cpu_enable_simd) {
1055 +int ZLIB_INTERNAL x86_cpu_enable_simd = 0;
1100 +int ZLIB_INTERNAL x86_cpu_enable_simd = 0;
1139 + x86_cpu_enable_simd = x86_cpu_has_sse2 &&
1173 + x86_cpu_enable_simd = x86_cpu_has_sse2 &&
[all …]
/third_party/node/deps/zlib/patches/
D0001-simd.patch21 + if (x86_cpu_enable_simd) {
30 + if (x86_cpu_enable_simd)
36 + if (x86_cpu_enable_simd) {
624 + if (x86_cpu_enable_simd)
654 + if (x86_cpu_enable_simd) {
743 + if (x86_cpu_enable_simd) {
1055 +int ZLIB_INTERNAL x86_cpu_enable_simd = 0;
1100 +int ZLIB_INTERNAL x86_cpu_enable_simd = 0;
1139 + x86_cpu_enable_simd = x86_cpu_has_sse2 &&
1173 + x86_cpu_enable_simd = x86_cpu_has_sse2 &&
[all …]
/third_party/node/deps/zlib/contrib/optimizations/
Dinsert_string.h117 if (x86_cpu_enable_simd) in insert_string()
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
Dinsert_string.h120 if (x86_cpu_enable_simd) in insert_string()