Home
last modified time | relevance | path

Searched refs:numBlockThreads (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zHandlerOut.cpp238 if (numBlockThreads > kNumMaxThreads) in SetMainMethod()
239 numBlockThreads = kNumMaxThreads; in SetMainMethod()
242 UInt32 numBlockThreads = numBlockThreads_Original; in SetMainMethod() local
245 for (; numBlockThreads > 1; numBlockThreads--) in SetMainMethod()
247 UInt64 size = numBlockThreads * (lzmaMemUsage + cs); in SetMainMethod()
248 UInt32 numPackChunks = numBlockThreads + (numBlockThreads / 8) + 1; in SetMainMethod()
253 // printf("\nnumBlockThreads = %d, size = %d\n", (unsigned)(numBlockThreads), (unsigned)(size >> 20)); in SetMainMethod()
258 if (numBlockThreads in SetMainMethod()
[all...]
/third_party/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp1200 UInt32 numBlockThreads = numBlockThreads_Original; in UpdateItems() local
1203 for (; numBlockThreads > 1; numBlockThreads--) in UpdateItems()
1205 UInt64 size = numBlockThreads * (lzmaMemUsage + cs); in UpdateItems()
1206 UInt32 numPackChunks = numBlockThreads + (numBlockThreads / 8) + 1; in UpdateItems()
1211 // printf("\nnumBlockThreads = %d, size = %d\n", (unsigned)(numBlockThreads), (unsigned)(size >> 20)); in UpdateItems()
1216 if (numBlockThreads == 0) in UpdateItems()
1217 numBlockThreads = 1; in UpdateItems()
1218 if (numBlockThreads ! in UpdateItems()
[all...]

Completed in 3 milliseconds