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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
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/python/cpython2/Modules/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/python/cpython3/Modules/zlib/
trees.c 418 s->opt_len = s->static_len = 0L;
483 * The length opt_len is updated; static_len is also updated if stree is
524 if (stree) s->static_len += (ulg)f * (unsigned)(stree[n].Len + xbits);
612 * and corresponding code. The length opt_len is updated; static_len is
650 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
824 s->opt_len, s->static_len));
    [all...]
deflate.h 251 ulg static_len; /* bit length of current block with static trees */ member in struct:internal_state
  /external/zlib/src/
trees.c 418 s->opt_len = s->static_len = 0L;
483 * The length opt_len is updated; static_len is also updated if stree is
524 if (stree) s->static_len += (ulg)f * (unsigned)(stree[n].Len + xbits);
612 * and corresponding code. The length opt_len is updated; static_len is
650 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
824 s->opt_len, s->static_len));
    [all...]
deflate.h 251 ulg static_len; /* bit length of current block with static trees */ member in struct:internal_state
  /toolchain/binutils/binutils-2.27/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/syslinux/com32/lib/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
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_render_dynamic.c 307 static int static_len; local
312 if (!static_len) {
339 static_len = len;
342 len = static_len;

Completed in 218 milliseconds