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

/freebsd-10.1-release/sys/kern/
H A Dinflate.c83 fixed cast of q in huft_build();
96 huft_build significantly (factor of two to
128 c14h 7 Dec 93 C. Ghisler huft_build() optimizations.
276 static int huft_build(struct inflate *, unsigned *, unsigned, unsigned, const ush *, const ush *, struct huft **, int *);
345 block. See the huft_build() routine.
415 huft_build(glbl, b, n, s, d, e, t, m) function
621 /* Free the malloc'ed tables built by huft_build(), which makes a linked
789 static unsigned l[288]; /* length list for huft_build */
802 if ((i = huft_build(glbl, l, 288, 257, cplens, cplext,
812 if ((i = huft_build(glb
[all...]
/freebsd-10.1-release/sys/net/
H A Dzlib.c4131 local int huft_build OF((
4204 local int huft_build(b, n, s, d, e, t, m, zs) function
4416 r = huft_build(c, 19, 19, (uIntf*)Z_NULL, (uIntf*)Z_NULL, tb, bb, z);
4442 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, z);
4457 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, z);
4518 unsigned c[288]; /* length list for huft_build */
4537 huft_build(c, 288, 257, cplens, cplext, &fixed_tl, &fixed_bl, &z);
4543 huft_build(c, 30, 0, cpdist, cpdext, &fixed_td, &fixed_bd, &z);
4560 /* Free the malloc'ed tables built by huft_build(), which makes a linked

Completed in 139 milliseconds