Home
last modified time | relevance | path

Searched refs:isMT (Results 1 - 6 of 6) sorted by relevance

/third_party/lzma/CPP/7zip/Compress/
H A DXzDecoder.cpp51 int isMT = False; in Decode() local
64 isMT = (numThreads > 1); in Decode()
85 &isMT, in Decode()
91 // _tryMt = isMT; in Decode()
H A DLzma2Decoder.cpp144 int isMT = False; in Code() local
147 isMT = _tryMt; in Code()
156 &isMT, in Code()
168 _tryMt = isMT; in Code()
/third_party/lzma/C/
H A DLzma2DecMt.h60 int *isMT, /* out: (*isMT == 0), if single thread decoding was used */
H A DLzma2DecMt.c811 int *isMT, in Lzma2DecMt_Decode()
846 *isMT = False; in Lzma2DecMt_Decode()
902 *isMT = True; in Lzma2DecMt_Decode()
950 *isMT = False; in Lzma2DecMt_Decode()
802 Lzma2DecMt_Decode(CLzma2DecMtHandle p, Byte prop, const CLzma2DecMtProps *props, ISeqOutStreamPtr outStream, const UInt64 *outDataSize, int finishMode, ISeqInStreamPtr inStream, UInt64 *inProcessed, int *isMT, ICompressProgressPtr progress) Lzma2DecMt_Decode() argument
H A DXz.h529 int *isMT, // out: 0 means that ST (Single-Thread) version was used
H A DXzDec.c2622 int *isMT, in XzDecMt_Decode()
2663 *isMT = False; in XzDecMt_Decode()
2722 *isMT = True; in XzDecMt_Decode()
2825 *isMT = False; in XzDecMt_Decode()
2614 XzDecMt_Decode(CXzDecMtHandle p, const CXzDecMtProps *props, const UInt64 *outDataSize, int finishMode, ISeqOutStreamPtr outStream, ISeqInStreamPtr inStream, CXzStatInfo *stat, int *isMT, ICompressProgressPtr progress) XzDecMt_Decode() argument

Completed in 7 milliseconds