Home | History | Annotate | Download | only in include

Lines Matching defs:TREE

215 this.TREE = function() {
230 this.ltree = new that.TREE(); /* dynamic length/symbol tree */
231 this.dtree = new that.TREE(); /* dynamic distance tree */
238 this.sltree = new this.TREE(); /* fixed length/symbol tree */
239 this.sdtree = new this.TREE(); /* fixed distance tree */
282 /* build fixed length tree */
294 /* build fixed distance tree */
302 /* given an array of code lengths, build a tree */
379 /* given a data stream and a tree, decode a symbol */
407 var code_tree = new this.TREE();
432 /* build code length tree */