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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
trees.c 485 * The length opt_len is updated; static_len is also updated if stree is
494 const ct_data *stree = desc->stat_desc->static_tree; local
526 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
615 * also updated if stree is not null. The field max_code is set.
622 const ct_data *stree = desc->stat_desc->static_tree; local
652 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
trees.c 487 * The length opt_len is updated; static_len is also updated if stree is
496 const ct_data *stree = desc->stat_desc->static_tree; local
528 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
617 * also updated if stree is not null. The field max_code is set.
624 const ct_data *stree = desc->stat_desc->static_tree; local
654 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
    [all...]
  /external/python/cpython2/Modules/zlib/
trees.c 485 * The length opt_len is updated; static_len is also updated if stree is
494 const ct_data *stree = desc->stat_desc->static_tree; local
526 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
615 * also updated if stree is not null. The field max_code is set.
622 const ct_data *stree = desc->stat_desc->static_tree; local
652 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
    [all...]
  /external/python/cpython3/Modules/zlib/
trees.c 483 * The length opt_len is updated; static_len is also updated if stree is
492 const ct_data *stree = desc->stat_desc->static_tree; local
524 if (stree) s->static_len += (ulg)f * (unsigned)(stree[n].Len + xbits);
613 * also updated if stree is not null. The field max_code is set.
620 const ct_data *stree = desc->stat_desc->static_tree; local
650 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
    [all...]
  /external/zlib/src/
trees.c 483 * The length opt_len is updated; static_len is also updated if stree is
492 const ct_data *stree = desc->stat_desc->static_tree; local
524 if (stree) s->static_len += (ulg)f * (unsigned)(stree[n].Len + xbits);
613 * also updated if stree is not null. The field max_code is set.
620 const ct_data *stree = desc->stat_desc->static_tree; local
650 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/
trees.c 485 * The length opt_len is updated; static_len is also updated if stree is
494 const ct_data *stree = desc->stat_desc->static_tree; local
526 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
615 * also updated if stree is not null. The field max_code is set.
622 const ct_data *stree = desc->stat_desc->static_tree; local
652 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
    [all...]
  /external/syslinux/com32/lib/zlib/
trees.c 491 * The length opt_len is updated; static_len is also updated if stree is
500 const ct_data *stree = desc->stat_desc->static_tree; local
532 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
621 * also updated if stree is not null. The field max_code is set.
628 const ct_data *stree = desc->stat_desc->static_tree; local
658 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
    [all...]

Completed in 407 milliseconds