Home
last modified time | relevance | path

Searched defs:array (Results 1 – 23 of 23) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/
DSHT21Test.cs86 private byte GetSTH21CRC(byte[] array, int nrOfBytes) in GetSTH21CRC()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/DMA/
DPlace.cs14 public Place(byte[] array, int startIndex) in Place()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DIMultibyteWritePeripheral.cs15 …void WriteBytes(long offset, byte[] array, int startingIndex, int count, IPeripheral context = nul… in WriteBytes()
DRedirector.cs83 …public void WriteBytes(long offset, byte[] array, int startingIndex, int count, IPeripheral contex… in WriteBytes()
DSymbolLookup.cs871 private readonly Symbol[] array; field in Antmicro.Renode.Core.SymbolLookup.SortedIntervals.SymbolProvider
DBusControllerProxy.cs173 …public virtual void WriteBytes(long offset, byte[] array, int startingIndex, int count, IPeriphera… in WriteBytes()
DSystemBus.cs686 …public void WriteBytes(long offset, byte[] array, int startingIndex, int count, IPeripheral contex… in WriteBytes()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Collections/
DCircularBuffer.cs82 public void CopyTo(T[] array, int arrayIndex) in CopyTo()
DAutoResizingList.cs63 public void CopyTo(T[] array, int index) in CopyTo()
DSerializableWeakKeyDictionary.cs144 public void CopyTo(KeyValuePair<TKey, TValue>[] array, int arrayIndex) in CopyTo()
DSerializableWeakDictionary.cs166 public void CopyTo(KeyValuePair<TKey, TValue>[] array, int arrayIndex) in CopyTo()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DByteArrayWithAccessTracking.cs123 private byte[] array; field in Antmicro.Renode.Peripherals.Utilities.ByteArrayWithAccessTracking
DMisc.cs243 public static void ByteArrayWrite(long offset, uint value, byte[] array) in ByteArrayWrite()
253 public static uint ByteArrayRead(long offset, byte[] array) in ByteArrayRead()
1490 public static void SetBytesFromValue(this byte[] array, uint value, int startIndex) in SetBytesFromValue()
1753 public static void Fill<T>(this T[] array, T value, int startIndex = 0, int? count = null) in Fill()
1770 public static void Fill<T>(this T[] array, T value, int startIndex = 0, int? count = null) in Fill()
DBitHelper.cs574 public static uint GetValueFromBitsArray(IEnumerable<bool> array) in GetValueFromBitsArray()
589 public static uint GetValueFromBitsArray(params bool[] array) in GetValueFromBitsArray()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DEmulatorController.cs409 private static void HandleArrayWrite(long offset, uint value, byte[] array) in HandleArrayWrite()
419 private static uint HandleArrayRead(long offset, byte[] array) in HandleArrayRead()
DOpenTitan_OneTimeProgrammableMemoryController.cs544 …vate uint GetConsumedPositionsMap(ushort[] unconsumedValues, ushort[] consumedValues, byte[] array) in GetConsumedPositionsMap()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DPythonEngine.cs155 protected static string Aggregate(string[] array) in Aggregate()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DSHT21.cs271 private byte GetSTH21CRC(byte[] array, int nrOfBytes) in GetSTH21CRC()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/
DArrayMemory.cs176 protected readonly byte[] array; field in Antmicro.Renode.Peripherals.Memory.ArrayMemory
DMappedMemory.cs314 …public void WriteBytes(long offset, byte[] array, int startingIndex, int count, IPeripheral contex… in WriteBytes()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DPacketTests.cs387 public byte[] array; field
405 public byte[] array; field
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DUSBDescriptor.cs38 byte[] array; field in Antmicro.Renode.Peripherals.USBDeprecated.USBDescriptor
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Config/
DSimpleJson.cs313 public void CopyTo(KeyValuePair<string, object>[] array, int arrayIndex) in CopyTo()