Home
last modified time | relevance | path

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

/linux-6.1.9/lib/
Dinflate.c139 struct huft { struct
144 struct huft *t; /* pointer to next level of table */ argument
151 const ush *, const ush *, struct huft **, int *)); argument
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 */ in huft_build()
346 register struct huft *q; /* points to current table */ in huft_build()
347 struct huft r; /* table entry for structure assignment */ in huft_build()
354 struct huft *u[BMAX]; /* table stack */ in huft_build()
359 struct huft **u; in huft_build()
[all …]