Home
last modified time | relevance | path

Searched refs:static_len (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/sys/contrib/zlib/
H A Dtrees.c448 s->opt_len = s->static_len = 0L; in init_block()
573 if (stree) s->static_len += (ulg)f * (unsigned)(stree[n].Len + xbits); in gen_bitlen()
657 s->opt_len--; if (stree) s->static_len -= stree[node].Len; in build_tree()
821 s->opt_len, s->static_len)); in build_bl_tree()
1010 s->static_len));
1014 s->static_len));
1026 static_lenb = (s->static_len + 3 + 7) >> 3;
1029 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
1061 s->compressed_len += 3 + s->static_len;
H A Ddeflate.h257 ulg static_len; /* bit length of current block with static trees */ member
/freebsd-14.2/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c786 chain->static_len += RULEUSIZE0(krule); in commit_rules()
811 chain->static_len += RULEUSIZE0(rule); in ipfw_add_protected_rule()
1079 chain->static_len -= RULEUSIZE0(rule); in delete_range()
3848 size = chain->static_len; in ipfw_ctl()
3855 want = chain->static_len + ipfw_dyn_len(); in ipfw_ctl()
H A Dip_fw_private.h309 int static_len; /* total len of static rules (v0) */ member