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

/external/freetype/src/gzip/
H A Dinftrees.c30 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(
[all...]
/external/syslinux/memdisk/
H A Dinflate.c130 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) {

Completed in 510 milliseconds