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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Guid/
H A DPerformance.h22 // PEI_PERFORMANCE_STRING_SIZE must be a multiple of 8.
24 #define PEI_PERFORMANCE_STRING_SIZE 8 macro
25 #define PEI_PERFORMANCE_STRING_LENGTH (PEI_PERFORMANCE_STRING_SIZE - 1)
29 CHAR8 Token[PEI_PERFORMANCE_STRING_SIZE]; ///< Measured token string name.
30 CHAR8 Module[PEI_PERFORMANCE_STRING_SIZE]; ///< Module string name.

Completed in 55 milliseconds