/external/syslinux/com32/lib/zlib/ |
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);
|
D | deflate.h | 296 ulg stored_len, int last)); 299 ulg stored_len, int last));
|
/external/zlib/src/ |
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));
|
/external/python/cpython2/Modules/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));
|
/external/pdfium/third_party/zlib_v128/ |
D | trees.c | 868 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);
|
D | deflate.h | 299 ulg stored_len, int last)); 303 ulg stored_len, int last));
|