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

/external/chromium_org/third_party/zlib/
H A Ddeflate.c79 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) function
/external/qemu/distrib/zlib-1.2.3/
H A Ddeflate.c78 local block_state deflate_fast OF((deflate_state *s, int flush));
135 /* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */
140 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */
141 /* 2 */ {4, 5, 16, 8, deflate_fast},
142 /* 3 */ {4, 6, 32, 32, deflate_fast},
153 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different
1448 local block_state deflate_fast(s, flush) function
/external/zlib/src/
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

Completed in 111 milliseconds