Searched defs:reverse (Results 1 – 3 of 3) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | BitHelper.cs | 452 …tic void GetBytesFromValue(byte[] bytes, int offset, ulong val, int typeSize, bool reverse = false) in GetBytesFromValue() 468 public static byte[] GetBytesFromValue(ulong val, int typeSize, bool reverse = false) in GetBytesFromValue() 594 public static ulong ToUInt64(byte[] data, int index, int length, bool reverse) in ToUInt64() 608 public static uint ToUInt32(byte[] data, int index, int length, bool reverse) in ToUInt32() 613 public static ushort ToUInt16(byte[] data, int index, bool reverse) in ToUInt16()
|
| D | Misc.cs | 442 …public static byte[] HexStringToByteArray(string hexString, bool reverse = false, bool ignoreWhite… in HexStringToByteArray()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/ |
| D | OpenTitan_HMAC.cs | 301 public byte[] DataToArray(bool reverse) in DataToArray()
|