Searched refs:deflate_fast (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/lib/zlib/ |
| H A D | deflate.c | 78 local block_state deflate_fast OF((deflate_state *s, int flush)); 129 /* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */ 134 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */ 135 /* 2 */ {4, 5, 16, 8, deflate_fast}, 136 /* 3 */ {4, 6, 32, 32, deflate_fast}, 1518 local block_state deflate_fast(s, flush) in deflate_fast() function
|