Searched defs:outSize64 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/
H A DLzmaCompress.c193 UInt64 outSize64 = 0; local
210 outSize64 += ((UInt64)inBuffer[LZMA_PROPS_SIZE + i]) << (i * 8);
212 outSize = (size_t)outSize64;

Completed in 41 milliseconds