Searched refs:deflate_slow (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/contrib/zlib/
H A 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) function
/freebsd-11-stable/sys/libkern/
H A Dzlib.c629 local block_state deflate_slow OF((deflate_state *s, int flush));
683 /* 4 */ {4, 4, 16, 16, deflate_slow}, /* lazy matches */
684 /* 5 */ {8, 16, 32, 32, deflate_slow},
685 /* 6 */ {8, 16, 128, 128, deflate_slow},
686 /* 7 */ {8, 32, 128, 256, deflate_slow},
687 /* 8 */ {32, 128, 258, 1024, deflate_slow},
688 /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* maximum compression */
1728 local block_state deflate_slow(s, flush) function
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.c85 local block_state deflate_slow OF((deflate_state *s, int flush));
149 /* 4 */ {4, 4, 16, 16, deflate_slow}, /* lazy matches */
150 /* 5 */ {8, 16, 32, 32, deflate_slow},
151 /* 6 */ {8, 16, 128, 128, deflate_slow},
152 /* 7 */ {8, 32, 128, 256, deflate_slow},
153 /* 8 */ {32, 128, 258, 1024, deflate_slow},
154 /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* max compression */
1560 local block_state deflate_slow(s, flush) function

Completed in 136 milliseconds