Home
last modified time | relevance | path

Searched refs:static_lenb (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/libz-sys/src/zlib-ng/
Dtrees.c637 unsigned long opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
663 static_lenb = (s->static_len+3+7) >> 3;
666 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
669 if (static_lenb <= opt_lenb)
670 opt_lenb = static_lenb;
674 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
692 } else if (static_lenb >= 0) { /* force static trees */
694 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/external/rust/crates/libz-sys/src/zlib/
Dtrees.c917 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
946 static_lenb = (s->static_len+3+7)>>3;
949 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
952 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
956 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
974 } else if (static_lenb >= 0) { /* force static trees */
976 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/external/angle/third_party/zlib/
Dtrees.c917 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
946 static_lenb = (s->static_len+3+7)>>3;
949 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
952 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
956 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
974 } else if (static_lenb >= 0) { /* force static trees */
976 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/external/zlib/
Dtrees.c917 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
946 static_lenb = (s->static_len+3+7)>>3;
949 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
952 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
956 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
974 } else if (static_lenb >= 0) { /* force static trees */
976 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/external/libwebsockets/win32port/zlib/
Dtrees.c931 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
960 static_lenb = (s->static_len+3+7)>>3;
963 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
966 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
970 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
988 } else if (static_lenb >= 0) { /* force static trees */
990 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/external/python/cpython2/Modules/zlib/
Dtrees.c917 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
946 static_lenb = (s->static_len+3+7)>>3;
949 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
952 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
956 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
974 } else if (static_lenb >= 0) { /* force static trees */
976 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {