Searched refs:huft_build (Results 1 – 5 of 5) 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/python/cpython2/Modules/zlib/ |
D | ChangeLog | 1143 . Replace ZALLOC's in huft_build() with single ZALLOC in inflate_blocks_new() 1145 . ZALLOC the value area for huft_build() instead of using stack
|
/external/zlib/src/ |
D | ChangeLog | 1143 . Replace ZALLOC's in huft_build() with single ZALLOC in inflate_blocks_new() 1145 . ZALLOC the value area for huft_build() instead of using stack
|
/external/freetype/ |
D | ChangeLog.25 | 1379 * src/gzip/inftrees.c (huft_build): Ditto.
|
D | ChangeLog.23 | 7102 * src/gzip/inftrees.c (huft_build): Remove compiler warning.
|