Lines Matching refs:sourceIndex
222 this.sourceIndex = 0;
343 d.tag = d.source[d.sourceIndex++] & 0xff;
372 var ret = read_bits_direct(d.source, d.bitcount, d.tag, d.sourceIndex, num);
375 d.sourceIndex = ret[2];
383 d.tag = d.tag | (d.source[d.sourceIndex++] & 0xff) << d.bitcount;
539 d.sourceIndex -= overflow;
545 length = d.source[d.sourceIndex+1];
546 length = 256*length + d.source[d.sourceIndex];
549 invlength = d.source[d.sourceIndex+3];
550 sourceIndex+2];
555 d.sourceIndex += 4;
559 d.history.push(d.source[d.sourceIndex]);
560 d.dest[d.dest.length] = d.source[d.sourceIndex++];
622 d.sourceIndex = offset;
669 } while (!bfinal && d.sourceIndex < d.source.length);