HomeSort by relevance Sort by last modified time
    Searched refs:static_len (Results 1 - 4 of 4) sorted by null

  /external/qemu/distrib/zlib-1.2.3/
trees.c 422 s->opt_len = s->static_len = 0L;
487 * The length opt_len is updated; static_len is also updated if stree is
528 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
616 * and corresponding code. The length opt_len is updated; static_len is
654 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
828 s->opt_len, s->static_len));
    [all...]
deflate.h 245 ulg static_len; /* bit length of current block with static trees */ member in struct:internal_state
  /external/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 245 ulg static_len; /* bit length of current block with static trees */ member in struct:internal_state

Completed in 229 milliseconds