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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DSetup.c1214 UINTN LengthStr; local
1390 LengthStr = StrLen (Value);
1398 if (Length < ((LengthStr / 4 + 1) * 2)) {
1403 for (Index = 0; Index < LengthStr; Index += 4) {
1413 if (StorageWidth < ((LengthStr + 1) / 2)) {
1417 for (Index = 0; Index < LengthStr; Index ++) {
1418 TemStr[0] = Value[LengthStr - Index - 1];
1507 LengthStr = StrLen (Value);
1515 if (Length < ((LengthStr / 4 + 1) * 2)) {
1520 for (Index = 0; Index < LengthStr; Inde
2532 UINTN LengthStr; local
[all...]

Completed in 46 milliseconds