Home
last modified time | relevance | path

Searched refs:Spaces (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
DIIOwrite.c29 static wchar_t Spaces[] = L" "; // Spaces for expanding TABs variable
31 #define MAX_TAB_WIDTH ((int)(sizeof(Spaces) / sizeof(wchar_t)) - 1)
93 wcb = &Spaces[SpaceIndex]; // Point to the appropriate number of spaces in IIO_WriteOne()
/device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
DCommand.c614 UINTN Spaces = 0; in OutputData() local
665 Spaces = 9 * ((0x10 - Line)/4); in OutputData()
668 Spaces = 5 * ((0x10 - Line)/2); in OutputData()
671 Spaces = 3 * (0x10 - Line); in OutputData()
675 Blanks[Spaces] = '\0'; in OutputData()
679 Blanks[Spaces] = ' '; in OutputData()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
DUefiShellLevel1CommandsLib.uni315 " order otherwise. Spaces separate the operators from\r\n"
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DUefiShellLevel2CommandsLib.uni391 " Types can be combined by putting a comma between two types. Spaces\r\n"
860 " - Spaces before or after the numeric character and spaces inserted into\r\n"