Home
last modified time | relevance | path

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

/titanic_53/usr/src/boot/lib/libz/
H A Dtrees.c913 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
942 static_lenb = (s->static_len+3+7)>>3;
945 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
948 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
952 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
970 } else if (static_lenb >= 0) { /* force static trees */
972 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/titanic_53/usr/src/contrib/zlib/
H A Dtrees.c918 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
947 static_lenb = (s->static_len+3+7)>>3;
950 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
953 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
957 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
975 } else if (static_lenb >= 0) { /* force static trees */
977 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/titanic_53/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c3163 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
3199 static_lenb = (s->static_len+3+7)>>3;
3203 opt_lenb, s->opt_len, static_lenb, s->static_len,
3206 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
3211 opt_lenb = static_lenb = stored_len + 5;
3260 #define FRC_STAT_COND static_lenb >= 0 /* force static trees */
3262 #define FRC_STAT_COND static_lenb == opt_lenb
/titanic_53/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2287 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
2315 static_lenb = (s->static_len+3+7)>>3;
2318 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
2321 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
2371 if (static_lenb >= 0) /* force static trees */
2373 if (static_lenb == opt_lenb)