Home
last modified time | relevance | path

Searched refs:writeInt16BE (Results 1 - 6 of 6) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-buffer-writeint.js55 buffer.writeInt16BE(0x0023, 0);
59 buffer.writeInt16BE(-5, 0);
63 buffer.writeInt16BE(-1679, 0);
68 buffer.writeInt16BE(0x7fff, 0);
69 buffer.writeInt16BE(-0x8000, 2);
76 ['writeInt16BE', 'writeInt16LE'].forEach((fn) => {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp720 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(LocalAddres in resolvePPC64Relocation()
[all...]
H A DRuntimeDyld.cpp1021 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()
H A DRuntimeDyldImpl.h321 void writeInt16BE(uint8_t *Addr, uint16_t Value) { in writeInt16BE() function in llvm::RuntimeDyldImpl
/third_party/node/benchmark/buffers/
H A Dbuffer-write.js51 writeInt16BE: INT16,
/third_party/node/lib/internal/
H A Dbuffer.js895 function writeInt16BE(value, offset = 0) { function
1021 proto.writeInt16BE = writeInt16BE;

Completed in 7 milliseconds