Home
last modified time | relevance | path

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

/xen/xen/common/efi/
A Dboot.c112 static CHAR16 *FormatHex(UINT64 Val, UINTN Width, CHAR16 *Buffer);
222 static CHAR16 *__init FormatHex(UINT64 Val, UINTN Width, CHAR16 *Buffer) in FormatHex() function
225 Buffer = FormatHex(Val >> 4, Width ? Width - 1 : 0, Buffer); in FormatHex()
239 end = FormatHex(Val, Width, PrintString); in DisplayUint()

Completed in 5 milliseconds