Home
last modified time | relevance | path

Searched refs:dataSizeReduce (Results 1 - 3 of 3) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
H A DMethodProps.cpp324 HRESULT CProps::SetCoderProps(ICompressSetCoderProperties *scp, const UInt64 *dataSizeReduce) const in SetCoderProps()
326 return SetCoderProps_DSReduce_Aff(scp, dataSizeReduce, NULL); in SetCoderProps()
331 const UInt64 *dataSizeReduce, in SetCoderProps_DSReduce_Aff()
334 CCoderProps coderProps(Props.Size() + (dataSizeReduce ? 1 : 0) + (affinity ? 1 : 0) ); in SetCoderProps_DSReduce_Aff()
337 if (dataSizeReduce) in SetCoderProps_DSReduce_Aff()
341 prop.Value = *dataSizeReduce; in SetCoderProps_DSReduce_Aff()
329 SetCoderProps_DSReduce_Aff( ICompressSetCoderProperties *scp, const UInt64 *dataSizeReduce, const UInt64 *affinity) const SetCoderProps_DSReduce_Aff() argument
H A DMethodProps.h82 HRESULT SetCoderProps(ICompressSetCoderProperties *scp, const UInt64 *dataSizeReduce = NULL) const;
83 HRESULT SetCoderProps_DSReduce_Aff(ICompressSetCoderProperties *scp, const UInt64 *dataSizeReduce, const UInt64 *affinity) const;
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zEncode.cpp91 static HRESULT SetCoderProps2(const CProps &props, const UInt64 *dataSizeReduce, IUnknown *coder) in SetCoderProps2() argument
97 return props.SetCoderProps(setCoderProperties, dataSizeReduce); in SetCoderProps2()

Completed in 3 milliseconds