Home
last modified time | relevance | path

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

/xen/xen/common/efi/
A Dboot.c111 static CHAR16 *FormatDec(UINT64 Val, CHAR16 *Buffer);
214 static CHAR16 *__init FormatDec(UINT64 Val, CHAR16 *Buffer) in FormatDec() function
217 Buffer = FormatDec(Val / 10, Buffer); in FormatDec()
235 end = FormatDec(Val, PrintString); in DisplayUint()

Completed in 5 milliseconds