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

/freebsd-10.0-release/lib/libz/
H A Dtrees.c420 s->opt_len = s->static_len = 0L;
485 * The length opt_len is updated; static_len is also updated if stree is
526 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
614 * and corresponding code. The length opt_len is updated; static_len is
652 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
826 s->opt_len, s->static_len));
913 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
926 s->static_len));
930 s->static_len));
931 /* At this point, opt_len and static_len ar
[all...]
H A Ddeflate.h248 ulg static_len; /* bit length of current block with static trees */ member in struct:internal_state
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/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
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_fw_private.h220 int static_len; /* total len of static rules */ member in struct:ip_fw_chain
H A Dip_fw_sockopt.c204 chain->static_len += l;
382 chain->static_len -= RULESIZE(rule);
1001 size = chain->static_len;
1008 want = chain->static_len + ipfw_dyn_len();
H A Dip_fw2.c2640 chain->static_len = sizeof(struct ip_fw);
2643 rule = malloc(chain->static_len, M_IPFW, M_WAITOK | M_ZERO);
/freebsd-10.0-release/sys/net/
H A Dzlib.c502 ulg static_len; /* bit length of current block with static trees */ member in struct:deflate_state
2187 s->opt_len = s->static_len = 0L;
2252 * The length opt_len is updated; static_len is also updated if stree is
2293 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
2381 * and corresponding code. The length opt_len is updated; static_len is
2419 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
2592 s->opt_len, s->static_len));
2698 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
2710 s->static_len));
2714 s->static_len));
[all...]

Completed in 125 milliseconds