Home | History | Annotate | Download | only in zlib

Lines Matching full:deflate_fast

79 local block_state deflate_fast   OF((deflate_state *s, int flush, int clas));
130 /* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */
135 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */
136 /* 2 */ {4, 5, 16, 8, deflate_fast},
137 /* 3 */ {4, 6, 32, 32, deflate_fast},
148 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different
1682 local block_state deflate_fast(s, flush, clas)