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

/darwin-on-arm/xnu/libkern/zlib/
H A Dtrees.c954 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
982 opt_lenb = (s->opt_len+3+7)>>3;
986 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
989 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
993 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
999 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
1013 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {

Completed in 13 milliseconds