Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c345 struct huft struct
523 static struct huft *tl; /* literal/length code table */
524 static struct huft *td; /* distance code table */
531 struct huft **, int *);
547 struct huft **t, /* result: starting table */ in huft_build()
562 struct huft *u[BMAX]; /* table stack */ in huft_build()
582 *t = (struct huft *) NULL; in huft_build()
636 q = (struct huft *) NULL; /* ditto */ in huft_build()
668 q = (struct huft *) linalloc ((z + 1) * sizeof (struct huft)); in huft_build()
672 *(t = &(q->v.t)) = (struct huft *) NULL; in huft_build()
[all …]