Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dinflate.c139 struct huft { struct
152 STATIC int INIT huft_free OF((struct huft *));
153 STATIC int INIT inflate_codes OF((struct huft *, struct huft *, int, int));
359 struct huft **u; in huft_build()
384 *t = (struct huft *)NULL; in huft_build()
449 q = (struct huft *)NULL; /* ditto */ in huft_build()
488 if ((q = (struct huft *)malloc((z + 1)*sizeof(struct huft))) == in huft_build()
489 (struct huft *)NULL) in huft_build()
568 struct huft *t /* table to free */ in huft_free()
574 register struct huft *p, *q; in huft_free()
[all …]