Searched refs:deflate_slow (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/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 */ 1017 static block_state deflate_slow( in deflate_slow() function
|
/openbmc/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
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | zlib-off64_t.patch | 29 …74b5ce677ab5a58ea232d0ba653102d2f71cf35daa6069ef88b7af6","src/zlib-ng/deflate_slow.c":"5449816c381… 31 …74b5ce677ab5a58ea232d0ba653102d2f71cf35daa6069ef88b7af6","src/zlib-ng/deflate_slow.c":"5449816c381…
|