Home
last modified time | relevance | path

Searched refs:needContinue (Results 1 - 4 of 4) sorted by relevance

/third_party/lzma/C/
H A DMtDec.c250 BoolInt needCode, needWrite, needContinue; in MtDec_ThreadFunc2() local
590 // - if (needContinue) after Write(&needContinue), we restore decoding with new iteration in MtDec_ThreadFunc2()
720 needContinue = (!finish); in MtDec_ThreadFunc2()
732 &needContinue, in MtDec_ThreadFunc2()
737 PRF(printf("\nAfter Write needContinue = %d\n", (unsigned)needContinue)); in MtDec_ThreadFunc2()
747 || (!needContinue && !finish)) in MtDec_ThreadFunc2()
781 if (needContinue) in MtDec_ThreadFunc2()
1018 p->needContinue in MtDec_Code()
[all...]
H A DLzma2DecMt.c532 BoolInt *needContinue, BoolInt *canRecode) in Lzma2DecMt_MtCallback_Write()
546 *needContinue = False; in Lzma2DecMt_MtCallback_Write()
589 *needContinue = needContinue2; in Lzma2DecMt_MtCallback_Write()
603 *needContinue = needContinue2; in Lzma2DecMt_MtCallback_Write()
910 BoolInt needContinue = False; in Lzma2DecMt_Decode() local
921 needContinue = False; in Lzma2DecMt_Decode()
928 needContinue = p->mtc.needContinue; in Lzma2DecMt_Decode()
931 if (!needContinue) in Lzma2DecMt_Decode()
529 Lzma2DecMt_MtCallback_Write(void *pp, unsigned coderIndex, BoolInt needWriteToStream, const Byte *src, size_t srcSize, BoolInt isCross, BoolInt *needContinue, BoolInt *canRecode) Lzma2DecMt_MtCallback_Write() argument
H A DMtDec.h64 MTDEC_PARSE_END // end of block threading. But we still can return to threading after Write(&needContinue)
105 if (*needContinue), decoder still need to continue decoding with new iteration,
113 BoolInt *needContinue,
152 BoolInt needContinue; member
H A DXzDec.c2011 BoolInt *needContinue, in XzDecMt_Callback_Write()
2019 *needContinue = False; in XzDecMt_Callback_Write()
2135 *needContinue = True; in XzDecMt_Callback_Write()
2208 *needContinue = True; in XzDecMt_Callback_Write()
2298 *needContinue = True; in XzDecMt_Callback_Write()
2690 BoolInt needContinue; in XzDecMt_Decode() local
2741 needContinue = False; in XzDecMt_Decode()
2752 needContinue = p->mtc.needContinue; in XzDecMt_Decode()
2755 if (!needContinue) in XzDecMt_Decode()
2007 XzDecMt_Callback_Write(void *pp, unsigned coderIndex, BoolInt needWriteToStream, const Byte *src, size_t srcSize, BoolInt isCross, BoolInt *needContinue, BoolInt *canRecode) XzDecMt_Callback_Write() argument
[all...]

Completed in 9 milliseconds