Searched refs:static_len (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
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
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/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
|