Home
last modified time | relevance | path

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

/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js342 this.dataView.setUint32(this.position, value, this.littleEndian);
370 StreamingDataView.prototype.setUint32 = function(byteOffset, value) method in StreamingDataView
372 this.dataView.setUint32(byteOffset, value, this.littleEndian);
1013 this.dataView.setUint32(2, this.dataView.position);