OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inSize2
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/7zip/Common/
ProgressUtils.cpp
25
UInt64
inSize2
= InSize;
29
inSize2
+= (*inSize);
35
RINOK(_ratioProgress->SetRatioInfo(&
inSize2
, &outSize2));
40
inSize2
+= ProgressOffset;
42
return _progress->SetCompleted(_inSizeIsMain ? &
inSize2
: &outSize2);
/external/lzma/CPP/7zip/Compress/
Bcj2Coder.cpp
291
// printf("progress %8d, %8d\n", (int)
inSize2
, (int)outSize2);
469
UInt64
inSize2
= outSize2 + _inStreamsProcessed[BCJ2_STREAM_RC] - (dec.lims[BCJ2_STREAM_RC] - dec.bufs[BCJ2_STREAM_RC]);
470
RINOK(progress->SetRatioInfo(&
inSize2
, &outSize2));
Completed in 109 milliseconds