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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dinflate.c135 struct huft { struct
140 struct huft *t; /* pointer to next level of table */
147 const ush *, const ush *, struct huft **, int *));
148 STATIC int INIT huft_free OF((struct huft *));
149 STATIC int INIT inflate_codes OF((struct huft *, struct huft *, int, int));
285 struct huft **t, /* result: starting table */
303 register struct huft *q; /* points to current table */
304 struct huft r; /* table entry for structure assignment */
311 struct huft *
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dgzip_inflate.c136 struct huft { struct
141 struct huft *t; /* pointer to next level of table */
148 const ush *, const ush *, struct huft **, int *));
149 STATIC int huft_free OF((struct huft *));
150 STATIC int inflate_codes OF((struct huft *, struct huft *, int, int));
286 struct huft **t; /* result: starting table */
304 register struct huft *q; /* points to current table */
305 struct huft r; /* table entry for structure assignment */
306 struct huft *
[all...]

Completed in 104 milliseconds