Searched refs:peekUInt8 (Results 1 – 2 of 2) sorted by relevance
438 a1 = this.stream.peekUInt8(1) << 24 >>> 0;439 a2 = this.stream.peekUInt8(2) << 16;440 a3 = this.stream.peekUInt8(3) << 8;441 a4 = this.stream.peekUInt8(4);479 a1 = this.stream.peekUInt8(1) << 24 >>> 0;480 a2 = this.stream.peekUInt8(2) << 16;481 a3 = this.stream.peekUInt8(3) << 8;482 a4 = this.stream.peekUInt8(4);941 Stream.prototype.peekUInt8 = function(offset) { method in Stream984 uint8[i] = this.peekUInt8(offset + i);[all …]
6166 return stream.peekUInt8(offset - stream.offset);6178 …while (this.available(16) && !(stream.peekUInt8(0) === 0xff && (stream.peekUInt8(1) & 0xe0) === 0x…