Home
last modified time | relevance | path

Searched refs:mtMode (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zDecode.h63 , bool mtMode, UInt32 numThreads, UInt64 memUsage
D7zDecode.cpp240 , bool mtMode, UInt32 numThreads, UInt64 memUsage in Decode() argument
368 if (mtMode) in Decode()
/external/lzma/C/
DLzmaEnc.c343 BoolInt mtMode; member
2566 p->mtMode = (p->multiThread && !p->fastMode && (p->matchFinderBase.btMode != 0)); in LzmaEnc_Alloc()
2591 if (p->mtMode) in LzmaEnc_Alloc()
2760 if (p->mtMode) in LzmaEnc_Finish()