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

/asus-wl-520gu-7.0.1.45/src/linux/linux/lib/zlib_deflate/
H A Ddeftree.c850 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
877 opt_lenb = (s->opt_len+3+7)>>3;
881 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
884 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
888 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
899 if (stored_len <= opt_lenb && eof && s->compressed_len==0L && seekable()) {
913 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
927 } else if (static_lenb == opt_lenb) {
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/zlib/
H A Dtrees.c927 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
954 opt_lenb = (s->opt_len+3+7)>>3;
958 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
961 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
965 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
971 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
985 } else if (static_lenb == opt_lenb) {
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dgzip.c2236 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
2263 opt_lenb = (opt_len + 3 + 7) >> 3;
2269 opt_lenb, opt_len, static_lenb, static_len, stored_len,
2272 if (static_lenb <= opt_lenb)
2273 opt_lenb = static_lenb;
2279 if (stored_len <= opt_lenb && eof && compressed_len == 0L
2289 } else if (stored_len + 4 <= opt_lenb && buf != (char *) 0) {
2303 } else if (static_lenb == opt_lenb) {
/asus-wl-520gu-7.0.1.45/src/router/ppp/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)
/asus-wl-520gu-7.0.1.45/src/router/pppd/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)
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/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)
/asus-wl-520gu-7.0.1.45/src/router/ppp/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) {
/asus-wl-520gu-7.0.1.45/src/router/pppd/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) {
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/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 320 milliseconds