Searched refs:deflate_fast (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.c83 local block_state deflate_fast OF((deflate_state *s, int flush));
140 /* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */
145 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */
146 /* 2 */ {4, 5, 16, 8, deflate_fast},
147 /* 3 */ {4, 6, 32, 32, deflate_fast},
158 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different
1454 local block_state deflate_fast(s, flush) function
/freebsd-11-stable/sys/libkern/
H A Dzlib.c628 local block_state deflate_fast OF((deflate_state *s, int flush));
679 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* maximum speed, no lazy matches */
680 /* 2 */ {4, 5, 16, 8, deflate_fast},
681 /* 3 */ {4, 6, 32, 32, deflate_fast},
691 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different
1635 local block_state deflate_fast(s, flush) function
/freebsd-11-stable/sys/contrib/zlib/
H A Ddeflate.c80 local block_state deflate_fast OF((deflate_state *s, int flush));
132 /* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */
137 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */
138 /* 2 */ {4, 5, 16, 8, deflate_fast},
139 /* 3 */ {4, 6, 32, 32, deflate_fast},
150 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different
1824 local block_state deflate_fast(s, flush) function

Completed in 157 milliseconds