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

/external/lzma/CPP/7zip/Archive/7z/
H A D7zDecode.h48 CDecoder(bool multiThread);
H A D7zDecode.cpp84 CDecoder::CDecoder(bool multiThread) argument
87 multiThread = true;
89 _multiThread = multiThread;
/external/lzma/C/
H A DLzmaEnc.c340 Bool multiThread; member in struct:__anon13042
449 p->multiThread = (props.numThreads > 1);
1916 p->mtMode = (p->multiThread && !p->fastMode && (p->matchFinderBase.btMode != 0));
/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp1253 inline UInt64 GetLZMAUsage(bool multiThread, UInt32 dictionary)
1266 (1 << 20) + (multiThread ? (6 << 20) : 0);

Completed in 103 milliseconds