Searched refs:static_len (Results 1 – 5 of 5) sorted by relevance
/external/zlib/src/ |
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;
|
D | deflate.h | 248 ulg static_len; /* bit length of current block with static trees */ member
|
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
D | fx_zlib_trees.c | 420 s->opt_len = s->static_len = 0L; in init_block() 526 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits); in gen_bitlen() 652 s->opt_len--; if (stree) s->static_len -= stree[node].Len; in build_tree() 826 s->opt_len, s->static_len)); in build_bl_tree() 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;
|
D | deflate.h | 248 ulg static_len; /* bit length of current block with static trees */ member
|
/external/chromium-trace/trace-viewer/tracing/third_party/jszip/ |
D | jszip.min.js | 13 …=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0… 14 …static_len+=h*(k[2*d+1]+g)));if(0!==p){do{for(f=o-1;0===a.bl_count[f];)f--;a.bl_count[f]--,a.bl_co…
|