Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.cpp73 hres = ParseMtProp(name.Ptr(2), value, _numProcessors, _numThreads); in SetCommonProperty()
/external/lzma/CPP/7zip/Common/
DMethodProps.h20 HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32 defaultNumThreads, UInt32 …
DMethodProps.cpp77 HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32 defaultNumThreads, UInt32 … in ParseMtProp() function
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp2909 RINOK(ParseMtProp(s, propVariant, numCPUs, numThreadsSpecified)); in Bench()