| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/DMA/ |
| D | Place.cs | 16 Array = array; in Place() 26 public byte[] Array { get; private set; } property in Antmicro.Renode.Peripherals.DMA.Place
|
| D | DmaEngine.cs | 48 … Array.Copy(request.Source.Array, request.Source.StartIndex.Value, buffer, 0, request.Size); in IssueCopy() 110 …Array.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/ |
| D | GaislerAHBPlugAndPlayRecord.cs | 33 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() 41 … Array.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/ |
| D | GPIOInterruptManager.cs | 45 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() 124 …Array.ConstrainedCopy(underlyingState.Array, underlyingState.Offset, previousState, 0, underlyingS… in RefreshInterrupts()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/ |
| D | Cadence_TTC.cs | 241 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/ |
| D | CircularBuffer.cs | 90 … Array.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()
|
| D | AutoResizingList.cs | 65 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/ |
| D | AddressInformation.cs | 20 …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/ |
| D | SMSC9500.cs | 287 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() 726 …Array.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 …]
|
| D | SCSI.cs | 155 … Array.Copy(this.VendorIdentificationT10, 0, arr, 8, this.VendorIdentificationT10.Length); in ToArray() 156 … Array.Copy(this.ProductIdentification, 0, arr, 16, this.ProductIdentification.Length); in ToArray() 157 Array.Copy(this.ProductRevisionLevel, 0, arr, 32, this.ProductRevisionLevel.Length); in ToArray()
|
| D | USBCommunicationClass.cs | 212 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/ |
| D | BitPatternDetector.cs | 33 Array.Copy(resetValue, previousState, previousState.Length); in Reset() 56 Array.Copy(state, previousState, previousState.Length); in AcceptState()
|
| D | ByteArrayWithAccessTracking.cs | 37 Array.Clear(array, 0, array.Length); in Reset() 112 Array.Clear(partAccessed, 0, partAccessed.Length); in ClearAccessTracking()
|
| D | TypeSorter.cs | 16 Array.Sort(t, Compare); in Sort()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/TAPHelper/ |
| D | TAPTools.cs | 107 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/ |
| D | HiFive_PWM.cs | 67 Array.ForEach(timers, t => t.Divider = (uint)(1 << (int)value)); in HiFive_PWM() 68 … Array.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()
|
| D | Quark_GPIOController.cs | 153 ….WithValueField(0, 32, writeCallback: (_, val) => Array.Copy(BitHelper.GetBits((uint)val).Select(x… in PrepareRegisters() 158 … Array.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/ |
| D | AthenaX5200_BigIntegerHelper.cs | 21 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/ |
| D | RiscvOpcodesParser.cs | 100 { 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/ |
| D | RenesasRZG_IRQController.cs | 62 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/ |
| D | URBRequest.cs | 33 Array.Reverse(bytes, 0, bytes.Length); in ToString()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/ |
| D | OpenTitan_HMAC.cs | 37 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/ |
| D | ArrayMemory.cs | 136 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/ |
| D | StreamToEventConverter.cs | 29 Array.Copy(buffer, offset, realData, 0, count); in Write()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Miscellaneous/ |
| D | CombinedInput.cs | 28 Array.Clear(inputStates, 0, inputStates.Length); in Reset()
|