Searched refs:deflate_fast (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/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
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.c78 local block_state deflate_fast OF((deflate_state *s, int flush));
129 /* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */
134 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */
135 /* 2 */ {4, 5, 16, 8, deflate_fast},
136 /* 3 */ {4, 6, 32, 32, deflate_fast},
147 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different
1628 local block_state deflate_fast(s, flush) function
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c715 local block_state deflate_fast OF((deflate_state *s, int flush));
769 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* maximum speed, no lazy matches */
770 /* 2 */ {4, 5, 16, 8, deflate_fast},
771 /* 3 */ {4, 6, 32, 32, deflate_fast},
782 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different
1940 deflate_fast(s, flush) function
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c519 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different
531 local int deflate_fast OF((deflate_state *s, int flush));
790 quit = deflate_fast(state, flush);
1226 local int deflate_fast(s, flush) function

Completed in 1405 milliseconds