Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-buffer-writeuint.js70 data.writeUInt16LE(value, 0);
73 data.writeUInt16LE(value, 1);
76 data.writeUInt16LE(value, 2);
80 data.writeUInt16LE(value, 0);
Dtest-dns-resolveany-bad-ancount.js22 buf.writeUInt16LE(2, 6);
Dtest-buffer-alloc.js839 assert.strictEqual(b.writeUInt16LE(0, 4), 6);
/third_party/node/deps/npm/node_modules/smart-buffer/build/
Dsmartbuffer.js444 writeUInt16LE(value, offset) { method in SmartBuffer
445 return this._writeNumberValue(Buffer.prototype.writeUInt16LE, 2, value, offset);
456 return this._insertNumberValue(Buffer.prototype.writeUInt16LE, 2, value, offset);
/third_party/node/benchmark/buffers/
Dbuffer-write.js57 writeUInt16LE: UINT16, property
/third_party/node/lib/internal/
Dbuffer.js731 function writeUInt16LE(value, offset = 0) { function
1003 proto.writeUInt16LE = writeUInt16LE;
1010 proto.writeUint16LE = writeUInt16LE;
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_buffer.js408 this.writeUInt16LE = function (...args) { method in mockBuffer.BufferClass
/third_party/node/deps/npm/node_modules/buffer/
Dindex.js1449 Buffer.prototype.writeUInt16LE = function writeUInt16LE (value, offset, noAssert) { method in Buffer
/third_party/typescript/src/compiler/
Dsys.ts1296 writeUInt16LE(value: number, offset: number): number; method
/third_party/node/doc/api/
Dbuffer.md4678 ### `buf.writeUInt16LE(value[, offset])`
4710 buf.writeUInt16LE(0xdead, 0);
4711 buf.writeUInt16LE(0xbeef, 2);
4722 buf.writeUInt16LE(0xdead, 0);
4723 buf.writeUInt16LE(0xbeef, 2);
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs7156 writeUInt16LE(value, offset) {
7157 return this._writeNumberValue(Buffer.prototype.writeUInt16LE, 2, value, offset);
7168 return this._insertNumberValue(Buffer.prototype.writeUInt16LE, 2, value, offset);