Searched refs:writeInt16BE (Results 1 - 6 of 6) sorted by relevance
/third_party/node/test/parallel/ |
H A 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); 76 ['writeInt16BE', 'writeInt16LE'].forEach((fn) => {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A 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(LocalAddres in resolvePPC64Relocation() [all...] |
H A 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()
|
H A D | RuntimeDyldImpl.h | 321 void writeInt16BE(uint8_t *Addr, uint16_t Value) { in writeInt16BE() function in llvm::RuntimeDyldImpl
|
/third_party/node/benchmark/buffers/ |
H A D | buffer-write.js | 51 writeInt16BE: INT16,
|
/third_party/node/lib/internal/ |
H A D | buffer.js | 895 function writeInt16BE(value, offset = 0) { function 1021 proto.writeInt16BE = writeInt16BE;
|
Completed in 7 milliseconds