Lines Matching refs:Format
36 GetDebugPrintErrorLevel (), then print the message specified by Format and the
39 If Format is NULL, then ASSERT().
42 @param Format The format string for the debug message to print.
44 based on the format string specified by Format.
51 IN CONST CHAR8 *Format,
59 // If Format is NULL, then ASSERT().
61 ASSERT (Format != NULL);
73 VA_START (Marker, Format);
74 UnicodeVSPrintAsciiFormat (Buffer, MAX_DEBUG_MESSAGE_LENGTH, Format, Marker);
120 // Generate the ASSERT() message in Unicode format