Searched refs:huft_build (Results 1 – 4 of 4) sorted by relevance
/external/freetype/src/gzip/ |
D | inftrees.c | 30 local int huft_build OF(( 95 local int huft_build( /* b, n, s, d, e, t, m, hp, hn, v) */ in huft_build() function 313 r = huft_build(c, 19, 19, (uIntf*)Z_NULL, (uIntf*)Z_NULL, in inflate_trees_bits() 348 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, hp, &hn, v); in inflate_trees_dynamic() 363 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, hp, &hn, v); in inflate_trees_dynamic() 445 huft_build(c, 288, 257, cplens, cplext, &fixed_tl, &fixed_bl, in inflate_trees_fixed() 452 huft_build(c, 30, 0, cpdist, cpdext, &fixed_td, &fixed_bd, in inflate_trees_fixed()
|
/external/syslinux/memdisk/ |
D | inflate.c | 130 STATIC int huft_build OF((unsigned *, unsigned, unsigned, 264 STATIC int huft_build(b, n, s, d, e, t, m) in huft_build() function 664 if ((i = huft_build(l, 288, 257, cplens, cplext, &tl, &bl)) != 0) in inflate_fixed() 671 if ((i = huft_build(l, 30, 0, cpdist, cpdext, &td, &bd)) > 1) { in inflate_fixed() 749 if ((i = huft_build(ll, 19, 19, NULL, NULL, &tl, &bl)) != 0) { in inflate_dynamic() 813 if ((i = huft_build(ll, nl, 257, cplens, cplext, &tl, &bl)) != 0) { in inflate_dynamic() 823 if ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0) { in inflate_dynamic()
|
/external/zlib/src/ |
D | ChangeLog | 1100 . Replace ZALLOC's in huft_build() with single ZALLOC in inflate_blocks_new() 1102 . ZALLOC the value area for huft_build() instead of using stack
|
/external/python/cpython2/Modules/zlib/ |
D | ChangeLog | 1100 . Replace ZALLOC's in huft_build() with single ZALLOC in inflate_blocks_new() 1102 . ZALLOC the value area for huft_build() instead of using stack
|