Searched refs:deflate_slow (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/lib/zlib_deflate/ |
D | deflate.c | 72 static block_state deflate_slow (deflate_state *s, int flush); 121 /* 4 */ {4, 4, 16, 16, deflate_slow}, /* lazy matches */ 122 /* 5 */ {8, 16, 32, 32, deflate_slow}, 123 /* 6 */ {8, 16, 128, 128, deflate_slow}, 124 /* 7 */ {8, 32, 128, 256, deflate_slow}, 125 /* 8 */ {32, 128, 258, 1024, deflate_slow}, 126 /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* maximum compression */ 1006 static block_state deflate_slow( in deflate_slow() function
|