Searched refs:static_lenb (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_trees.c913 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
942 static_lenb = (s->static_len+3+7)>>3;
945 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
948 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
952 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
970 } else if (static_lenb >= 0) { /* force static trees */
972 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/external/qemu/distrib/zlib-1.2.8/
H A Dtrees.c913 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
942 static_lenb = (s->static_len+3+7)>>3;
945 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
948 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
952 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
970 } else if (static_lenb >= 0) { /* force static trees */
972 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/external/zlib/src/
H A Dtrees.c913 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
942 static_lenb = (s->static_len+3+7)>>3;
945 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
948 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
952 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
970 } else if (static_lenb >= 0) { /* force static trees */
972 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/external/chromium_org/third_party/zlib/
H A 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) {

Completed in 3768 milliseconds