Searched refs:static_len (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/zmod/ |
H A D | trees.c | 422 s->opt_len = s->static_len = 0L; 528 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits); 654 s->opt_len--; if (stree) s->static_len -= stree[node].Len; 828 s->opt_len, s->static_len)); 940 s->static_len)); 944 s->static_len)); 956 static_lenb = (s->static_len+3+7)>>3; 959 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len, 991 s->compressed_len += 3 + s->static_len;
|
H A D | deflate.h | 245 ulg static_len; /* bit length of current block with static trees */ member
|
/titanic_44/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_44/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 */
|