Searched defs:stored_len (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_trees.c868 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 */
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);
865 _tr_stored_block( deflate_state *s, charf *buf, ulg stored_len, int last) argument
907 _tr_flush_block( deflate_state *s, charf *buf, ulg stored_len, int last) argument

Completed in 89 milliseconds