Searched refs:TryLeftDecode (Results 1 – 1 of 1) sorted by relevance
188 … private static bool TryLeftDecode(byte[] data, int offset, out byte[] str, out int bytesUsed) in TryLeftDecode() method in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_KMAC695 …if(!TryLeftDecode(prefix, 0, out functionName, out var bytesUsed) || bytesUsed > NumberOfRegisters… in TryDecodePrefix()701 return TryLeftDecode(prefix, bytesUsed, out customization, out bytesUsed); in TryDecodePrefix()