Home
last modified time | relevance | path

Searched defs:reverse (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DBitHelper.cs452 …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()
DMisc.cs442 …public static byte[] HexStringToByteArray(string hexString, bool reverse = false, bool ignoreWhite… in HexStringToByteArray()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_HMAC.cs301 public byte[] DataToArray(bool reverse) in DataToArray()