Searched refs:writeInt16LE (Results 1 – 9 of 9) sorted by relevance
/third_party/node/test/parallel/ |
D | test-buffer-writeint.js | 56 buffer.writeInt16LE(0x0023, 2); 60 buffer.writeInt16LE(-5, 2); 64 buffer.writeInt16LE(-1679, 2); 72 buffer.writeInt16LE(0x7fff, 0); 73 buffer.writeInt16LE(-0x8000, 2);
|
/third_party/node/deps/npm/node_modules/smart-buffer/build/ |
D | smartbuffer.js | 220 writeInt16LE(value, offset) { method in SmartBuffer 221 return this._writeNumberValue(Buffer.prototype.writeInt16LE, 2, value, offset); 232 return this._insertNumberValue(Buffer.prototype.writeInt16LE, 2, value, offset);
|
/third_party/node/benchmark/buffers/ |
D | buffer-write.js | 52 writeInt16LE: INT16, property
|
/third_party/node/lib/internal/ |
D | buffer.js | 866 function writeInt16LE(value, offset = 0) { function 1017 proto.writeInt16LE = writeInt16LE;
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_buffer.js | 373 this.writeInt16LE = function (...args) { method in mockBuffer.BufferClass
|
/third_party/node/deps/npm/node_modules/buffer/ |
D | index.js | 1599 Buffer.prototype.writeInt16LE = function writeInt16LE (value, offset, noAssert) { method in Buffer
|
/third_party/typescript/src/compiler/ |
D | sys.ts | 1301 writeInt16LE(value: number, offset: number): number; method
|
/third_party/node/doc/api/ |
D | buffer.md | 4352 ### `buf.writeInt16LE(value[, offset])` 4379 buf.writeInt16LE(0x0304, 0); 4390 buf.writeInt16LE(0x0304, 0);
|
/third_party/node/deps/corepack/dist/lib/ |
D | corepack.cjs | 6932 writeInt16LE(value, offset) { 6933 return this._writeNumberValue(Buffer.prototype.writeInt16LE, 2, value, offset); 6944 return this._insertNumberValue(Buffer.prototype.writeInt16LE, 2, value, offset);
|