Searched refs:setUint16 (Results 1 – 4 of 4) sorted by relevance
109 Buffer.prototype.setUint16 = function(offset, value) { method in Buffer110 this.dataView.setUint16(offset, value, kHostIsLittleEndian);
73 expectedData.setUint16(1, 65535);
250 this.buffer.setUint16(this.next, val);
162 this.buffer.setUint16(this.index, n);