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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePrintLib/
H A DPrintLibInternal.c243 // Print Comma type for every 3 characters
330 BOOLEAN Comma; local
416 Comma = FALSE;
559 Comma = TRUE;
563 if (Comma) {
574 Comma = FALSE;
600 if (Comma && Count != 0) {
895 if (Comma) {
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DMap.c728 CHAR16 *Comma; local
736 Comma = StrStr(TypeWalker, L",");
737 if (Comma == NULL) {
745 *Comma = CHAR_NULL;
751 *Comma = L',';
752 TypeWalker = Comma + 1;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxePrintLibPrint2Protocol/
H A DPrintLib.c1173 BOOLEAN Comma; local
1246 Comma = FALSE;
1389 Comma = TRUE;
1393 if (Comma) {
1404 Comma = FALSE;
1430 if (Comma && Count != 0) {
1707 if (Comma) {

Completed in 51 milliseconds