Home
last modified time | relevance | path

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

12

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DNetworkInterfaceTester.cs82 …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/
DAesProvider.cs102 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/
DMMCController.cs35 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()
DSunxiMMC.cs116 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/
DSocketServerProvider.cs80 public void Send(byte[] bytes) in Send()
86 public void Send(IEnumerable<byte> bytes) in Send()
DBitStream.cs27 public BitStream Append(byte[] bytes) in Append()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Packets/
DOffsetAttribute.cs15 …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/
DIEmulatedNetworkService.cs19 byte[] Receive(int bytes); in Receive()
DEchoService.cs33 public byte[] Receive(int bytes) in Receive()
DAtCommandModem.cs157 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/
DAthenaX5200_BigIntegerHelper.cs16 public static BigInteger CreateBigInteger(byte[] bytes, int byteCount) in CreateBigInteger()
DInternalMemoryAccessor.cs62 public void WriteBytes(long offset, byte[] bytes) in WriteBytes()
DInternalMemoryManager.cs71 public bool TryWriteBytes(long offset, byte[] bytes) in TryWriteBytes()
DSTM32H7_CRYPTO.cs422 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/
DLLVMDisassembler.cs197 … 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/
DCDCToUARTConverter.cs93 private void ReadData(IEnumerable<byte> bytes, IUSBDevice device) in ReadData()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/IEEE802_15_4/
DFrame.cs42 …public static byte[] CalculateCRC(IEnumerable<byte> bytes, uint crcInitialValue = 0x0, CRCPolynomi… in CalculateCRC()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DADXL372.cs43 public void Write(byte[] bytes) in Write()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/
DEtherBoneBridge.cs142 private EtherBoneRecord EtherBoneRecordFromBytes(byte[] bytes) in EtherBoneRecordFromBytes()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/
DArrayMemory.cs140 …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/
DOpenTitan_SpiDeviceTest.cs162 private void WriteToPeripheralTransmitFifo(byte[] bytes) in WriteToPeripheralTransmitFifo()
DOpenTitan_I2C_Test.cs309 private void EnqueueTransmission(byte[] bytes) in EnqueueTransmission()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Input/
DFT5336.cs171 private void SetReturnValue(params byte[] bytes) in SetReturnValue()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/
DPacketData.cs156 private readonly List<byte> bytes; field in Antmicro.Renode.Utilities.GDB.PacketData
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/USBIP/
DUSBIPServer.cs87 private void SendResponse(IEnumerable<byte> bytes) in SendResponse()

12