Searched refs:deflate_slow (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/lib/zlib_deflate/ |
D | deflate.c | 75 static block_state deflate_slow (deflate_state *s, int flush); 142 /* 4 */ {4, 4, 16, 16, deflate_slow}, /* lazy matches */ 143 /* 5 */ {8, 16, 32, 32, deflate_slow}, 144 /* 6 */ {8, 16, 128, 128, deflate_slow}, 145 /* 7 */ {8, 32, 128, 256, deflate_slow}, 146 /* 8 */ {32, 128, 258, 1024, deflate_slow}, 147 /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* maximum compression */ 1010 static block_state deflate_slow( in deflate_slow() function
|