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
352 struct huft *t; /* pointer to next level of table */ argument
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()
560 register struct huft *q; /* points to current table */ in huft_build()
561 struct huft r; /* table entry for structure assignment */ in huft_build()
562 struct huft *u[BMAX]; /* table stack */ in huft_build()
582 *t = (struct huft *) NULL; in huft_build()
[all …]