Searched refs:ParseMtProp (Results 1 – 4 of 4) sorted by relevance
/external/lzma/CPP/7zip/Archive/Common/ |
D | HandlerOut.cpp | 73 hres = ParseMtProp(name.Ptr(2), value, _numProcessors, _numThreads); in SetCommonProperty()
|
/external/lzma/CPP/7zip/Common/ |
D | MethodProps.h | 20 HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32 defaultNumThreads, UInt32 …
|
D | MethodProps.cpp | 77 HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32 defaultNumThreads, UInt32 … in ParseMtProp() function
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 2909 RINOK(ParseMtProp(s, propVariant, numCPUs, numThreadsSpecified)); in Bench()
|