Searched refs:static_len (Results 1 – 6 of 6) sorted by relevance
/external/zlib/ |
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;
|
D | deflate.h | 245 ulg static_len; /* bit length of current block with static trees */ member
|
/external/webkit/WebCore/platform/image-decoders/zlib/ |
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;
|
D | deflate.h | 245 ulg static_len; /* bit length of current block with static trees */ member
|
/external/qemu/distrib/zlib-1.2.3/ |
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;
|
D | deflate.h | 245 ulg static_len; /* bit length of current block with static trees */ member
|