Home
last modified time | relevance | path

Searched refs:ltree (Results 1 – 6 of 6) sorted by relevance

/external/freetype/src/gzip/
Dinfcodes.c52 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()
/external/syslinux/com32/lib/zlib/
Dtrees.c154 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;
/external/libvncserver/webclients/novnc/include/
Djsunzip.js230 this.ltree = new that.TREE(); /* dynamic length/symbol tree */
580 this.decode_trees(d, d.ltree, d.dtree);
583 return this.inflate_block_data(d, d.ltree, d.dtree);
/external/zlib/src/
Dtrees.c149 local void compress_block OF((deflate_state *s, const ct_data *ltree,
1060 local void compress_block(s, ltree, dtree) in compress_block() argument
1062 const ct_data *ltree; /* literal tree */
1075 send_code(s, lc, ltree); /* send a literal byte */
1080 send_code(s, code+LITERALS+1, ltree); /* send the length code */
1104 send_code(s, END_BLOCK, ltree);
/external/python/cpython2/Modules/zlib/
Dtrees.c149 local void compress_block OF((deflate_state *s, const ct_data *ltree,
1060 local void compress_block(s, ltree, dtree) in compress_block() argument
1062 const ct_data *ltree; /* literal tree */
1075 send_code(s, lc, ltree); /* send a literal byte */
1080 send_code(s, code+LITERALS+1, ltree); /* send the length code */
1104 send_code(s, END_BLOCK, ltree);
/external/pdfium/third_party/zlib_v128/
Dtrees.c149 local void compress_block OF((deflate_state *s, const ct_data *ltree,
1062 const ct_data *ltree, /* literal tree */ argument
1075 send_code(s, lc, ltree); /* send a literal byte */
1080 send_code(s, code+LITERALS+1, ltree); /* send the length code */
1104 send_code(s, END_BLOCK, ltree);