HomeSort by relevance Sort by last modified time
    Searched refs:dataSize64 (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/7zip/Archive/7z/
7zOut.cpp 555 UInt64 dataSize64 = data.GetCapacity();
558 stream, NULL, &dataSize64, folderItem, SeqStream, packSizes, NULL))
  /external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.cpp 332 UInt64 dataSize64 = ConvertStringToUInt64(mappingSize, NULL);
333 UInt32 dataSize = (UInt32)dataSize64;

Completed in 79 milliseconds