Home | History | Annotate | Download | only in gzip

Lines Matching refs:hn

95 local int huft_build( /* b, n, s, d, e, t, m, hp, hn, v) */
104 uInt *hn, /* hufts used in space */
238 if (*hn + z > MANY) /* (note: doesn't matter for fixed) */
240 u[h] = q = hp + *hn;
241 *hn += z;
308 uInt hn = 0; /* hufts used in space */
314 tb, bb, hp, &hn, v);
340 uInt hn = 0; /* hufts used in space */
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);