Home
last modified time | relevance | path

Searched defs:count (Results 1 – 25 of 101) sorted by relevance

12345

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Collections/
DPriorityQueue.cs74 private ulong count; field in Antmicro.Renode.Utilities.Collections.TPriority
78 public Key(TPriority priority, ulong count) in Key()
91 public readonly ulong count; field in Antmicro.Renode.Utilities.Collections.TPriority.Key
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DIMultibyteWritePeripheral.cs14 byte[] ReadBytes(long offset, int count, IPeripheral context = null); in ReadBytes()
15 …void WriteBytes(long offset, byte[] array, int startingIndex, int count, IPeripheral context = nul… in WriteBytes()
DRedirector.cs78 public byte[] ReadBytes(long offset, int count, IPeripheral context = null) in ReadBytes()
83 …public void WriteBytes(long offset, byte[] array, int startingIndex, int count, IPeripheral contex… in WriteBytes()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DBasicWordPeripheral.cs53 … System.Enum o, IProvidesRegisterCollection<WordRegisterCollection> p, uint count, Action<WordRegi… in Define16Many()
58 …public static void DefineMany(this System.Enum o, WordRegisterCollection c, uint count, Action<Wor… in DefineMany()
68 … System.Enum o, IProvidesRegisterCollection<WordRegisterCollection> p, uint count, Action<WordRegi… in DefineMany()
98 …id DefineManyConditional(this System.Enum o, WordRegisterCollection c, uint count, Func<int, bool>… in DefineManyConditional()
109 … System.Enum o, IProvidesRegisterCollection<WordRegisterCollection> p, uint count, Func<int, bool>… in DefineManyConditional()
114 …id DefineManyConditional(this System.Enum o, WordRegisterCollection c, uint count, Func<bool> cond… in DefineManyConditional()
119 … System.Enum o, IProvidesRegisterCollection<WordRegisterCollection> p, uint count, Func<bool> cond… in DefineManyConditional()
129 … System.Enum o, IProvidesRegisterCollection<WordRegisterCollection> p, uint count, Func<int, WordR… in BindMany()
DBasicDoubleWordPeripheral.cs53 …m.Enum o, IProvidesRegisterCollection<DoubleWordRegisterCollection> p, uint count, Action<DoubleWo… in Define32Many()
58 …ic void DefineMany(this System.Enum o, DoubleWordRegisterCollection c, uint count, Action<DoubleWo… in DefineMany()
68 …m.Enum o, IProvidesRegisterCollection<DoubleWordRegisterCollection> p, uint count, Action<DoubleWo… in DefineMany()
99 …ineManyConditional(this System.Enum o, DoubleWordRegisterCollection c, uint count, Func<int, bool>… in DefineManyConditional()
110 …m.Enum o, IProvidesRegisterCollection<DoubleWordRegisterCollection> p, uint count, Func<int, bool>… in DefineManyConditional()
115 …ineManyConditional(this System.Enum o, DoubleWordRegisterCollection c, uint count, Func<bool> cond… in DefineManyConditional()
120 …m.Enum o, IProvidesRegisterCollection<DoubleWordRegisterCollection> p, uint count, Func<bool> cond… in DefineManyConditional()
130 …m.Enum o, IProvidesRegisterCollection<DoubleWordRegisterCollection> p, uint count, Func<int, Doubl… in BindMany()
DBasicBytePeripheral.cs55 … System.Enum o, IProvidesRegisterCollection<ByteRegisterCollection> p, uint count, Action<ByteRegi… in Define8Many()
60 …public static void DefineMany(this System.Enum o, ByteRegisterCollection c, uint count, Action<Byt… in DefineMany()
70 … System.Enum o, IProvidesRegisterCollection<ByteRegisterCollection> p, uint count, Action<ByteRegi… in DefineMany()
100 …id DefineManyConditional(this System.Enum o, ByteRegisterCollection c, uint count, Func<int, bool>… in DefineManyConditional()
111 … System.Enum o, IProvidesRegisterCollection<ByteRegisterCollection> p, uint count, Func<int, bool>… in DefineManyConditional()
116 …id DefineManyConditional(this System.Enum o, ByteRegisterCollection c, uint count, Func<bool> cond… in DefineManyConditional()
121 … System.Enum o, IProvidesRegisterCollection<ByteRegisterCollection> p, uint count, Func<bool> cond… in DefineManyConditional()
131 … System.Enum o, IProvidesRegisterCollection<ByteRegisterCollection> p, uint count, Func<int, ByteR… in BindMany()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSafeBinaryReader.cs45 public override byte[] ReadBytes(int count) in ReadBytes()
55 public override char[] ReadChars(int count) in ReadChars()
120 public bool SkipBytes(long count) in SkipBytes()
DLibCWrapper.cs82 public static bool Write(int fd, IntPtr buffer, int count) in Write()
103 public static byte[] Read(int fd, int count) in Read()
121 public static byte[] Read(int fd, int count, int timeout, Func<bool> shouldCancel) in Read()
260 private static extern int write(int fd, IntPtr buf, int count); in write()
263 private static extern int read(int fd, IntPtr buf, int count); in read()
DPtyUnixStream.cs54 …public override Task<int> ReadAsync(byte[] buffer, int offset, int count, CancellationToken cancel… in ReadAsync()
59 public override int Read(byte[] buffer, int offset, int count) in Read()
74 public override void Write(byte[] buffer, int offset, int count) in Write()
DSafeStringBuilder.cs42 public string Unload(int? count = null) in Unload()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DStreamToEventConverter.cs21 public override void Write(byte[] buffer, int offset, int count) in Write()
84 public override int Read(byte[] buffer, int offset, int count) in Read()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/
DArrayMemory.cs129 public byte[] ReadBytes(long offset, int count, IPeripheral context = null) in ReadBytes()
140 …public void WriteBytes(long offset, byte[] bytes, int startingIndex, int count, IPeripheral contex… in WriteBytes()
159 public void FillRegion(byte value, int startIndex, int count) in FillRegion()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Memory/
DGenericI2cEeprom.cs96 public byte[] Read(int count = 1) in Read()
155 private IEnumerable<byte> ReadRollover(int start, int size, int offset, int count) in ReadRollover()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/I2C/
DII2CPeripheral.cs15 byte[] Read(int count = 1); in Read()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DMB85RC1MT.cs76 internal byte[] Read(int count = 0) in Read()
123 public byte[] Read(int count = 0) in Read()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/
DSerializableStreamView.cs57 public override int Read(byte[] buffer, int offset, int count) in Read()
74 public override void Write(byte[] buffer, int offset, int count) in Write()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Mocks/
DEchoI2CDevice.cs27 public byte[] Read(int count = 1) in Read()
DSpiHost.cs49 public byte[] ReadBytes(int count) in ReadBytes()
DI2CHost.cs50 public byte[] ReadBytes(uint addr, int count) in ReadBytes()
DDummyI2CSlave.cs50 public byte[] Read(int count = 1) in Read()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/RESD/
DSamplesData.cs34 public bool Move(int count) in Move()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DSAM_PDC.cs33 byte[] DmaBlockByteRead(int count); in DmaBlockByteRead()
396 private bool TryBlockWrite(int count) in TryBlockWrite()
474 private bool TryBlockRead(int count) in TryBlockRead()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/
DEFR32_I2CControllerTests.cs285 private byte[] ReadBytes(int count) in ReadBytes()
302 private byte[] ReadBytesDouble(int count) in ReadBytesDouble()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/
DInternalMemoryAccessor.cs34 public IEnumerable<byte> ReadBytes(long offset, int count) in ReadBytes()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/renode/
Drenode_memory.c138 void renode_set_host_blocks(host_memory_block_packed_t *blocks, int count) in renode_set_host_blocks()
190 EXC_VOID_2(renode_set_host_blocks, host_memory_block_packed_t *, blocks, int, count) in EXC_VOID_2() argument

12345