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

/linux-master/lib/
H A Dinflate.c150 STATIC int INIT huft_build OF((unsigned *, unsigned, unsigned,
322 STATIC int INIT huft_build( function
570 /* Free the malloc'ed tables built by huft_build(), which makes a linked
775 unsigned *l; /* length list for huft_build */
793 if ((i = huft_build(l, 288, 257, cplens, cplext, &tl, &bl)) != 0) {
802 if ((i = huft_build(l, 30, 0, cpdist, cpdext, &td, &bd)) > 1)
901 if ((i = huft_build(ll, 19, 19, NULL, NULL, &tl, &bl)) != 0)
978 if ((i = huft_build(ll, nl, 257, cplens, cplext, &tl, &bl)) != 0)
990 if ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0)

Completed in 224 milliseconds