| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/ |
| D | NetworkInterfaceTester.cs | 82 …public bool TryWaitForOutgoingPacketWithBytesAtIndex(string bytes, int index, int maxPackets, floa… in TryWaitForOutgoingPacketWithBytesAtIndex() 114 public void SendFrame(string bytes) in SendFrame() 178 private void HandleFrameInner(byte[] bytes) in HandleFrameInner() 264 public byte[] bytes; field
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Crypto/ |
| D | AesProvider.cs | 102 public static Block WithCopiedBytes(byte[] bytes) in WithCopiedBytes() 109 public static Block UsingBytes(byte[] bytes) in UsingBytes() 134 public void UpdateBytes(byte[] bytes, int offset = 0, int length = -1) in UpdateBytes()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/ |
| D | MMCController.cs | 35 protected byte[] ReadFromCard(uint cardOffset, int bytes) in ReadFromCard() 111 protected abstract void TransferDataToCard(uint cardOffset, int bytes); in TransferDataToCard() 112 protected abstract void TransferDataFromCard(uint cardOffset, int bytes); in TransferDataFromCard()
|
| D | SunxiMMC.cs | 116 protected override void TransferDataFromCard(uint cardOffset, int bytes) in TransferDataFromCard() 122 protected override void TransferDataToCard(uint cardOffset, int bytes) in TransferDataToCard() 157 private void DmaTransfer(byte[] data, int bytes, DataDirection direction) in DmaTransfer()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | SocketServerProvider.cs | 80 public void Send(byte[] bytes) in Send() 86 public void Send(IEnumerable<byte> bytes) in Send()
|
| D | BitStream.cs | 27 public BitStream Append(byte[] bytes) in Append()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Packets/ |
| D | OffsetAttribute.cs | 15 …public OffsetAttribute(uint quadWords = 0, uint doubleWords = 0, uint words = 0, uint bytes = 0, u… in OffsetAttribute()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Network/ |
| D | IEmulatedNetworkService.cs | 19 byte[] Receive(int bytes); in Receive()
|
| D | EchoService.cs | 33 public byte[] Receive(int bytes) in Receive()
|
| D | AtCommandModem.cs | 157 protected void SendBytes(byte[] bytes) in SendBytes() 533 private readonly byte[] bytes; field in Antmicro.Renode.Peripherals.Network.AtCommandModem.Response
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/ |
| D | AthenaX5200_BigIntegerHelper.cs | 16 public static BigInteger CreateBigInteger(byte[] bytes, int byteCount) in CreateBigInteger()
|
| D | InternalMemoryAccessor.cs | 62 public void WriteBytes(long offset, byte[] bytes) in WriteBytes()
|
| D | InternalMemoryManager.cs | 71 public bool TryWriteBytes(long offset, byte[] bytes) in TryWriteBytes()
|
| D | STM32H7_CRYPTO.cs | 422 private void ProcessHeader(byte[] bytes) in ProcessHeader() 428 private void ProcessPayload(byte[] bytes) in ProcessPayload() 500 private IEnumerable<uint> BytesToUIntAndSwapEndianness(byte[] bytes) in BytesToUIntAndSwapEndianness()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/Disassembler/ |
| D | LLVMDisassembler.cs | 197 … private bool FormatHexForx86(StringBuilder strBldr, int bytes, int position, byte[] data) in FormatHexForx86() 215 … private bool FormatHexForARM(StringBuilder strBldr, int bytes, int position, byte[] data) in FormatHexForARM() 255 …private static extern int llvm_disasm_instruction(IntPtr dc, IntPtr bytes, UInt64 bytesSize, IntPt… in llvm_disasm_instruction()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/ |
| D | CDCToUARTConverter.cs | 93 private void ReadData(IEnumerable<byte> bytes, IUSBDevice device) in ReadData()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/IEEE802_15_4/ |
| D | Frame.cs | 42 …public static byte[] CalculateCRC(IEnumerable<byte> bytes, uint crcInitialValue = 0x0, CRCPolynomi… in CalculateCRC()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ |
| D | ADXL372.cs | 43 public void Write(byte[] bytes) in Write()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/ |
| D | EtherBoneBridge.cs | 142 private EtherBoneRecord EtherBoneRecordFromBytes(byte[] bytes) in EtherBoneRecordFromBytes()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/ |
| D | ArrayMemory.cs | 140 …public void WriteBytes(long offset, byte[] bytes, int startingIndex, int count, IPeripheral contex… in WriteBytes()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/ |
| D | OpenTitan_SpiDeviceTest.cs | 162 private void WriteToPeripheralTransmitFifo(byte[] bytes) in WriteToPeripheralTransmitFifo()
|
| D | OpenTitan_I2C_Test.cs | 309 private void EnqueueTransmission(byte[] bytes) in EnqueueTransmission()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Input/ |
| D | FT5336.cs | 171 private void SetReturnValue(params byte[] bytes) in SetReturnValue()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/ |
| D | PacketData.cs | 156 private readonly List<byte> bytes; field in Antmicro.Renode.Utilities.GDB.PacketData
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/USBIP/ |
| D | USBIPServer.cs | 87 private void SendResponse(IEnumerable<byte> bytes) in SendResponse()
|