OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outSize2
(Results
1 - 4
of
4
) sorted by null
/external/lzma/CPP/7zip/Common/
ProgressUtils.cpp
26
UInt64
outSize2
= OutSize;
31
outSize2
+= (*outSize);
35
RINOK(_ratioProgress->SetRatioInfo(&inSize2, &
outSize2
));
41
outSize2
+= ProgressOffset;
42
return _progress->SetCompleted(_inSizeIsMain ? &inSize2 : &
outSize2
);
/external/lzma/C/
Lzma86Enc.c
19
size_t
outSize2
= *destLen;
29
if (
outSize2
< LZMA86_HEADER_SIZE)
71
size_t outSizeProcessed =
outSize2
- LZMA86_HEADER_SIZE;
/external/lzma/CPP/7zip/Compress/
Bcj2Coder.cpp
289
UInt64
outSize2
= currentInPos + outSizeRc + enc.bufs[BCJ2_STREAM_RC] - enc.bufs[BCJ2_STREAM_RC];
291
// printf("progress %8d, %8d\n", (int)inSize2, (int)
outSize2
);
292
RINOK(progress->SetRatioInfo(¤tInPos, &
outSize2
));
466
UInt64
outSize2
= outSizeProcessed + (dec.dest - _bufs[BCJ2_NUM_STREAMS]);
467
if (
outSize2
- prevProgress >= (1 << 22))
469
UInt64 inSize2 =
outSize2
+ _inStreamsProcessed[BCJ2_STREAM_RC] - (dec.lims[BCJ2_STREAM_RC] - dec.bufs[BCJ2_STREAM_RC]);
470
RINOK(progress->SetRatioInfo(&inSize2, &
outSize2
));
471
prevProgress =
outSize2
;
/external/lzma/CPP/7zip/Archive/7z/
7zEncode.cpp
108
UInt64
outSize2
;
113
outSize2
= OutSize;
117
return _progress->SetRatioInfo(inSize, &
outSize2
);
Completed in 1016 milliseconds