Searched refs:lzmaThreads (Results 1 – 3 of 3) sorted by relevance
197 int Get_Xz_NumThreads(UInt32 &lzmaThreads) const in Get_Xz_NumThreads() argument199 lzmaThreads = 1; in Get_Xz_NumThreads()204 lzmaThreads = 2; in Get_Xz_NumThreads()
190 const UInt32 lzmaThreads = oneMethodInfo.Get_Lzma_NumThreads(); in SetMainMethod() local191 const UInt32 numBlockThreads_Original = methodMode.NumThreads / lzmaThreads; in SetMainMethod()221 const UInt32 numThreads_New = numBlockThreads * lzmaThreads; in SetMainMethod()
1191 const UInt32 lzmaThreads = oneMethodInfo.Get_Lzma_NumThreads(); in UpdateItems() local1192 const UInt32 numBlockThreads_Original = numThreads / lzmaThreads; in UpdateItems()1215 numThreads = numBlockThreads * lzmaThreads; in UpdateItems()