Searched refs:deflate_slow (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/zlib_deflate/ |
| H A 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
|
| /OK3568_Linux_fs/u-boot/lib/zlib/ |
| H A D | deflate.c | 80 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 */ 1614 local block_state deflate_slow(s, flush) in deflate_slow() function
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/zlib/zlib/ |
| H A D | CVE-2018-25032.patch | 163 @@ -2056,7 +2090,7 @@ local block_state deflate_slow(s, flush)
|