Home
last modified time | relevance | path

Searched refs:deflate_slow (Results 1 – 19 of 19) sorted by relevance

/external/rust/crates/libz-sys/src/zlib-ng/win32/
DMakefile.a6452 deflate_slow.obj \
165 deflate_slow.obj: $(SRCDIR)/deflate_slow.c $(SRCDIR)/zbuild.h $(SRCDIR)/deflate.h $(SRCDIR)/deflate…
DMakefile.arm55 deflate_slow.obj \
177 deflate_slow.obj: $(SRCDIR)/deflate_slow.c $(SRCDIR)/zbuild.h $(SRCDIR)/deflate.h $(SRCDIR)/deflate…
DMakefile.msc62 deflate_slow.obj \
175 deflate_slow.obj: $(SRCDIR)/deflate_slow.c $(SRCDIR)/zbuild.h $(SRCDIR)/deflate.h $(SRCDIR)/deflate…
/external/angle/third_party/zlib/patches/
D0006-fix-check_match.patch25 @@ -2060,7 +2060,13 @@ local block_state deflate_slow(s, flush)
D0001-simd.patch773 @@ -1950,7 +1995,7 @@ local block_state deflate_slow(s, flush)
782 @@ -2001,7 +2046,7 @@ local block_state deflate_slow(s, flush)
/external/zlib/patches/
D0006-fix-check_match.patch25 @@ -2060,7 +2060,13 @@ local block_state deflate_slow(s, flush)
D0001-simd.patch773 @@ -1950,7 +1995,7 @@ local block_state deflate_slow(s, flush)
782 @@ -2001,7 +2046,7 @@ local block_state deflate_slow(s, flush)
/external/libwebsockets/win32port/zlib/
Ddeflate.c80 local block_state deflate_slow OF((deflate_state *s, int flush));
138 /* 4 */ {4, 4, 16, 16, deflate_slow}, /* lazy matches */
139 /* 5 */ {8, 16, 32, 32, deflate_slow},
140 /* 6 */ {8, 16, 128, 128, deflate_slow},
141 /* 7 */ {8, 32, 128, 256, deflate_slow},
142 /* 8 */ {32, 128, 258, 1024, deflate_slow},
143 /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* max compression */
1628 local block_state deflate_slow(s, flush) in deflate_slow() function
/external/rust/crates/libz-sys/src/zlib-ng/
Ddeflate_slow.c17 Z_INTERNAL block_state deflate_slow(deflate_state *s, int flush) { in deflate_slow() function
DINDEX.md20 | deflate_slow.c | Compress data using the deflate algorithm with slow strategy |
Ddeflate.c113 Z_INTERNAL block_state deflate_slow (deflate_state *s, int flush);
160 /* 4 */ {4, 4, 16, 16, deflate_slow}, /* lazy matches */
161 /* 5 */ {8, 16, 32, 32, deflate_slow},
162 /* 6 */ {8, 16, 128, 128, deflate_slow},
169 /* 7 */ {8, 32, 128, 256, deflate_slow},
170 /* 8 */ {32, 128, 258, 1024, deflate_slow},
171 /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* max compression */
DMakefile.in84 deflate_slow.o \
114 deflate_slow.lo \
DCMakeLists.txt855 deflate_slow.c
/external/zlib/
Ddeflate.c96 local block_state deflate_slow OF((deflate_state *s, int flush));
160 /* 4 */ {4, 4, 16, 16, deflate_slow}, /* lazy matches */
161 /* 5 */ {8, 16, 32, 32, deflate_slow},
162 /* 6 */ {8, 16, 128, 128, deflate_slow},
163 /* 7 */ {8, 32, 128, 256, deflate_slow},
164 /* 8 */ {32, 128, 258, 1024, deflate_slow},
165 /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* max compression */
2002 local block_state deflate_slow(s, flush) in deflate_slow() function
/external/python/cpython2/Modules/zlib/
Ddeflate.c82 local block_state deflate_slow OF((deflate_state *s, int flush));
141 /* 4 */ {4, 4, 16, 16, deflate_slow}, /* lazy matches */
142 /* 5 */ {8, 16, 32, 32, deflate_slow},
143 /* 6 */ {8, 16, 128, 128, deflate_slow},
144 /* 7 */ {8, 32, 128, 256, deflate_slow},
145 /* 8 */ {32, 128, 258, 1024, deflate_slow},
146 /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* max compression */
1926 local block_state deflate_slow(s, flush) in deflate_slow() function
DChangeLog501 - Fix same problem in deflate_slow()
1120 matches in deflate_slow.
/external/rust/crates/libz-sys/src/zlib/
Ddeflate.c82 local block_state deflate_slow OF((deflate_state *s, int flush));
141 /* 4 */ {4, 4, 16, 16, deflate_slow}, /* lazy matches */
142 /* 5 */ {8, 16, 32, 32, deflate_slow},
143 /* 6 */ {8, 16, 128, 128, deflate_slow},
144 /* 7 */ {8, 32, 128, 256, deflate_slow},
145 /* 8 */ {32, 128, 258, 1024, deflate_slow},
146 /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* max compression */
1926 local block_state deflate_slow(s, flush) in deflate_slow() function
DChangeLog501 - Fix same problem in deflate_slow()
1120 matches in deflate_slow.
/external/angle/third_party/zlib/
Ddeflate.c96 local block_state deflate_slow OF((deflate_state *s, int flush));
160 /* 4 */ {4, 4, 16, 16, deflate_slow}, /* lazy matches */
161 /* 5 */ {8, 16, 32, 32, deflate_slow},
162 /* 6 */ {8, 16, 128, 128, deflate_slow},
163 /* 7 */ {8, 32, 128, 256, deflate_slow},
164 /* 8 */ {32, 128, 258, 1024, deflate_slow},
165 /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* max compression */
2002 local block_state deflate_slow(s, flush) in deflate_slow() function