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

  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
Performance.h 82 // DXE_PERFORMANCE_STRING_SIZE must be a multiple of 8.
84 #define DXE_PERFORMANCE_STRING_SIZE 32
85 #define DXE_PERFORMANCE_STRING_LENGTH (DXE_PERFORMANCE_STRING_SIZE - 1)
94 CHAR8 Token[DXE_PERFORMANCE_STRING_SIZE]; ///< Measured token string name.
95 CHAR8 Module[DXE_PERFORMANCE_STRING_SIZE]; ///< Module string name.
102 CHAR8 Token[DXE_PERFORMANCE_STRING_SIZE]; ///< Measured token string name.
103 CHAR8 Module[DXE_PERFORMANCE_STRING_SIZE]; ///< Module string name.
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
DpInternal.h 29 extern CHAR16 mUnicodeToken[DXE_PERFORMANCE_STRING_SIZE];
Dp.c 51 CHAR16 mUnicodeToken[DXE_PERFORMANCE_STRING_SIZE];
  /device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
DpInternal.h 30 extern CHAR16 mUnicodeToken[DXE_PERFORMANCE_STRING_SIZE];
Dp.c 63 CHAR16 mUnicodeToken[DXE_PERFORMANCE_STRING_SIZE];
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCorePerformanceLib/
DxeCorePerformanceLib.c 194 AsciiStrnCpyS (GaugeEntryExArray[Index].Token, DXE_PERFORMANCE_STRING_SIZE, Token, DXE_PERFORMANCE_STRING_LENGTH);
197 AsciiStrnCpyS (GaugeEntryExArray[Index].Module, DXE_PERFORMANCE_STRING_SIZE, Module, DXE_PERFORMANCE_STRING_LENGTH);
466 AsciiStrCpyS (GaugeEntryExArray[Index].Token, DXE_PERFORMANCE_STRING_SIZE, LogEntryArray[Index].Token);
467 AsciiStrCpyS (GaugeEntryExArray[Index].Module, DXE_PERFORMANCE_STRING_SIZE, LogEntryArray[Index].Module);
    [all...]

Completed in 629 milliseconds