Home
last modified time | relevance | path

Searched defs:length (Results 1 – 25 of 39) sorted by relevance

12

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DBitStream.cs88 … 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()
DIBlobProvider.cs16 void BlobIsReady(string fileName, long offset, long length); in BlobIsReady()
DBitHelper.cs594 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()
DSafeBinaryReader.cs160 private SafeBinaryReader(Stream stream, long length) : this(stream) in SafeBinaryReader()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DCC2538_Cryptoprocessor.cs183 …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/
DSerializableStreamView.cs31 …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/
DIDMACommand.cs15 IList<byte> ReadData(int length); in ReadData()
DPIOCommands.cs76 protected readonly ulong length; field in Antmicro.Renode.Peripherals.SPI.Cadence_xSPICommands.PIOCommand
185 public IList<byte> ReadData(int length) in ReadData()
DSTIGCommands.cs148 public IList<byte> ReadData(int length) in ReadData()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/
DReadMemoryCommand.cs81 private byte [] BytesFromValue(ulong val, ulong length) in BytesFromValue()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DUSBSetupPacket.cs18 public UInt16 length; field
DUSBDescriptor.cs21 private byte length; field in Antmicro.Renode.Peripherals.USBDeprecated.USBDescriptor
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/
DCommand.cs115 …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/
DSynopsysDWCEthernetQualityOfService_FrameAssembler.cs167 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/
DAthenaX5200_BigIntegerHelper.cs51 …public static void StoreBigIntegerBytes(InternalMemoryManager manager, uint length, byte[] resultB… in StoreBigIntegerBytes()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Extensions/
DMemoryDumpExtensions.cs129 …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/
DSocketCAN.cs172 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/
DSymbolLookupTests.cs524 private Symbol MakeSymbolEntry(string name, uint start, uint length) in MakeSymbolEntry()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/
DMappedMemory.cs692 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/
DPeripheralPythonEngine.cs129 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/
DICM20948_Bank3Registers.cs36 private void ReadI2CPeripherial(II2CPeripheral selectedI2CSlave, int length) in ReadI2CPeripherial()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/
DOpenTitan_SpiDeviceTest.cs180 private void IncrementWritePointerBy(int length) in IncrementWritePointerBy()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/PL330_DMA/
DPL330_DMA_Instructions.cs157 …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/
DAesProvider.cs134 public void UpdateBytes(byte[] bytes, int offset = 0, int length = -1) in UpdateBytes()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DXilinxQSPI.cs188 private void sendCommand(uint command, uint length) in sendCommand()

12