Searched refs:stored_len (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/lib/zlib/ |
| H A D | trees.c | 871 void ZLIB_INTERNAL _tr_stored_block(s, buf, stored_len, last) in _tr_stored_block() argument 874 ulg stored_len; /* length of input block */ 880 s->compressed_len += (stored_len + 4) << 3; 882 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */ 925 void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last) in _tr_flush_block() argument 928 ulg stored_len; /* length of input block */ 963 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len, 970 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */ 976 if (stored_len+4 <= opt_lenb && buf != (char*)0) { 985 _tr_stored_block(s, buf, stored_len, last);
|
| H A D | deflate.h | 296 ulg stored_len, int last)); 299 ulg stored_len, int last));
|