Home
last modified time | relevance | path

Searched defs:buffer (Results 1 – 25 of 48) sorted by relevance

12

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/
DDescriptorProvider.cs26 public BitStream GetDescriptor(bool recursive, BitStream buffer = null) in GetDescriptor()
56 protected abstract void FillDescriptor(BitStream buffer); in FillDescriptor()
DIProvidesDescriptor.cs13 BitStream GetDescriptor(bool recursive, BitStream buffer = null); in GetDescriptor()
DUSBEndpoint.cs167 protected override void FillDescriptor(BitStream buffer) in FillDescriptor()
220 private readonly Queue<IEnumerable<byte>> buffer; field in Antmicro.Renode.Core.USB.USBEndpoint
DUSBString.cs72 protected override void FillDescriptor(BitStream buffer) in FillDescriptor()
DUSBInterface.cs66 protected override void FillDescriptor(BitStream buffer) in FillDescriptor()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DStreamToEventConverter.cs21 public override void Write(byte[] buffer, int offset, int count) in Write()
84 public override int Read(byte[] buffer, int offset, int count) in Read()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/HID/
DReportDescriptor.cs25 public BitStream GetDescriptor(bool recursive, BitStream buffer = null) in GetDescriptor()
65 public void FillDescriptor(BitStream buffer) in FillDescriptor()
DDescriptor.cs30 protected override void FillDescriptor(BitStream buffer) in FillDescriptor()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Crypto/
DAesProvider.cs154 public void CopyTo(byte[] buffer) in CopyTo()
169 private Block(byte[] buffer) in Block()
179 protected readonly byte[] buffer; field in Antmicro.Renode.Utilities.Crypto.Block
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Profiler/
DProfilerHeader.cs57 private readonly List<byte> buffer; field in Antmicro.Renode.Logging.Profiling.ProfilerHeader
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DPropertyTagParser.cs63 private string[] buffer; field in Antmicro.Renode.Core.PropertyTagParser
DSerializableMappedSegment.cs88 private byte[] buffer; field in Antmicro.Renode.Core.SerializableMappedSegment
DPseudorandomNumberGenerator.cs64 public void NextBytes(byte[] buffer) in NextBytes()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/
DSerializableStreamView.cs57 public override int Read(byte[] buffer, int offset, int count) in Read()
74 public override void Write(byte[] buffer, int offset, int count) in Write()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DPtyUnixStream.cs54 …public override Task<int> ReadAsync(byte[] buffer, int offset, int count, CancellationToken cancel… in ReadAsync()
59 public override int Read(byte[] buffer, int offset, int count) in Read()
74 public override void Write(byte[] buffer, int offset, int count) in Write()
DBitBangHelper.cs124 private readonly bool[] buffer; field in Antmicro.Renode.Utilities.BitBangHelper.Encoder
175 private readonly bool[] buffer; field in Antmicro.Renode.Utilities.BitBangHelper.Decoder
DSafeStringBuilder.cs85 private readonly StringBuilder buffer; field in Antmicro.Renode.Utilities.SafeStringBuilder
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Mocks/
DEchoI2CDevice.cs51 private byte[] buffer; field in Antmicro.Renode.Peripherals.Mocks.EchoI2CDevice
DDummySPISlave.cs50 private readonly Queue<byte> buffer; field in Antmicro.Renode.Peripherals.Mocks.DummySPISlave
DDummyI2CSlave.cs115 private readonly Queue<byte> buffer; field in Antmicro.Renode.Peripherals.Mocks.DummyI2CSlave
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/
DGdbStub.cs312 private void ContextClosed(IEnumerable<byte> buffer) in ContextClosed()
383 private readonly Queue<byte> buffer; field in Antmicro.Renode.Utilities.GDB.GdbStub.CommunicationHandler.Context
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/S32K3XX_FlexIO/
DShifter.cs145 IValueRegisterField buffer, in Shifter()
216 private readonly IValueRegisterField buffer; field in Antmicro.Renode.Peripherals.Miscellaneous.S32K3XX_FlexIOModel.Shifter
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Sound/
DPCMEncoder.cs117 private readonly Queue<byte> buffer; field in Antmicro.Renode.Sound.PCMEncoder
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Collections/
DCircularBuffer.cs169 private readonly T[] buffer; field in Antmicro.Renode.Utilities.Collections.CircularBuffer
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Backends/Terminals/
DBackendTerminal.cs129 private readonly Queue buffer; field in Antmicro.Renode.Backends.Terminals.BackendTerminal

12