Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DMisc.cs485 var lookup = hexStringLookup.Value; in ToHexString()
496 return hexStringLookup.Value[value]; in ToHex()
1866 private static readonly Lazy<string[]> hexStringLookup = new Lazy<string[]>(() => field in Antmicro.Renode.Utilities.Misc