Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zDecode.h66 , bool mtMode, UInt32 numThreads, UInt64 memUsage
H A D7zDecode.cpp233 , bool mtMode, UInt32 numThreads, UInt64 memUsage
379 if (mtMode)
/third_party/lzma/C/
H A DLzmaEnc.c431 BoolInt mtMode; member
2171 (p->mtMode && in CheckErrors()
2389 if (p->mtMode) in LzmaEnc_CodeOneBlock()
2695 p->mtMode = (p->multiThread && !p->fastMode && (MFB.btMode != 0)); in LzmaEnc_Alloc()
2739 if (p->mtMode) in LzmaEnc_Alloc()
2904 if (p->mtMode) in LzmaEnc_Finish()
/third_party/lzma/CPP/7zip/UI/Common/
H A DBench.cpp3231 bool mtMode = (numThreads > 1) || affinityMode->NeedAffinity();
3233 if (mtMode)

Completed in 12 milliseconds