Searched refs:writeUInt16LE (Results 1 – 11 of 11) sorted by relevance
/third_party/node/test/parallel/ |
D | test-buffer-writeuint.js | 70 data.writeUInt16LE(value, 0); 73 data.writeUInt16LE(value, 1); 76 data.writeUInt16LE(value, 2); 80 data.writeUInt16LE(value, 0);
|
D | test-dns-resolveany-bad-ancount.js | 22 buf.writeUInt16LE(2, 6);
|
D | test-buffer-alloc.js | 839 assert.strictEqual(b.writeUInt16LE(0, 4), 6);
|
/third_party/node/deps/npm/node_modules/smart-buffer/build/ |
D | smartbuffer.js | 444 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/ |
D | buffer-write.js | 57 writeUInt16LE: UINT16, property
|
/third_party/node/lib/internal/ |
D | buffer.js | 731 function writeUInt16LE(value, offset = 0) { function 1003 proto.writeUInt16LE = writeUInt16LE; 1010 proto.writeUint16LE = writeUInt16LE;
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_buffer.js | 408 this.writeUInt16LE = function (...args) { method in mockBuffer.BufferClass
|
/third_party/node/deps/npm/node_modules/buffer/ |
D | index.js | 1449 Buffer.prototype.writeUInt16LE = function writeUInt16LE (value, offset, noAssert) { method in Buffer
|
/third_party/typescript/src/compiler/ |
D | sys.ts | 1296 writeUInt16LE(value: number, offset: number): number; method
|
/third_party/node/doc/api/ |
D | buffer.md | 4678 ### `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/ |
D | corepack.cjs | 7156 writeUInt16LE(value, offset) { 7157 return this._writeNumberValue(Buffer.prototype.writeUInt16LE, 2, value, offset); 7168 return this._insertNumberValue(Buffer.prototype.writeUInt16LE, 2, value, offset);
|