Searched refs:ltree (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/freetype/src/gzip/ |
A D | infcodes.c | 52 inflate_huft *ltree; /* literal/length/eob tree */ member 72 c->ltree = tl; in inflate_codes_new() 108 r = inflate_fast(c->lbits, c->dbits, c->ltree, c->dtree, s, z); in inflate_codes() 118 c->sub.code.tree = c->ltree; in inflate_codes()
|
/AliOS-Things-master/components/py_engine/engine/lib/uzlib/ |
A D | tinflate.c | 571 tinf_build_fixed_trees(&d->ltree, &d->dtree); in uzlib_uncompress() 574 res = tinf_decode_trees(d, &d->ltree, &d->dtree); in uzlib_uncompress() 592 res = tinf_inflate_block_data(d, &d->ltree, &d->dtree); in uzlib_uncompress()
|
A D | uzlib.h | 120 TINF_TREE ltree; /* dynamic length/symbol tree */ member
|
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | trees.c | 154 local void compress_block OF((deflate_state *s, ct_data *ltree, 1076 local void compress_block(s, ltree, dtree) in compress_block() argument 1078 ct_data *ltree; /* literal tree */ 1091 send_code(s, lc, ltree); /* send a literal byte */ 1096 send_code(s, code+LITERALS+1, ltree); /* send the length code */ 1120 send_code(s, END_BLOCK, ltree); 1121 s->last_eob_len = ltree[END_BLOCK].Len;
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | trees.c | 149 local void compress_block OF((deflate_state *s, const ct_data *ltree, 1064 local void compress_block(s, ltree, dtree) in compress_block() argument 1066 const ct_data *ltree; /* literal tree */ 1079 send_code(s, lc, ltree); /* send a literal byte */ 1084 send_code(s, code+LITERALS+1, ltree); /* send the length code */ 1108 send_code(s, END_BLOCK, ltree);
|
Completed in 11 milliseconds