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

/netbsd-current/external/cddl/osnet/dist/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
/netbsd-current/external/gpl3/binutils.old/dist/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
/netbsd-current/common/dist/zlib/
H A Ddeflate.c82 local block_state deflate_fast OF((deflate_state *s, int flush));
128 /* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */
133 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */
134 /* 2 */ {4, 5, 16, 8, deflate_fast},
135 /* 3 */ {4, 6, 32, 32, deflate_fast},
146 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different
1879 local block_state deflate_fast(s, flush) function
/netbsd-current/external/gpl3/binutils/dist/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
1872 local block_state deflate_fast(s, flush) function
/netbsd-current/external/gpl3/gdb.old/dist/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
/netbsd-current/external/gpl3/gdb/dist/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
1872 local block_state deflate_fast(s, flush) function
/netbsd-current/sys/net/
H A Dzlib.c687 local block_state deflate_fast(deflate_state *s, int flush);
738 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* maximum speed, no lazy matches */
739 /* 2 */ {4, 5, 16, 8, deflate_fast},
740 /* 3 */ {4, 6, 32, 32, deflate_fast},
750 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different
1759 local block_state deflate_fast(deflate_state *s, int flush) function

Completed in 141 milliseconds