Searched refs:deflate_slow (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/zlib/ |
| H A D | deflate.c | 82 local block_state deflate_slow OF((deflate_state *s, int flush)); 141 /* 4 */ {4, 4, 16, 16, deflate_slow}, /* lazy matches */ 142 /* 5 */ {8, 16, 32, 32, deflate_slow}, 143 /* 6 */ {8, 16, 128, 128, deflate_slow}, 144 /* 7 */ {8, 32, 128, 256, deflate_slow}, 145 /* 8 */ {32, 128, 258, 1024, deflate_slow}, 146 /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* max compression */ 1931 local block_state deflate_slow(s, flush) in deflate_slow() function
|
| H A D | ChangeLog | 501 - Fix same problem in deflate_slow() 1120 matches in deflate_slow.
|