/external/freetype/src/gzip/ |
inftrees.c | 30 local int huft_build OF(( 95 local int huft_build( /* b, n, s, d, e, t, m, hp, hn, v) */ function 309 uIntf *v; /* work area for huft_build */ 313 r = huft_build(c, 19, 19, (uIntf*)Z_NULL, (uIntf*)Z_NULL, 341 uIntf *v; /* work area for huft_build */ 348 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, hp, &hn, v); 363 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, hp, &hn, v); 423 uIntf *c; /* length list for huft_build */ 424 uIntf *v; /* work area for huft_build */ 445 huft_build(c, 288, 257, cplens, cplext, &fixed_tl, &fixed_bl [all...] |
/external/syslinux/memdisk/ |
inflate.c | 130 STATIC int huft_build OF((unsigned *, unsigned, unsigned, 264 STATIC int huft_build(b, n, s, d, e, t, m) function 476 /* Free the malloc'ed tables built by huft_build(), which makes a linked 650 unsigned l[288]; /* length list for huft_build */ 664 if ((i = huft_build(l, 288, 257, cplens, cplext, &tl, &bl)) != 0) 671 if ((i = huft_build(l, 30, 0, cpdist, cpdext, &td, &bd)) > 1) { 749 if ((i = huft_build(ll, 19, 19, NULL, NULL, &tl, &bl)) != 0) { 813 if ((i = huft_build(ll, nl, 257, cplens, cplext, &tl, &bl)) != 0) { 823 if ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0) {
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
ChangeLog | 483 . Replace ZALLOC's in huft_build() with single ZALLOC in inflate_blocks_new()
485 . ZALLOC the value area for huft_build() instead of using stack
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
ChangeLog | [all...] |
/external/python/cpython2/Modules/zlib/ |
ChangeLog | [all...] |
/external/python/cpython3/Modules/zlib/ |
ChangeLog | [all...] |
/external/zlib/src/ |
ChangeLog | [all...] |
/toolchain/binutils/binutils-2.27/zlib/ |
ChangeLog | [all...] |
/external/freetype/ |
ChangeLog.25 | [all...] |
ChangeLog.23 | [all...] |