Home
last modified time | relevance | path

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

/external/syslinux/memdisk/
Dinflate.c120 struct huft { struct
125 struct huft *t; /* pointer to next level of table */ argument
131 const ush *, const ush *, struct huft **, int *)); argument
132 STATIC int huft_free OF((struct huft *));
133 STATIC int inflate_codes OF((struct huft *, struct huft *, int, int));
270 struct huft **t; /* result: starting table */
288 register struct huft *q; /* points to current table */
289 struct huft r; /* table entry for structure assignment */
290 struct huft *u[BMAX]; /* table stack */
313 *t = (struct huft *)NULL;
[all …]