Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/gzip/
A 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 */
A Dinftrees.c36 inflate_huft * FAR*,/* result: starting table */
38 inflate_huft *, /* space for trees */
103 inflate_huft *hp, /* space for trees */ in huft_build()
149 *t = (inflate_huft *)Z_NULL; 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()
303 inflate_huft *hp, /* space for trees */ in inflate_trees_bits()
335 inflate_huft *hp, /* space for trees */ in inflate_trees_dynamic()
399 local inflate_huft fixed_mem[FIXEDH];
402 local inflate_huft *fixed_tl;
[all …]
A Dinffixed.h12 local const inflate_huft fixed_tl[] = {
142 local const inflate_huft fixed_td[] = {
A Dinfcodes.h19 inflate_huft *, inflate_huft *,
A 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()
A 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()
266 inflate_huft *h; in inflate_blocks()
309 inflate_huft *tl, *td; in inflate_blocks()
A Dinfutil.h41 inflate_huft *tb; /* bit length decoding tree */
53 inflate_huft *hufts; /* single malloc for tree space */

Completed in 17 milliseconds