/third_party/node/test/parallel/ |
D | test-buffer-writeint.js | 55 buffer.writeInt16BE(0x0023, 0); 59 buffer.writeInt16BE(-5, 0); 63 buffer.writeInt16BE(-1679, 0); 68 buffer.writeInt16BE(0x7fff, 0); 69 buffer.writeInt16BE(-0x8000, 2);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 720 writeInt16BE(LocalAddress, applyPPClo(Value + Addend)); in resolvePPC32Relocation() 723 writeInt16BE(LocalAddress, applyPPChi(Value + Addend)); in resolvePPC32Relocation() 726 writeInt16BE(LocalAddress, applyPPCha(Value + Addend)); in resolvePPC32Relocation() 740 writeInt16BE(LocalAddress, applyPPClo(Value + Addend)); in resolvePPC64Relocation() 743 writeInt16BE(LocalAddress, applyPPClo(Value + Addend) & ~3); in resolvePPC64Relocation() 746 writeInt16BE(LocalAddress, applyPPClo(Value + Addend)); in resolvePPC64Relocation() 749 writeInt16BE(LocalAddress, applyPPClo(Value + Addend) & ~3); in resolvePPC64Relocation() 753 writeInt16BE(LocalAddress, applyPPChi(Value + Addend)); in resolvePPC64Relocation() 757 writeInt16BE(LocalAddress, applyPPCha(Value + Addend)); in resolvePPC64Relocation() 760 writeInt16BE(LocalAddress, applyPPChigher(Value + Addend)); in resolvePPC64Relocation() [all …]
|
D | RuntimeDyld.cpp | 1021 writeInt16BE(Addr, 0xC418); // lgrl %r1,.+8 in createStubFunction() 1022 writeInt16BE(Addr+2, 0x0000); in createStubFunction() 1023 writeInt16BE(Addr+4, 0x0004); in createStubFunction() 1024 writeInt16BE(Addr+6, 0x07F1); // brc 15,%r1 in createStubFunction()
|
D | RuntimeDyldImpl.h | 321 void writeInt16BE(uint8_t *Addr, uint16_t Value) { in writeInt16BE() function
|
/third_party/node/deps/npm/node_modules/smart-buffer/build/ |
D | smartbuffer.js | 198 writeInt16BE(value, offset) { method in SmartBuffer 199 return this._writeNumberValue(Buffer.prototype.writeInt16BE, 2, value, offset); 210 return this._insertNumberValue(Buffer.prototype.writeInt16BE, 2, value, offset);
|
/third_party/node/benchmark/buffers/ |
D | buffer-write.js | 51 writeInt16BE: INT16, property
|
/third_party/node/lib/internal/ |
D | buffer.js | 895 function writeInt16BE(value, offset = 0) { function 1021 proto.writeInt16BE = writeInt16BE;
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_buffer.js | 368 this.writeInt16BE = function (...args) { method in mockBuffer.BufferClass
|
/third_party/node/deps/npm/node_modules/buffer/ |
D | index.js | 1608 Buffer.prototype.writeInt16BE = function writeInt16BE (value, offset, noAssert) { method in Buffer
|
/third_party/typescript/src/compiler/ |
D | sys.ts | 1302 writeInt16BE(value: number, offset: number): number; method
|
/third_party/node/doc/api/ |
D | buffer.md | 4308 ### `buf.writeInt16BE(value[, offset])` 4335 buf.writeInt16BE(0x0102, 0); 4346 buf.writeInt16BE(0x0102, 0);
|
/third_party/node/deps/corepack/dist/lib/ |
D | corepack.cjs | 6910 writeInt16BE(value, offset) { 6911 return this._writeNumberValue(Buffer.prototype.writeInt16BE, 2, value, offset); 6922 return this._insertNumberValue(Buffer.prototype.writeInt16BE, 2, value, offset);
|