Home
last modified time | relevance | path

Searched refs:ParseMtProp (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.cpp91 RINOK(ParseMtProp(name.Ptr(2), value, _numProcessors, _numThreads)); in SetProperty()
145 RINOK(ParseMtProp(name.Ptr(2), value, _numProcessors, _numThreads)); in SetProperties()
/external/lzma/CPP/7zip/Common/
DMethodProps.h17 HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32 defaultNumThreads, UInt32 …
DMethodProps.cpp69 HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32 defaultNumThreads, UInt32 … in ParseMtProp() function
/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp739 RINOK(ParseMtProp(name.Ptr(2), value, numProcessors, _numThreads)); in SetProperties()
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp2565 RINOK(ParseMtProp(s, propVariant, numCPUs, numThreadsSpecified)); in Bench()