Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/efi/
A Dboot.c105 static CHAR16 *FormatDec(UINT64 Val, CHAR16 *Buffer);
208 static CHAR16 *__init FormatDec(UINT64 Val, CHAR16 *Buffer) in FormatDec() function
211 Buffer = FormatDec(Val / 10, Buffer); in FormatDec()
229 end = FormatDec(Val, PrintString); in DisplayUint()

Completed in 6 milliseconds