Searched refs:static_len (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/v8/third_party/zlib/ |
H A D | trees.c | 418 s->opt_len = s->static_len = 0L; 483 * The length opt_len is updated; static_len is also updated if stree is 524 if (stree) s->static_len += (ulg)f * (unsigned)(stree[n].Len + xbits); 612 * and corresponding code. The length opt_len is updated; static_len is 650 s->opt_len--; if (stree) s->static_len -= stree[node].Len; 824 s->opt_len, s->static_len)); 918 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ 931 s->static_len)); 935 s->static_len)); 936 /* At this point, opt_len and static_len ar [all...] |
H A D | deflate.h | 246 ulg static_len; /* bit length of current block with static trees */ member
|
/third_party/node/deps/zlib/ |
H A D | trees.c | 448 s->opt_len = s->static_len = 0L; in init_block() 535 * The length opt_len is updated; static_len is also updated if stree is 573 if (stree) s->static_len += (ulg)f * (unsigned)(stree[n].Len + xbits); in gen_bitlen() 622 * and corresponding code. The length opt_len is updated; static_len is 657 s->opt_len--; if (stree) s->static_len -= stree[node].Len; in build_tree() 821 s->opt_len, s->static_len)); in build_bl_tree() 998 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ 1011 s->static_len)); 1015 s->static_len)); 1016 /* At this point, opt_len and static_len ar [all...] |
H A D | deflate.h | 255 ulg static_len; /* bit length of current block with static trees */ member
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | trees.c | 426 s->opt_len = s->static_len = 0L;
491 * The length opt_len is updated; static_len is also updated if stree is
532 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
620 * and corresponding code. The length opt_len is updated; static_len is
658 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
832 s->opt_len, s->static_len));
931 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
944 s->static_len));
948 s->static_len));
949 /* At this point, opt_len and static_len ar [all...] |
H A D | deflate.h | 240 ulg static_len; /* bit length of current block with static trees */
member
|
/third_party/skia/third_party/externals/zlib/ |
H A D | trees.c | 418 s->opt_len = s->static_len = 0L; 483 * The length opt_len is updated; static_len is also updated if stree is 524 if (stree) s->static_len += (ulg)f * (unsigned)(stree[n].Len + xbits); 612 * and corresponding code. The length opt_len is updated; static_len is 650 s->opt_len--; if (stree) s->static_len -= stree[node].Len; 824 s->opt_len, s->static_len)); 917 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ 930 s->static_len)); 934 s->static_len)); 935 /* At this point, opt_len and static_len ar [all...] |
H A D | deflate.h | 246 ulg static_len; /* bit length of current block with static trees */ member
|
/third_party/zlib/ |
H A D | trees.c | 465 s->opt_len = s->static_len = 0L; in init_block() 553 * The length opt_len is updated; static_len is also updated if stree is 592 if (stree) s->static_len += (ulg)f * (unsigned)(stree[n].Len + xbits); in gen_bitlen() 641 * and corresponding code. The length opt_len is updated; static_len is 677 s->opt_len--; if (stree) s->static_len -= stree[node].Len; in build_tree() 844 s->opt_len, s->static_len)); in build_bl_tree() 1023 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ 1036 s->static_len)); 1040 s->static_len)); 1041 /* At this point, opt_len and static_len ar [all...] |
H A D | deflate.h | 257 ulg static_len; /* bit length of current block with static trees */ member
|
Completed in 13 milliseconds