Home
last modified time | relevance | path

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

/external/lzma/C/
DMtDec.c30 p->totalInSize = 0; in MtProgress_Init()
38 if (ICompressProgress_Progress(p->progress, p->totalInSize, p->totalOutSize) != SZ_OK) in MtProgress_Progress_ST()
49 p->totalInSize += inSize; in MtProgress_ProgressAdd()
52 if (ICompressProgress_Progress(p->progress, p->totalInSize, p->totalOutSize) != SZ_OK) in MtProgress_ProgressAdd()
215 p->mtProgress.totalInSize += inSize; in MtDec_Progress_GetError_Spec()
218 …if (ICompressProgress_Progress(p->mtProgress.progress, p->mtProgress.totalInSize, p->mtProgress.to… in MtDec_Progress_GetError_Spec()
DMtDec.h28 UInt64 totalInSize; member
DXzDec.c2105 me->mtc.mtProgress.totalInSize = me->mtc.inProcessed; in XzDecMt_Callback_Write()
2139 me->mtc.mtProgress.totalInSize = me->mtc.inProcessed; in XzDecMt_Callback_Write()
2224 me->mtc.mtProgress.totalInSize = me->mtc.inProcessed; in XzDecMt_Callback_Write()
/external/lz4/tests/
Dfullbench.c353 size_t totalInSize = (size_t)srcSize; in local_LZ4F_decompress_followHint() local
375 if (inPos != totalInSize) { in local_LZ4F_decompress_followHint()
377 (unsigned)inPos, (unsigned)totalInSize); in local_LZ4F_decompress_followHint()
/external/lz4/lib/
Dlz4frame.c234 U64 totalInSize; member
689 cctxPtr->totalInSize = 0; in LZ4F_compressBegin_usingCDict()
923 cctxPtr->totalInSize += srcSize; in LZ4F_compressUpdate()
1013 if (cctxPtr->prefs.frameInfo.contentSize != cctxPtr->totalInSize) in LZ4F_compressEnd()