Home
last modified time | relevance | path

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

/external/grub/stage2/
Dgunzip.c343 struct huft struct
350 struct huft *t; /* pointer to next level of table */ argument
504 static struct huft *tl; /* literal/length code table */
505 static struct huft *td; /* distance code table */
512 struct huft **, int *);
528 struct huft **t, /* result: starting table */ in huft_build()
541 register struct huft *q; /* points to current table */ in huft_build()
542 struct huft r; /* table entry for structure assignment */ in huft_build()
543 struct huft *u[BMAX]; /* table stack */ in huft_build()
563 *t = (struct huft *) NULL; in huft_build()
[all …]