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

/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
890 opt_lenb = (s->opt_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 */
912 if (stored_len <= opt_lenb && eof && s->compressed_len==0L && seekable()) {
926 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
940 } else if (static_lenb == opt_lenb) {
/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
955 opt_lenb = (s->opt_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 */
972 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
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
955 opt_lenb = (s->opt_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 */
972 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
986 } else if (s->strategy == Z_FIXED || 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
1613 opt_lenb = (G2.opt_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;
1628 if (stored_len <= opt_lenb && eof && G2.compressed_len == 0L && seekable()) {
1636 } else if (stored_len + 4 <= opt_lenb && buf != NULL) {
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
2314 opt_lenb = (s->opt_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;
2331 if (stored_len <= opt_lenb && eof && s->compressed_len==0L && seekable())
2349 && opt_lenb > stored_len - s->minCompr) {
2357 if (stored_len+4 <= opt_lenb && buf != (char*)0)
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
2716 opt_lenb = (s->opt_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 */
2738 if (stored_len <= opt_lenb && eof && s->compressed_len==0L && seekable()) {
2752 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
2766 } else if (static_lenb == opt_lenb) {

Completed in 315 milliseconds