Home
last modified time | relevance | path

Searched refs:huft_build (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/net/
Dzlib.c4451 local int huft_build( in _tr_flush_block()
4516 local int huft_build(uIntf *b, /* code lengths in bits (all assumed <= BMAX) */ in _tr_flush_block() function
4731 r = huft_build(c, 19, 19, (uIntf*)Z_NULL, (uIntf*)Z_NULL, in _tr_flush_block()
4764 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, hp, &hn, v); in _tr_flush_block()
4779 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, hp, &hn, v); in _tr_flush_block()
5011 huft_build(c, 288, 257, cplens, cplext, &fixed_tl, &fixed_bl, in inflate_trees_fixed()
5018 huft_build(c, 30, 0, cpdist, cpdext, &fixed_td, &fixed_bd, in inflate_trees_fixed()
/netbsd/src/common/dist/zlib/
DChangeLog1246 . Replace ZALLOC's in huft_build() with single ZALLOC in inflate_blocks_new()
1248 . ZALLOC the value area for huft_build() instead of using stack