Home
last modified time | relevance | path

Searched refs:stored_len (Results 1 – 8 of 8) sorted by relevance

/external/syslinux/com32/lib/zlib/
Dtrees.c871 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);
Ddeflate.h296 ulg stored_len, int last));
299 ulg stored_len, int last));
/external/zlib/src/
Dtrees.c865 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);
Ddeflate.h299 ulg stored_len, int last));
303 ulg stored_len, int last));
/external/python/cpython2/Modules/zlib/
Dtrees.c865 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);
Ddeflate.h299 ulg stored_len, int last));
303 ulg stored_len, int last));
/external/pdfium/third_party/zlib_v128/
Dtrees.c868 ulg stored_len, /* length of input block */ in _tr_stored_block() argument
874 s->compressed_len += (stored_len + 4) << 3; in _tr_stored_block()
876 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */ in _tr_stored_block()
910 ulg stored_len, /* length of input block */ argument
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);
Ddeflate.h299 ulg stored_len, int last));
303 ulg stored_len, int last));