Home | History | Annotate | Download | only in SemiHostingDebugLib

Lines Matching refs:Format

35   the message specified by Format and the associated variable argument list to

38 If Format is NULL, then ASSERT().
41 @param Format Format string for the debug message to print.
48 IN CONST CHAR8 *Format,
56 // If Format is NULL, then ASSERT().
58 ASSERT (Format != NULL);
70 VA_START (Marker, Format);
71 AsciiVSPrint (AsciiBuffer, sizeof (AsciiBuffer), Format, Marker);
112 // Generate the ASSERT() message in Unicode format