Searched refs:SwapElements (Results 1 – 2 of 2) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/ |
| D | EtherBoneBridge.cs | 163 Misc.SwapElements(arr, 0, 1); in FixFieldEndianess() 166 Misc.SwapElements(arr, 12, 15); in FixFieldEndianess() 167 Misc.SwapElements(arr, 13, 14); in FixFieldEndianess() 170 Misc.SwapElements(arr, 16, 19); in FixFieldEndianess() 171 Misc.SwapElements(arr, 17, 18); in FixFieldEndianess()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | Misc.cs | 1040 public static void SwapElements<T>(T[] arr, int id1, int id2) in SwapElements() method in Antmicro.Renode.Utilities.Misc 1065 SwapElements(input, i + j, i + width - j - 1); in EndiannessSwapInPlace()
|