OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:static_len
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/zlib/
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
));
[
all
...]
deflate.h
250
ulg
static_len
; /* bit length of current block with static trees */
member in struct:internal_state
Completed in 40 milliseconds