Searched refs:static_len (Results 1 – 7 of 7) sorted by relevance
| /titanic_53/usr/src/boot/lib/libz/ |
| H A D | trees.c | 420 s->opt_len = s->static_len = 0L; 526 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits); 652 s->opt_len--; if (stree) s->static_len -= stree[node].Len; 826 s->opt_len, s->static_len)); 926 s->static_len)); 930 s->static_len)); 942 static_lenb = (s->static_len+3+7)>>3; 945 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len, 978 s->compressed_len += 3 + s->static_len;
|
| H A D | deflate.h | 248 ulg static_len; /* bit length of current block with static trees */ member
|
| /titanic_53/usr/src/contrib/zlib/ |
| H A D | trees.c | 418 s->opt_len = s->static_len = 0L; 524 if (stree) s->static_len += (ulg)f * (unsigned)(stree[n].Len + xbits); 650 s->opt_len--; if (stree) s->static_len -= stree[node].Len; 824 s->opt_len, s->static_len)); 931 s->static_len)); 935 s->static_len)); 947 static_lenb = (s->static_len+3+7)>>3; 950 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len, 983 s->compressed_len += 3 + s->static_len;
|
| H A D | deflate.h | 244 ulg static_len; /* bit length of current block with static trees */ member
|
| /titanic_53/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
| H A D | zlib.c | 366 ulg static_len; /* bit length of current block with static trees */ member 1780 s->opt_len = s->static_len = 0L; 1886 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits); 2012 s->opt_len--; if (stree) s->static_len -= stree[node].Len; 2185 s->opt_len, s->static_len)); 2299 s->static_len)); 2303 s->static_len)); 2315 static_lenb = (s->static_len+3+7)>>3; 2318 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len, 2378 s->compressed_len += 3 + s->static_len;
|
| /titanic_53/usr/src/uts/common/io/ppp/spppcomp/ |
| H A D | zlib.c | 542 ulg static_len; /* bit length of current block with static trees */ member 2583 s->opt_len = s->static_len = 0L; 2696 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits); 2841 s->opt_len--; if (stree) s->static_len -= stree[node].Len; 3036 s->opt_len, s->static_len)); 3176 s->static_len)); 3180 s->static_len)); 3199 static_lenb = (s->static_len+3+7)>>3; 3203 opt_lenb, s->opt_len, static_lenb, s->static_len, 3269 s->compressed_len += 3 + s->static_len; /* PPP */
|
| /titanic_53/usr/src/contrib/ast/src/cmd/INIT/ |
| H A D | ratz.c | 1455 ulg static_len; /* bit length of current block with static trees */ member
|