HomeSort by relevance Sort by last modified time
    Searched refs:SMM_PERFORMANCE_STRING_SIZE (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
Performance.h 128 // SMM_PERFORMANCE_STRING_SIZE.
130 #define SMM_PERFORMANCE_STRING_SIZE 32
131 #define SMM_PERFORMANCE_STRING_LENGTH (SMM_PERFORMANCE_STRING_SIZE - 1)
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmCorePerformanceLib/
SmmCorePerformanceLib.c 205 AsciiStrnCpyS (GaugeEntryExArray[Index].Token, SMM_PERFORMANCE_STRING_SIZE, Token, SMM_PERFORMANCE_STRING_LENGTH);
208 AsciiStrnCpyS (GaugeEntryExArray[Index].Module, SMM_PERFORMANCE_STRING_SIZE, Module, SMM_PERFORMANCE_STRING_LENGTH);
    [all...]

Completed in 74 milliseconds