Home
last modified time | relevance | path

Searched refs:_numThreads (Results 1 – 9 of 9) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DXzDecoder.h19 UInt32 _numThreads; member
29 _numThreads(1), in CDecoder()
DLzma2Decoder.cpp26 , _numThreads(1) in CDecoder()
108 UInt32 numThreads = _numThreads; in Code()
200 _numThreads = numThreads; in SetNumberOfThreads()
DXzDecoder.cpp56 UInt32 numThreads = _numThreads; in Decode()
138 _numThreads = numThreads; in SetNumberOfThreads()
DLzma2Decoder.h72 UInt32 _numThreads; variable
/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.h20 _numProcessors = _numThreads = NWindows::NSystem::GetNumberOfProcessors(); in InitCommon()
35 UInt32 _numThreads;
DHandlerOut.cpp73 hres = ParseMtProp(name.Ptr(2), value, _numProcessors, _numThreads); in SetCommonProperty()
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp108 decoder._numThreads = _numThreads; in Decode()
1109 xzProps.numTotalThreads = _numThreads; in UpdateItems()
/external/lzma/CPP/7zip/Archive/7z/
D7zHandlerOut.cpp555 , _numThreads in UpdateItems()
563 methodMode.NumThreads = _numThreads; in UpdateItems()
D7zExtract.cpp373 , true, _numThreads, _memUsage in Extract()