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

/xnu-2782.1.97/libkern/zlib/
H A Ddeflate.c105 local block_state deflate_fast OF((deflate_state *s, int flush));
162 /* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */
167 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */
168 /* 2 */ {4, 5, 16, 8, deflate_fast},
169 /* 3 */ {4, 6, 32, 32, deflate_fast},
180 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different
1477 local block_state deflate_fast(s, flush) function

Completed in 20 milliseconds