| /Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/Handlers/ |
| D | PointerHandler.cs | 15 protected PointerHandler(IPointerInput input) in PointerHandler() 51 protected IPointerInput input; field in Antmicro.Renode.Extensions.Analyzers.Video.Handlers.PointerHandler
|
| D | RelativePointerHandler.cs | 14 public RelativePointerHandler(IRelativePositionPointerInput input) : base(input) in RelativePointerHandler()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Tokenizer/ |
| D | RangeToken.cs | 34 protected ulong[] ParseNumbers(string[] input) in ParseNumbers()
|
| D | Tokenizer.cs | 91 public TokenizationResult Tokenize(string input) in Tokenize()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/ |
| D | MonitorCommand.cs | 57 public bool TryProcess(string input, out string output, out bool ok) in TryProcess()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/ |
| D | AESServiceProvider.cs | 140 private byte[] Encrypt(byte[] key, byte[] iv, byte[] input) in Encrypt() 157 private byte[] Decrypt(byte[] key, byte[] iv, byte[] input) in Decrypt()
|
| D | MessageAuthenticationServiceProvider.cs | 77 private byte[] GetHashedBytes(int count, byte[] input) in GetHashedBytes()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | SmartParser.cs | 20 public bool TryParse(string input, Type outputType, out object result) in TryParse()
|
| D | Misc.cs | 889 private static ushort Ntoh(UInt16 input) in Ntoh() 1047 …public static bool EndiannessSwapInPlace(byte[] input, int width, int offset = 0, int? length = nu… in EndiannessSwapInPlace() 1400 public static string StripNonSafeCharacters(this string input) in StripNonSafeCharacters()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/ |
| D | ABRTCMC.cs | 115 private uint IntToBcd(int input) in IntToBcd()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/HostInterfaces/Camera/ |
| D | HostCamera.cs | 177 …private static byte[] CompressRawToJpeg(byte[] input, int width, int height, int scale, int qualit… in CompressRawToJpeg()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/ |
| D | SHT21.cs | 293 private byte GetCRC(byte[] input, byte[] output) in GetCRC()
|
| D | BMC050.cs | 873 private byte GetCRC(byte[] input, byte[] output) in GetCRC()
|
| D | BMA180.cs | 679 private byte GetCRC(byte[] input, byte[] output) in GetCRC()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/ |
| D | Command.cs | 248 … private static object Parse(Type type, string input, NumberStyles style = NumberStyles.Integer) in Parse()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Config/ |
| D | SimpleJson.cs | 1503 bool SerializeNonPrimitiveObject(object input, out object output); in SerializeNonPrimitiveObject() 1535 public virtual bool SerializeNonPrimitiveObject(object input, out object output) in SerializeNonPrimitiveObject() 1670 protected virtual bool TrySerializeKnownTypes(object input, out object output) in TrySerializeKnownTypes() 1701 protected virtual bool TrySerializeUnknownTypes(object input, out object output) in TrySerializeUnknownTypes()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Input/ |
| D | FT5x06.cs | 196 private byte GetCRC (byte[] input, byte output) in GetCRC()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/ |
| D | NetworkInterfaceTester.cs | 220 private bool IsByteEqual(string input, int index, byte data) in IsByteEqual()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/ |
| D | STM32WBA_RCC.cs | 562 private long PrescaleApbAhb(long input, IValueRegisterField prescaler) in PrescaleApbAhb()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Backends/Display/ |
| D | PixelManipulationTools.cs | 645 public PixelConverter(PixelFormat input, PixelFormat output, ConvertDelegate converter) in PixelConverter()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/ |
| D | OpenTitan_BigNumberAcceleratorCore.cs | 406 private byte[] ParseHexPattern(string input, int width) in ParseHexPattern()
|