Searched refs:peekUInt24 (Results 1 – 1 of 1) sorted by relevance
433 a = ((this.stream.peekUInt24() << this.bitPosition) & 0xffffff) >>> (24 - bits);474 a = ((this.stream.peekUInt24() << this.bitPosition) & 0xffffff) >>> (24 - bits);1040 Stream.prototype.peekUInt24 = function(offset, littleEndian) { method in Stream