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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dmaketree.c2 /* maketree.c -- make inffixed.h table for decoding fixed codes
29 void maketree(uInt b, inflate_huft *t) function
39 fprintf(stderr, "maketree: cannot initialize sub-tables!\n");
70 puts(" * Generated automatically by the maketree.c program");
81 maketree(bl, tl);
84 maketree(bd, td);

Completed in 10 milliseconds