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

/netbsd-6-1-5-RELEASE/common/dist/zlib/
H A Dtrees.c424 s->opt_len = s->static_len = 0L;
489 * The length opt_len is updated; static_len is also updated if stree is
530 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
618 * and corresponding code. The length opt_len is updated; static_len is
656 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
830 s->opt_len, s->static_len));
929 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
942 s->static_len));
946 s->static_len));
947 /* At this point, opt_len and static_len ar
[all...]
H A Ddeflate.h247 ulg static_len; /* bit length of current block with static trees */ member in struct:internal_state
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/zmod/
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
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/
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
/netbsd-6-1-5-RELEASE/sys/net/
H A Dzlib.c518 ulg static_len; /* bit length of current block with static trees */ member in struct:deflate_state
2518 s->opt_len = s->static_len = 0L;
2582 * The length opt_len is updated; static_len is also updated if stree is
2622 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
2709 * and corresponding code. The length opt_len is updated; static_len is
2746 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
2916 s->opt_len, s->static_len));
3022 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
3034 s->static_len));
3038 s->static_len));
[all...]

Completed in 138 milliseconds