Home
last modified time | relevance | path

Searched refs:Array (Results 1 – 25 of 102) sorted by relevance

12345

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/DMA/
DPlace.cs16 Array = array; in Place()
26 public byte[] Array { get; private set; } property in Antmicro.Renode.Peripherals.DMA.Place
DDmaEngine.cs48Array.Copy(request.Source.Array, request.Source.StartIndex.Value, buffer, 0, request.Size); in IssueCopy()
110Array.Copy(buffer, 0, request.Destination.Array, request.Destination.StartIndex.Value, request.Siz… in IssueCopy()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Bus/
DGaislerAHBPlugAndPlayRecord.cs33 Array.Copy( BitConverter.GetBytes(IdentificationRegister.GetValue()),0,arr,0,4); in ToByteArray()
37 Array.Copy( BitConverter.GetBytes(UserDefinedRegister[i]),0,arr,(4 + 4*i),4); in ToByteArray()
41Array.Copy( BitConverter.GetBytes(BankAddressRegister[i].GetValue()), 0, arr, (16 + 4*i), 4); in ToByteArray()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/GPIOPort/
DGPIOInterruptManager.cs45 Array.Clear(previousState, 0, previousState.Length); in Reset()
46 Array.Clear(activeInterrupts, 0, activeInterrupts.Length); in Reset()
74 var currentState = underlyingState.Array[underlyingState.Offset + i]; in RefreshInterrupts()
124Array.ConstrainedCopy(underlyingState.Array, underlyingState.Offset, previousState, 0, underlyingS… in RefreshInterrupts()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DCadence_TTC.cs241 Array.ForEach(Match, m => m.Reset()); in Reset()
258 Array.ForEach(Match, m => m.Update()); in ResetValue()
274 Array.ForEach(Match, m => m.Update());
284 Array.ForEach(Match, m => m.Enabled = value);
334 Array.ForEach(Match, m => m.Update());
344 Array.ForEach(Match, m => m.Update());
354 Array.ForEach(Match, m => m.Frequency = value);
376 Array.ForEach(Match, m => m.Update()); in OnLimitReached()
390 Array.ForEach(Match, m => m.Divider = timer.Divider); in UpdateDivider()
403 Array.ForEach(Match, m => m.Limit = timer.Limit); in UpdateLimit()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Collections/
DCircularBuffer.cs90Array.Copy(buffer, FirstPosition, array, arrayIndex, LastPosition + 1 - FirstPosition); in CopyTo()
95 Array.Copy(buffer, start, array, arrayIndex, rightSideLength); in CopyTo()
96 Array.Copy(buffer, 0, array, arrayIndex + rightSideLength, LastPosition + 1); in CopyTo()
DAutoResizingList.cs65 Array.Copy(data, array, Count); in CopyTo()
84 var index = Array.IndexOf(data, item); in IndexOf()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/IEEE802_15_4/
DAddressInformation.cs20 …DestinationAddress = new Address(new ArraySegment<byte>(data.Array, data.Offset + 2, destinationAd… in AddressInformation()
35 …SourceAddress = new Address(new ArraySegment<byte>(data.Array, data.Offset + internalOffset, sourc… in AddressInformation()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DSMSC9500.cs287 Array.Copy(packet.data, 8, packetToSend, 0, packetToSend.Length); in WriteDataBulk()
292 Array.Copy(packet.data, 12, packetToSend, 0, packetToSend.Length); in WriteDataBulk()
381 Array.Copy(frameBytes, 14, tmp, 0, tmp.Length); in GetDataBulk()
406 Array.Copy(frameBytes, 14, tmp, 0, tmp.Length); in GetDataBulk()
726Array.Copy(buffer, MACHeaderLegth + IPHeaderLength, packet, 0, ( buffer.Length - (MACHeaderLegth +… in ReadFromBuffer()
770 Array.Copy(pseudoheader.ToArray(),0,checksumCalculationBase,0,pseudoheader.Length); in GetChecksum()
771 Array.Copy(packet,0,checksumCalculationBase,pseudoheader.Length,packet.Length); in GetChecksum()
784 Array.Copy(buffer,MACHeaderLegth+12,sourceAddress,0,4); in FillFromBuffer()
785 Array.Copy(buffer,MACHeaderLegth+16,destinationAddress,0,4); in FillFromBuffer()
794 Array.Copy(sourceAddress,0,arr,0,4); in ToArray()
[all …]
DSCSI.cs155Array.Copy(this.VendorIdentificationT10, 0, arr, 8, this.VendorIdentificationT10.Length); in ToArray()
156Array.Copy(this.ProductIdentification, 0, arr, 16, this.ProductIdentification.Length); in ToArray()
157 Array.Copy(this.ProductRevisionLevel, 0, arr, 32, this.ProductRevisionLevel.Length); in ToArray()
DUSBCommunicationClass.cs212 Array.Copy(SubordinateInterface, 0,arr, 0x4, SubordinateInterface.Length); in ToArray()
237 Array.Copy(CountryCode,0,arr,0x4,CountryCode.Length); in ToArray()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DBitPatternDetector.cs33 Array.Copy(resetValue, previousState, previousState.Length); in Reset()
56 Array.Copy(state, previousState, previousState.Length); in AcceptState()
DByteArrayWithAccessTracking.cs37 Array.Clear(array, 0, array.Length); in Reset()
112 Array.Clear(partAccessed, 0, partAccessed.Length); in ClearAccessTracking()
DTypeSorter.cs16 Array.Sort(t, Compare); in Sort()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/TAPHelper/
DTAPTools.cs107 Array.Clear(memory, 0, IFR_SIZE); in Open_TUNTAP()
110 Array.Copy(bytes, 0, memory, IFNAMSIZ, 2); in Open_TUNTAP()
119 Array.Copy(devBytes, memory, Math.Min(devBytes.Length, IFNAMSIZ)); in Open_TUNTAP()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DHiFive_PWM.cs67 Array.ForEach(timers, t => t.Divider = (uint)(1 << (int)value)); in HiFive_PWM()
68Array.ForEach(timers, t => t.Value = (rawTimer.Value >> (int)value) & CompareMask); in HiFive_PWM()
146 Array.ForEach(timers, t => t.Enabled = enabled); in RecalculateEnable()
189 Array.ForEach(timers, t => t.Value = (value >> (int)scale.Value) & CompareMask); in SetValue()
DQuark_GPIOController.cs153 ….WithValueField(0, 32, writeCallback: (_, val) => Array.Copy(BitHelper.GetBits((uint)val).Select(x… in PrepareRegisters()
158Array.Copy(BitHelper.GetBits((uint)val), InterruptEnable, 32); in PrepareRegisters()
176 Array.Copy(BitHelper.GetBits((uint)val), InterruptMask, 32); in PrepareRegisters()
277 Array.Copy(State, previousState, State.Length); in RefreshInterrupts()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/
DAthenaX5200_BigIntegerHelper.cs21 Array.Copy(bytes, 0, temp, 1, bytes.Length); in CreateBigInteger()
45 Array.Copy(bytesRead, 0, bytesReadPadded, 0, (int)(wordCount * 4)); in CreateBigIntegerFromMemory()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DRiscvOpcodesParser.cs100 { BaseRiscV.InstructionSet.S, Array.Empty<string>() },
101 { BaseRiscV.InstructionSet.U, Array.Empty<string>() },
113 { BaseRiscV.InstructionSet.S, Array.Empty<string>() },
114 { BaseRiscV.InstructionSet.U, Array.Empty<string>() },
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DRenesasRZG_IRQController.cs62 Array.Clear(gpioState, 0, gpioState.Length); in Reset()
63 Array.Clear(previousGpioState, 0, previousGpioState.Length); in Reset()
64 Array.Clear(pinFunctionState, 0, pinFunctionState.Length); in Reset()
65 Array.Clear(previousPinFunctionState, 0, previousPinFunctionState.Length); in Reset()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/USBIP/
DURBRequest.cs33 Array.Reverse(bytes, 0, bytes.Length); in ToString()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_HMAC.cs37 Array.Clear(key, 0, key.Length); in Reset()
38 Array.Clear(digest, 0, digest.Length); in Reset()
135 Array.Copy(hash, 0, digest, 0, digest.Length); in HashProcess()
315 Array.Reverse(output); in DataToArray()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/
DArrayMemory.cs136 Array.Copy(array, offset, result, 0, count); in ReadBytes()
146 Array.Copy(bytes, startingIndex, array, offset, count); in WriteBytes()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DStreamToEventConverter.cs29 Array.Copy(buffer, offset, realData, 0, count); in Write()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Miscellaneous/
DCombinedInput.cs28 Array.Clear(inputStates, 0, inputStates.Length); in Reset()

12345