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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dtrees.c927 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
956 static_lenb = (s->static_len+3+7)>>3;
959 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
962 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
966 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
984 } else if (static_lenb >= 0) { /* force static trees */
986 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dtrees.c927 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
956 static_lenb = (s->static_len+3+7)>>3;
959 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
962 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
966 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
984 } else if (static_lenb >= 0) { /* force static trees */
986 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddeftree.c863 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
891 static_lenb = (s->static_len+3+7)>>3;
894 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
897 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
901 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
938 } else if (static_lenb >= 0) { /* force static trees */
940 } else if (static_lenb == opt_lenb) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c1592 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
1614 static_lenb = (G2.static_len + 3 + 7) >> 3;
1618 opt_lenb, G2.opt_len, static_lenb, G2.static_len, stored_len,
1621 if (static_lenb <= opt_lenb)
1622 opt_lenb = static_lenb;
1650 } else if (static_lenb == opt_lenb) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c2287 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
2315 static_lenb = (s->static_len+3+7)>>3;
2318 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
2321 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
2371 if (static_lenb >= 0) /* force static trees */
2373 if (static_lenb == opt_lenb)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c2689 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
2717 static_lenb = (s->static_len+3+7)>>3;
2720 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
2723 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
2727 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
2764 } else if (static_lenb >= 0) { /* force static trees */
2766 } else if (static_lenb == opt_lenb) {

Completed in 150 milliseconds