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

/macosx-10.10/rsync-45/rsync/zlib/
H A Dtrees.c927 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
956 static_lenb = (s->static_len+3+7)>>3;
959 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
962 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
966 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
984 } else if (static_lenb >= 0) { /* force static trees */
986 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/macosx-10.10/sudo-73/src/zlib/
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) {
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Dtrees.c954 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
983 static_lenb = (s->static_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 */
1011 } else if (static_lenb >= 0) { /* force static trees */
1013 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/macosx-10.10/zlib-55/zlib/
H A Dtrees.c931 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
960 static_lenb = (s->static_len+3+7)>>3;
963 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
966 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
970 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
988 } else if (static_lenb >= 0) { /* force static trees */
990 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/macosx-10.10/ppp-786.1.1/Helpers/pppdump/
H A Dzlib.c2309 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
2337 static_lenb = (s->static_len+3+7)>>3;
2340 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
2343 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
2393 if (static_lenb >= 0) /* force static trees */
2395 if (static_lenb == opt_lenb)

Completed in 107 milliseconds