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

/linux-master/lib/
H A Dinflate.c139 struct huft { struct
144 struct huft *t; /* pointer to next level of table */
151 const ush *, const ush *, struct huft **, int *));
152 STATIC int INIT huft_free OF((struct huft *));
153 STATIC int INIT inflate_codes OF((struct huft *, struct huft *, int, int));
328 struct huft **t, /* result: starting table */
346 register struct huft *q; /* points to current table */
347 struct huft r; /* table entry for structure assignment */
354 struct huft *
[all...]

Completed in 407 milliseconds