Home
last modified time | relevance | path

Searched refs:SourceIndex (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs620 …rationPoint.Offset)), (int)target.SourceLength, destination, startIndex + (int)target.SourceIndex); in ReadBytes()
627 …destination[checked((ulong)startIndex) + target.SourceIndex + i] = ReadByte(target.Offset + i, con… in ReadBytes()
667 …et.What.RegistrationPoint.Offset)), bytes, startingIndex + (int)target.SourceIndex, (int)target.So… in WriteBytes()
674 … WriteByte(target.Offset + i, bytes[target.SourceIndex + (ulong)startingIndex + i]); in WriteBytes()
1801 singleResult.SourceIndex = written; in FindTargets()
2373 public ulong SourceIndex; field