Home | History | Annotate | Download | only in include

Lines Matching defs:read_bits

199  * read_bits() patched by mike@imidio.com to allow
367 this.read_bits = function(d, num, base)
413 hlit = this.read_bits(d, 5, 257);
416 hdist = this.read_bits(d, 5, 1);
419 hclen = this.read_bits(d, 4, 4);
427 var clen = this.read_bits(d, 3, 0);
446 for (length = this.read_bits(d, 2, 3); length; --length)
454 for (length = this.read_bits(d, 3, 3); length; --length)
461 for (length = this.read_bits(d, 7, 11); length; --length)
511 length = this.read_bits(d, this.length_bits[sym], this.length_base[sym]);
516 offs = d.history.length - this.read_bits(d, this.dist_bits[dist], this.dist_base[dist]);
629 this.header = this.read_bits(d, 16, 0);
645 btype = this.read_bits(d, 2, 0);