| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | BitStream.cs | 88 … public void AppendMaskedValue(uint value, uint offset = 0, uint length = 32, bool msbFirst = true) in AppendMaskedValue() 102 public byte AsByte(uint offset = 0, int length = 8) in AsByte() 140 public byte[] AsByteArray(uint length) in AsByteArray() 147 public byte[] AsByteArray(uint offset, uint length) in AsByteArray() 157 public uint AsUInt32(uint offset = 0, int length = 32) in AsUInt32() 170 public ulong AsUInt64(uint offset = 0, int length = 64) in AsUInt64()
|
| D | IBlobProvider.cs | 16 void BlobIsReady(string fileName, long offset, long length); in BlobIsReady()
|
| D | BitHelper.cs | 594 public static ulong ToUInt64(byte[] data, int index, int length, bool reverse) in ToUInt64() 608 public static uint ToUInt32(byte[] data, int index, int length, bool reverse) in ToUInt32() 739 private static bool[] GetBitsInner(ulong reg, int length) in GetBitsInner() 759 …public VariableLengthValue DefineFragment(int offset, int length, ulong value, string name = null,… in DefineFragment() 778 …public VariableLengthValue DefineFragment(int offset, int length, Func<ulong> valueProvider, strin… in DefineFragment() 911 public BitConcatenator StackAbove(uint value, int length, int position = 0) in StackAbove()
|
| D | SafeBinaryReader.cs | 160 private SafeBinaryReader(Stream stream, long length) : this(stream) in SafeBinaryReader()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/ |
| D | CC2538_Cryptoprocessor.cs | 183 …private void ProcessDataInMemory(uint inputAddress, uint? outputAddress, int length, Action<Block>… in ProcessDataInMemory() 209 private void DoInputTransfer(int length) in DoInputTransfer() 249 private void DoOutputTransfer(int length) in DoOutputTransfer() 310 private bool HandleInputAesTransfer(int length) in HandleInputAesTransfer() 342 private void HandleKeyTransfer(int length) in HandleKeyTransfer() 380 private void HandleCbcMac(int length) in HandleCbcMac() 408 private void HandleCtr(int length) in HandleCtr() 423 private void HandleEcb(int length) in HandleEcb() 435 private void HandleCbc(int length) in HandleCbc() 447 private void HandleCcmAuthentication(int length) in HandleCcmAuthentication() [all …]
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/ |
| D | SerializableStreamView.cs | 31 …public SerializableStreamView(Stream stream, long? length = null, byte paddingByte = 0, long offse… in SerializableStreamView() 204 private long length; field in Antmicro.Renode.Storage.SerializableStreamView
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/Cadence_xSPICommands/ |
| D | IDMACommand.cs | 15 IList<byte> ReadData(int length); in ReadData()
|
| D | PIOCommands.cs | 76 protected readonly ulong length; field in Antmicro.Renode.Peripherals.SPI.Cadence_xSPICommands.PIOCommand 185 public IList<byte> ReadData(int length) in ReadData()
|
| D | STIGCommands.cs | 148 public IList<byte> ReadData(int length) in ReadData()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/ |
| D | ReadMemoryCommand.cs | 81 private byte [] BytesFromValue(ulong val, ulong length) in BytesFromValue()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/ |
| D | USBSetupPacket.cs | 18 public UInt16 length; field
|
| D | USBDescriptor.cs | 21 private byte length; field in Antmicro.Renode.Peripherals.USBDeprecated.USBDescriptor
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/ |
| D | Command.cs | 115 …protected IEnumerable<MemoryFragment> GetTranslatedAccesses(ulong address, ulong length, bool writ… in GetTranslatedAccesses() 152 …ranslatedMemoryFragment(ref List<MemoryFragment> accesses, ulong address, ulong length, bool write) in TryAddTranslatedMemoryFragment()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/SynopsysDWCEthernetQualityOfService/ |
| D | SynopsysDWCEthernetQualityOfService_FrameAssembler.cs | 167 private void FinalizeSegment(IEnumerable<byte> frame, uint length, bool isLast = false) in FinalizeSegment() 180 …private bool TryCreateEthernetFrame(IEnumerable<byte> frame, uint length, out EthernetFrame builtF… in TryCreateEthernetFrame()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/ |
| D | AthenaX5200_BigIntegerHelper.cs | 51 …public static void StoreBigIntegerBytes(InternalMemoryManager manager, uint length, byte[] resultB… in StoreBigIntegerBytes()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Extensions/ |
| D | MemoryDumpExtensions.cs | 129 …private static void WriteHexDataRecord(this StreamWriter writer, byte length, ushort address, byte… in WriteHexDataRecord() 137 private static byte GetHexChecksum(byte length, ushort address, byte type, byte[] data) in GetHexChecksum()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CAN/ |
| D | SocketCAN.cs | 172 public int length; field 236 public int length; field 298 public int length; field
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/SymbolLookup/ |
| D | SymbolLookupTests.cs | 524 private Symbol MakeSymbolEntry(string name, uint start, uint length) in MakeSymbolEntry()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/ |
| D | MappedMemory.cs | 692 private void InvalidateMemoryFragment(long start, int length) in InvalidateMemoryFragment() 730 private static void MemSet(IntPtr pointer, byte value, int length) in MemSet() 738 private static extern IntPtr MemSet(IntPtr pointer, byte value, int length); in MemSet()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Python/ |
| D | PeripheralPythonEngine.cs | 129 public byte length { get; set; } property in Antmicro.Renode.Peripherals.Python.PeripheralPythonEngine.PythonRequest
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ICM20948/ |
| D | ICM20948_Bank3Registers.cs | 36 private void ReadI2CPeripherial(II2CPeripheral selectedI2CSlave, int length) in ReadI2CPeripherial()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/ |
| D | OpenTitan_SpiDeviceTest.cs | 180 private void IncrementWritePointerBy(int length) in IncrementWritePointerBy()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/PL330_DMA/ |
| D | PL330_DMA_Instructions.cs | 157 …protected Instruction(PL330_DMA parent, uint length = 1, bool usableByChannel = true, bool usableB… in Instruction() 351 …(PL330_DMA parent, bool IsConditional, Channel.ChannelRequestType TransactionType, uint length = 1) in DMA_LD_ST_base() 487 …public DMANOP_base(PL330_DMA parent, uint length, bool usableByChannel = true, bool usableByManage… in DMANOP_base()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Crypto/ |
| D | AesProvider.cs | 134 public void UpdateBytes(byte[] bytes, int offset = 0, int length = -1) in UpdateBytes()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/ |
| D | XilinxQSPI.cs | 188 private void sendCommand(uint command, uint length) in sendCommand()
|