Home
last modified time | relevance | path

Searched defs:limit (Results 1 – 14 of 14) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DLRUCache.cs15 public LRUCache(int limit) in LRUCache()
71 private readonly int limit; field in Antmicro.Renode.Utilities.LRUCache
DMisc.cs1338 … public static int EnqueueRange<T>(this Queue<T> @this, IEnumerable<T> data, int? limit = null) in EnqueueRange()
1349 public static T[] DequeueRange<T>(this Queue<T> @this, int limit) in DequeueRange()
1375 public static IEnumerable<T> PopRange<T>(this Stack<T> @this, int limit) in PopRange()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Timers/
DComparingTimer.cs19 …urce clockSource, long frequency, IPeripheral owner, string localName, ulong limit = ulong.MaxValu… in ComparingTimer()
54 …protected ComparingTimer(IClockSource clockSource, long frequency, ulong limit = ulong.MaxValue, D… in ComparingTimer()
DLimitTimer.cs19 …urce clockSource, long frequency, IPeripheral owner, string localName, ulong limit = ulong.MaxValu… in LimitTimer()
50 …protected LimitTimer(IClockSource clockSource, long frequency, ulong limit = ulong.MaxValue, Direc… in LimitTimer()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/
DPseudorandomBitGenerator.cs49 private void Reseed(uint limit) in Reseed()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/
DUartExtensions.cs16 public static string DumpHistoryBuffer(this IUART uart, int limit = 0) in DumpHistoryBuffer()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/UART/
DUARTBackend.cs79 public string DumpHistoryBuffer(int limit = 0) in DumpHistoryBuffer()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/X86/
DBaseX86.cs26 …etDescriptor(SegmentDescriptor descriptor, uint selector, uint baseAddress, uint limit, uint flags) in SetDescriptor()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/
DUSBEndpoint.cs121 public byte[] Read(uint limit, System.Threading.CancellationToken cancellationToken) in Read()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DAtmel91SystemTimer.cs241 …IMachine machine, long frequency, IPeripheral owner, string localName, ulong limit = ulong.MaxValu… in AT91_InterruptibleTimer()
DRenesasRA_AGT.cs559 private ushort limit; field in Antmicro.Renode.Peripherals.Timers.RenesasRA_AGT.CompareChannel
DCadence_TTC.cs529 private ulong limit; field in Antmicro.Renode.Peripherals.Timers.Cadence_TTC.TimerUnit.MatchTimerUnit
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DOpenTitan_SpiDevice.cs711 public SRAMCircularFifoRange(uint baseOffset, uint limit, ArrayMemory underlyingMemory) in SRAMCircularFifoRange()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs4065 private void RAC_SeqTimerRestart(ushort startValue, ushort limit) in RAC_SeqTimerRestart()