Home
last modified time | relevance | path

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

/f-stack/freebsd/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},
1829 local block_state deflate_fast(s, flush) in deflate_fast() function
H A DChangeLog500 - Fix relatively harmless bug in deflate_fast() [Exarevsky]