Searched refs:FormatDec (Results 1 – 1 of 1) sorted by relevance
105 static CHAR16 *FormatDec(UINT64 Val, CHAR16 *Buffer);208 static CHAR16 *__init FormatDec(UINT64 Val, CHAR16 *Buffer) in FormatDec() function211 Buffer = FormatDec(Val / 10, Buffer); in FormatDec()229 end = FormatDec(Val, PrintString); in DisplayUint()
Completed in 6 milliseconds