Lines Matching refs:advance

391   Bitstream.prototype.advance = function(bits) {  method in Bitstream
394 this.stream.advance(pos >> 3);
409 return this.advance(offset - curOffset);
418 return this.stream.advance(1);
459 this.advance(bits);
541 this.advance(bits);
721 BufferList.prototype.advance = function() { method in BufferList
888 Stream.prototype.advance = function(bytes) { method in Stream
896 this.list.advance();
920 return this.advance(position - this.offset);
936 this.list.advance();
1212 this.advance(result.length);
1239 decodeString = function(offset, length, encoding, advance) { argument
1294 if (advance) {
1295 this.advance(offset += 2);
1325 if (advance) {
1326 this.advance(offset);
1827 this.stream.advance(this.len - 18);
1834 this.stream.advance(4);
1835 this.stream.advance(offset);
1847 this.stream.advance(this.len);
1960 this.stream.advance(4);
2045 this.stream.advance(4);
2062 this.stream.advance(this.headerCache.size);
2166 this.stream.advance(this.len);
2185 return this.stream.advance(this.len - 4);
2194 this.stream.advance(4);
2195 this.stream.advance(8);
2197 return this.stream.advance(this.len - 16);
2201 this.stream.advance(4);
2202 this.stream.advance(4);
2204 this.stream.advance(12);
2205 return this.stream.advance(this.len - 24);
2209 this.stream.advance(4);
2210 this.stream.advance(8);
2213 return this.stream.advance(4);
2227 this.stream.advance(4);
2230 return this.stream.advance(this.len - 8);
2235 this.stream.advance(4);
2238 this.stream.advance(6);
2239 this.stream.advance(2);
2241 this.stream.advance(6);
2244 this.stream.advance(4);
2246 this.stream.advance(2);
2249 this.stream.advance(4);
2251 this.stream.advance(4);
2266 this.stream.advance(4);
2297 stream.advance(4);
2301 stream.advance(2);
2304 stream.advance(2);
2307 stream.advance(stream.readUInt8());
2310 stream.advance(2);
2313 stream.advance(2);
2319 stream.advance(1);
2320 stream.advance(3);
2321 stream.advance(4);
2322 stream.advance(4);
2334 this.stream.advance(4);
2348 this.stream.advance(4);
2363 this.stream.advance(4);
2377 this.stream.advance(4);
2470 this.stream.advance(bytes);
2583 return this.stream.advance(4);
2592 this.stream.advance(8);
2679 this.stream.advance(2);
2681 return this.stream.advance(this.len - 6);
2765 this.stream.advance(4);
2766 this.stream.advance(2);
2770 this.stream.advance(this.len - 16);
2787 this.stream.advance(this.len);
3907 if (this.list.advance()) {