Home
last modified time | relevance | path

Searched refs:CopyAndResize (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CAN/
DCANMessageFrame.cs63 data: classicalFrame.data.CopyAndResize(classicalFrame.length), in TryFromSocketCAN()
81 data: fdFrame.data.CopyAndResize(fdFrame.length), in TryFromSocketCAN()
DSocketCAN.cs142 data = msg.Data.CopyAndResize(MaxDataLength) in FromCANMessageFrame()
203 data = msg.Data.CopyAndResize(MaxDataLength) in FromCANMessageFrame()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DLibCWrapper.cs27 Name = Encoding.ASCII.GetBytes(name).CopyAndResize(InterfaceNameSize); in InterfaceRequest()
DMisc.cs1561 public static T[] CopyAndResize<T>(this T[] source, int length) in CopyAndResize() method in Antmicro.Renode.Utilities.Misc