Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
DExpression.c1324 UINT16 Length0; in IfrCatenate() local
1377 Length0 = GetLengthForValue(&Value[0]); in IfrCatenate()
1379 Result->BufferLen = (UINT16) (Length0 + Length1); in IfrCatenate()
1386 CopyMem (Result->Buffer, TmpBuf, Length0); in IfrCatenate()
1389 CopyMem (&Result->Buffer[Length0], TmpBuf, Length1); in IfrCatenate()