Home
last modified time | relevance | path

Searched defs:s (Results 1 – 8 of 8) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/PLIC/
DIrqContext.cs81 public void EnableSource(IrqSource s, bool enabled) in EnableSource()
100 public void MarkSourceAsPending(IrqSource s) in MarkSourceAsPending()
141 private void RemovePendingStatusFromSource(IrqSource s) in RemovePendingStatusFromSource()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DBitStream.cs45 public BitStream Append(short s) in Append()
54 public BitStream Append(ushort s) in Append()
DBitHelper.cs682 public static ushort ReverseBits(ushort s) in ReverseBits()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Timers/
DDateTimeWithCustomWeekday.cs22 public void AddSeconds(int s) in AddSeconds()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DSemihostingUart.cs67 public void SemihostingWriteString(string s) in SemihostingWriteString()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/
DUSBString.cs22 public static USBString FromString(string s) in FromString()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Mocks/
DHPSHostController.cs513 private bool SocketConnected(Socket s) in SocketConnected()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs2102 protected virtual void LogAsCpu(int level, string s) in LogAsCpu()