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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dtrees.c422 s->opt_len = s->static_len = 0L;
487 * The length opt_len is updated; static_len is also updated if stree is
528 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
616 * and corresponding code. The length opt_len is updated; static_len is
654 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
828 s->opt_len, s->static_len));
927 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
940 s->static_len));
944 s->static_len));
945 /* At this point, opt_len and static_len ar
[all...]
H A Ddeflate.h245 ulg static_len; /* bit length of current block with static trees */ member in struct:internal_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dtrees.c422 s->opt_len = s->static_len = 0L;
487 * The length opt_len is updated; static_len is also updated if stree is
528 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
616 * and corresponding code. The length opt_len is updated; static_len is
654 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
828 s->opt_len, s->static_len));
927 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
940 s->static_len));
944 s->static_len));
945 /* At this point, opt_len and static_len ar
[all...]
H A Ddeflate.h245 ulg static_len; /* bit length of current block with static trees */ member in struct:internal_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddeftree.c338 s->opt_len = s->static_len = 0L;
404 * The length opt_len is updated; static_len is also updated if stree is
446 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
535 * and corresponding code. The length opt_len is updated; static_len is
574 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
750 s->opt_len, s->static_len));
863 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
875 s->static_len));
879 s->static_len));
880 /* At this point, opt_len and static_len ar
[all...]
H A Ddefutil.h221 ulg static_len; /* bit length of current block with static trees */ member in struct:deflate_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c951 ulg static_len; /* bit length of current block with static trees */ member in struct:globals2
1007 G2.opt_len = G2.static_len = 0;
1059 * The length opt_len is updated; static_len is also updated if stree is
1106 G2.static_len += (ulg) f * (stree[n].Len + xbits);
1199 * and corresponding code. The length opt_len is updated; static_len is
1253 G2.static_len -= stree[new].Len;
1443 Tracev((stderr, "\ndyn trees: dyn %ld, stat %ld", G2.opt_len, G2.static_len));
1592 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
1599 Tracev((stderr, "\nlit data: dyn %ld, stat %ld", G2.opt_len, G2.static_len));
1602 Tracev((stderr, "\ndist data: dyn %ld, stat %ld", G2.opt_len, G2.static_len));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c366 ulg static_len; /* bit length of current block with static trees */ member in struct:deflate_state
1780 s->opt_len = s->static_len = 0L;
1845 * The length opt_len is updated; static_len is also updated if stree is
1886 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
1974 * and corresponding code. The length opt_len is updated; static_len is
2012 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
2185 s->opt_len, s->static_len));
2287 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
2299 s->static_len));
2303 s->static_len));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c491 ulg static_len; /* bit length of current block with static trees */ member in struct:deflate_state
2178 s->opt_len = s->static_len = 0L;
2243 * The length opt_len is updated; static_len is also updated if stree is
2284 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
2372 * and corresponding code. The length opt_len is updated; static_len is
2410 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
2583 s->opt_len, s->static_len));
2689 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
2701 s->static_len));
2705 s->static_len));
[all...]

Completed in 70 milliseconds