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

  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_trees.c 420 s->opt_len = s->static_len = 0L;
485 * The length opt_len is updated; static_len is also updated if stree is
526 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
614 * and corresponding code. The length opt_len is updated; static_len is
652 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
826 s->opt_len, s->static_len));
    [all...]
deflate.h 248 ulg static_len; /* bit length of current block with static trees */ member in struct:internal_state
  /external/qemu/distrib/zlib-1.2.8/
trees.c 420 s->opt_len = s->static_len = 0L;
485 * The length opt_len is updated; static_len is also updated if stree is
526 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
614 * and corresponding code. The length opt_len is updated; static_len is
652 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
826 s->opt_len, s->static_len));
    [all...]
deflate.h 248 ulg static_len; /* bit length of current block with static trees */ member in struct:internal_state
  /external/zlib/src/
trees.c 420 s->opt_len = s->static_len = 0L;
485 * The length opt_len is updated; static_len is also updated if stree is
526 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
614 * and corresponding code. The length opt_len is updated; static_len is
652 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
826 s->opt_len, s->static_len));
    [all...]
deflate.h 248 ulg static_len; /* bit length of current block with static trees */ member in struct:internal_state
  /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 3203 milliseconds