Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
DSetup.c1389 UINTN LengthStr; in BufferToValue() local
1431 LengthStr = StrLen (Value); in BufferToValue()
1439 if (Length < ((LengthStr / 4 + 1) * 2)) { in BufferToValue()
1444 for (Index = 0; Index < LengthStr; Index += 4) { in BufferToValue()
1454 if (Question->StorageWidth < ((LengthStr + 1) / 2)) { in BufferToValue()
1458 for (Index = 0; Index < LengthStr; Index ++) { in BufferToValue()
1459 TemStr[0] = Value[LengthStr - Index - 1]; in BufferToValue()