Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Common/
DMethodProps.h197 int Get_Xz_NumThreads(UInt32 &lzmaThreads) const in Get_Xz_NumThreads() argument
199 lzmaThreads = 1; in Get_Xz_NumThreads()
204 lzmaThreads = 2; in Get_Xz_NumThreads()
/third_party/lzma/CPP/7zip/Archive/7z/
D7zHandlerOut.cpp190 const UInt32 lzmaThreads = oneMethodInfo.Get_Lzma_NumThreads(); in SetMainMethod() local
191 const UInt32 numBlockThreads_Original = methodMode.NumThreads / lzmaThreads; in SetMainMethod()
221 const UInt32 numThreads_New = numBlockThreads * lzmaThreads; in SetMainMethod()
/third_party/lzma/CPP/7zip/Archive/
DXzHandler.cpp1191 const UInt32 lzmaThreads = oneMethodInfo.Get_Lzma_NumThreads(); in UpdateItems() local
1192 const UInt32 numBlockThreads_Original = numThreads / lzmaThreads; in UpdateItems()
1215 numThreads = numBlockThreads * lzmaThreads; in UpdateItems()