Searched defs:startingIndex (Results 1 – 7 of 7) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ |
| D | IMultibyteWritePeripheral.cs | 15 …void WriteBytes(long offset, byte[] array, int startingIndex, int count, IPeripheral context = nul… in WriteBytes()
|
| D | Redirector.cs | 83 …public void WriteBytes(long offset, byte[] array, int startingIndex, int count, IPeripheral contex… in WriteBytes()
|
| D | BusControllerProxy.cs | 160 …public virtual void WriteBytes(byte[] bytes, ulong address, int startingIndex, long count, bool on… in WriteBytes() 173 …public virtual void WriteBytes(long offset, byte[] array, int startingIndex, int count, IPeriphera… in WriteBytes()
|
| D | SystemBus.cs | 651 …public void WriteBytes(byte[] bytes, ulong address, int startingIndex, long count, bool onlyMemory… in WriteBytes() 686 …public void WriteBytes(long offset, byte[] array, int startingIndex, int count, IPeripheral contex… in WriteBytes()
|
| D | IBusController.cs | 51 …void WriteBytes(byte[] bytes, ulong address, int startingIndex, long count, bool onlyMemory = fals… in WriteBytes()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/ |
| D | ArrayMemory.cs | 140 …public void WriteBytes(long offset, byte[] bytes, int startingIndex, int count, IPeripheral contex… in WriteBytes()
|
| D | MappedMemory.cs | 314 …public void WriteBytes(long offset, byte[] array, int startingIndex, int count, IPeripheral contex… in WriteBytes()
|