Searched defs:static_len (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.h245 ulg static_len; /* bit length of current block with static trees */ member in struct:internal_state
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.h248 ulg static_len; /* bit length of current block with static trees */ member in struct:internal_state
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/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...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c542 ulg static_len; /* bit length of current block with static trees */ member in struct:deflate_state
2583 s->opt_len = s->static_len = 0L;
2652 * The length opt_len is updated; static_len is also updated if stree is
2696 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
2799 * and corresponding code. The length opt_len is updated; static_len is
2841 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
3036 s->opt_len, s->static_len));
3163 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
3176 s->static_len));
3180 s->static_len));
[all...]

Completed in 79 milliseconds