Searched refs:Char1 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DUefiShellLevel2CommandsLib.c294 CHAR16 Char1; local
301 Char1 = InternalCharToUpper(Source[LoopCount]);
303 if (Char1 != Char2) {
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/TftpServer/
H A DTftpServer.c395 int Char1; local
406 Char1 = (UINT8)*pString1++;
412 Char1 = tolower ( Char1 );
418 Difference = Char1 - Char2;
426 } while ( 0 != Char1 );

Completed in 45 milliseconds