Home
last modified time | relevance | path

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

/external/freetype/src/gzip/
Dinftrees.h17 typedef struct inflate_huft_s FAR inflate_huft; typedef
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 */
Dinftrees.c36 inflate_huft * FAR*,/* result: starting table */
38 inflate_huft *, /* space for trees */
101 inflate_huft * FAR *t, /* result: starting table */ in huft_build()
103 inflate_huft *hp, /* space for trees */ in huft_build()
124 inflate_huft *q; /* points to current table */ in huft_build()
126 inflate_huft *u[BMAX]; /* table stack */ in huft_build()
149 *t = (inflate_huft *)Z_NULL; in huft_build()
203 u[0] = (inflate_huft *)Z_NULL; /* just to keep compilers happy */ in huft_build()
204 q = (inflate_huft *)Z_NULL; /* ditto */ in huft_build()
302 inflate_huft * FAR *tb, /* bits tree result */ in inflate_trees_bits()
[all …]
Dinfcodes.c39 inflate_huft *tree; /* pointer into tree */
52 inflate_huft *ltree; /* literal/length/eob tree */
53 inflate_huft *dtree; /* distance tree */
60 inflate_huft *tl, in inflate_codes_new()
61 inflate_huft *td, /* need separate declaration for Borland C++ */ in inflate_codes_new()
86 inflate_huft *t; /* temporary pointer */ in inflate_codes()
Dinfblock.c99 (inflate_huft *)ZALLOC(z, sizeof(inflate_huft), MANY)) == Z_NULL) in inflate_blocks_new()
157 inflate_huft *tl, *td; in inflate_blocks()
159 inflate_trees_fixed(&bl, &bd, (const inflate_huft**)&tl, in inflate_blocks()
160 (const inflate_huft**)&td, z); in inflate_blocks()
267 inflate_huft *h; in inflate_blocks()
309 inflate_huft *tl, *td; in inflate_blocks()
Dinffixed.h12 local const inflate_huft fixed_tl[] = {
142 local const inflate_huft fixed_td[] = {
Dinfcodes.h19 inflate_huft *, inflate_huft *,
Dinfutil.h41 inflate_huft *tb; /* bit length decoding tree */
53 inflate_huft *hufts; /* single malloc for tree space */