Home
last modified time | relevance | path

Searched refs:peekInt8 (Results 1 – 1 of 1) sorted by relevance

/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js998 Stream.prototype.peekInt8 = function(offset) { method in Stream
1064 return this.peekUInt16(offset, true) + (this.peekInt8(offset + 2) << 16);