Searched refs:FormatHex (Results 1 – 1 of 1) sorted by relevance
112 static CHAR16 *FormatHex(UINT64 Val, UINTN Width, CHAR16 *Buffer);222 static CHAR16 *__init FormatHex(UINT64 Val, UINTN Width, CHAR16 *Buffer) in FormatHex() function225 Buffer = FormatHex(Val >> 4, Width ? Width - 1 : 0, Buffer); in FormatHex()239 end = FormatHex(Val, Width, PrintString); in DisplayUint()
Completed in 5 milliseconds