HomeSort by relevance Sort by last modified time
    Searched refs:inflate_huft (Results 1 - 7 of 7) sorted by null

  /external/freetype/src/gzip/
inffixed.h 12 local const inflate_huft fixed_tl[] = {
142 local const inflate_huft fixed_td[] = {
inftrees.h 17 typedef struct inflate_huft_s FAR inflate_huft; typedef in typeref:struct:FAR
41 inflate_huft * FAR *, /* bits tree result */
42 inflate_huft *, /* space for trees */
51 inflate_huft * FAR *, /* literal/length tree result */
52 inflate_huft * FAR *, /* distance tree result */
53 inflate_huft *, /* space for trees */
59 const inflate_huft * FAR *, /* literal/length tree result */
60 const inflate_huft * FAR *, /* distance tree result */
infcodes.h 19 inflate_huft *, inflate_huft *,
inftrees.c 25 /* simplify the use of the inflate_huft type with some defines */
36 inflate_huft * FAR*,/* result: starting table */
38 inflate_huft *, /* space for trees */
101 inflate_huft * FAR *t, /* result: starting table */
103 inflate_huft *hp, /* space for trees */
124 inflate_huft *q; /* points to current table */
126 inflate_huft *u[BMAX]; /* table stack */
149 *t = (inflate_huft *)Z_NULL;
203 u[0] = (inflate_huft *)Z_NULL; /* just to keep compilers happy */
204 q = (inflate_huft *)Z_NULL; /* ditto *
    [all...]
infcodes.c 12 /* simplify the use of the inflate_huft type with some defines */
39 inflate_huft *tree; /* pointer into tree */
52 inflate_huft *ltree; /* literal/length/eob tree */
53 inflate_huft *dtree; /* distance tree */
60 inflate_huft *tl,
61 inflate_huft *td, /* need separate declaration for Borland C++ */
86 inflate_huft *t; /* temporary pointer */
infutil.h 41 inflate_huft *tb; /* bit length decoding tree */
53 inflate_huft *hufts; /* single malloc for tree space */
infblock.c 13 /* simplify the use of the inflate_huft type with some defines */
99 (inflate_huft *)ZALLOC(z, sizeof(inflate_huft), MANY)) == Z_NULL)
157 inflate_huft *tl, *td;
159 inflate_trees_fixed(&bl, &bd, (const inflate_huft**)&tl,
160 (const inflate_huft**)&td, z);
267 inflate_huft *h;
309 inflate_huft *tl, *td;

Completed in 80 milliseconds