Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DEfiDecompress.c46 UINT64 Temp64Bit; in ShellCommandRunEfiDecompress() local
117 Status = FileHandleGetSize(InFileHandle, &Temp64Bit); in ShellCommandRunEfiDecompress()
118 ASSERT(Temp64Bit <= (UINT32)(-1)); in ShellCommandRunEfiDecompress()
119 InSize = (UINTN)Temp64Bit; in ShellCommandRunEfiDecompress()