HomeSort by: relevance | last modified time | path
    Searched defs:static_len (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/
deflate.h 259 ulg static_len; /* bit length of current block with static trees */ member in struct:internal_state
  /src/sys/net/
zlib.c 518 ulg static_len; /* bit length of current block with static trees */ member in struct:deflate_state
2518 s->opt_len = s->static_len = 0L;
2582 * The length opt_len is updated; static_len is also updated if stree is
2622 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
2709 * and corresponding code. The length opt_len is updated; static_len is
2746 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
2916 s->opt_len, s->static_len));
3022 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
3034 s->static_len));
3038 s->static_len));
    [all...]

Completed in 14 milliseconds