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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dtrees.c927 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
954 opt_lenb = (s->opt_len+3+7)>>3;
958 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
961 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
965 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
971 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
985 } else if (static_lenb == opt_lenb) {

Completed in 14 milliseconds