Searched refs:stored_len (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/zlib/ |
D | trees.c | 865 void ZLIB_INTERNAL _tr_stored_block(s, buf, stored_len, last) in _tr_stored_block() argument 868 ulg stored_len; /* length of input block */ 874 s->compressed_len += (stored_len + 4) << 3; 876 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */ 907 void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last) in _tr_flush_block() argument 910 ulg stored_len; /* length of input block */ 945 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len, 952 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */ 958 if (stored_len+4 <= opt_lenb && buf != (char*)0) { 967 _tr_stored_block(s, buf, stored_len, last);
|
D | deflate.h | 299 ulg stored_len, int last)); 303 ulg stored_len, int last));
|