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

/xnu-2422.115.4/libkern/zlib/
H A Dtrees.c449 s->opt_len = s->static_len = 0L;
514 * The length opt_len is updated; static_len is also updated if stree is
555 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
643 * and corresponding code. The length opt_len is updated; static_len is
681 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
855 s->opt_len, s->static_len));
954 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
967 s->static_len));
971 s->static_len));
972 /* At this point, opt_len and static_len ar
[all...]
H A Ddeflate.h272 ulg static_len; /* bit length of current block with static trees */ member in struct:internal_state
/xnu-2422.115.4/bsd/netinet/
H A Dip_fw2.c279 static u_int32_t static_len; /* size in bytes of static rules */ variable
2902 static_len += l;
2932 static_len -= l;
3043 static_len -= l;

Completed in 64 milliseconds