Lines Matching refs:readInt16BE
2521 return (this.readInt16BE() << 8) + this.readUInt8();
4677 Buffer.prototype.readInt16BE = function readInt16BE(offset, noAssert) {
53653 return stream.readInt16BE();
62074 var val = prev + stream.readInt16BE();
62156 var dx = stream.readInt16BE();
62157 var dy = stream.readInt16BE();
62598 stack.push(stream.readInt16BE());
63116 tupleCoords.push(stream.readInt16BE() / 16384);
63127 startCoords.push(stream.readInt16BE() / 16384);
63131 endCoords.push(stream.readInt16BE() / 16384);
63216 var fn = run & DELTAS_ARE_WORDS ? stream.readInt16BE : stream.readInt8;
64600 var nContours = table.nContours.readInt16BE();