Home
last modified time | relevance | path

Searched refs:deflate_slow (Results 1 – 4 of 4) sorted by relevance

/external/chromium/third_party/zlib/
Ddeflate.c80 local block_state deflate_slow OF((deflate_state *s, int flush));
144 /* 4 */ {4, 4, 16, 16, deflate_slow}, /* lazy matches */
145 /* 5 */ {8, 16, 32, 32, deflate_slow},
146 /* 6 */ {8, 16, 128, 128, deflate_slow},
147 /* 7 */ {8, 32, 128, 256, deflate_slow},
148 /* 8 */ {32, 128, 258, 1024, deflate_slow},
149 /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* max compression */
1554 local block_state deflate_slow(s, flush) in deflate_slow() function
/external/qemu/distrib/zlib-1.2.3/
Ddeflate.c80 local block_state deflate_slow OF((deflate_state *s, int flush));
144 /* 4 */ {4, 4, 16, 16, deflate_slow}, /* lazy matches */
145 /* 5 */ {8, 16, 32, 32, deflate_slow},
146 /* 6 */ {8, 16, 128, 128, deflate_slow},
147 /* 7 */ {8, 32, 128, 256, deflate_slow},
148 /* 8 */ {32, 128, 258, 1024, deflate_slow},
149 /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* max compression */
1554 local block_state deflate_slow(s, flush) in deflate_slow() function
/external/zlib/
Ddeflate.c80 local block_state deflate_slow OF((deflate_state *s, int flush));
138 /* 4 */ {4, 4, 16, 16, deflate_slow}, /* lazy matches */
139 /* 5 */ {8, 16, 32, 32, deflate_slow},
140 /* 6 */ {8, 16, 128, 128, deflate_slow},
141 /* 7 */ {8, 32, 128, 256, deflate_slow},
142 /* 8 */ {32, 128, 258, 1024, deflate_slow},
143 /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* max compression */
1616 local block_state deflate_slow(s, flush) in deflate_slow() function
DChangeLog194 - Fix same problem in deflate_slow()
813 matches in deflate_slow.