Searched refs:StrPercent (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/ |
D | MemoryTest.c | 55 CHAR16 StrPercent[80]; in PlatformBootManagerMemoryTest() local 158 UnicodeValueToString (StrPercent, 0, TestPercent, 0); in PlatformBootManagerMemoryTest() 165 StrPercent, in PlatformBootManagerMemoryTest() 166 sizeof (StrPercent) / sizeof (CHAR16), in PlatformBootManagerMemoryTest() 168 sizeof (StrPercent) / sizeof (CHAR16) - StrLen (StrPercent) - 1 in PlatformBootManagerMemoryTest() 170 PrintXY (10, 10, NULL, NULL, StrPercent); in PlatformBootManagerMemoryTest()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/ |
D | MemoryTest.c | 224 CHAR16 StrPercent[80]; in BdsMemoryTest() local 321 UnicodeValueToString (StrPercent, 0, TestPercent, 0); in BdsMemoryTest() 328 StrPercent, in BdsMemoryTest() 329 sizeof (StrPercent) / sizeof (CHAR16), in BdsMemoryTest() 331 sizeof (StrPercent) / sizeof (CHAR16) - StrLen (StrPercent) - 1 in BdsMemoryTest() 333 PrintXY (10, 10, NULL, NULL, StrPercent); in BdsMemoryTest()
|