Searched defs:DescriptionSize (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/
H A DDebugLib.c264 UINTN DescriptionSize; local
270 DescriptionSize = AsciiStrSize (Description);
271 TotalSize = sizeof (EFI_DEBUG_ASSERT_DATA) + FileNameSize + DescriptionSize;

Completed in 52 milliseconds