Searched refs:dataSizeReduce (Results 1 – 3 of 3) sorted by relevance
/third_party/lzma/CPP/7zip/Common/ |
D | MethodProps.cpp | 324 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() argument 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()
|
D | MethodProps.h | 82 …HRESULT SetCoderProps(ICompressSetCoderProperties *scp, const UInt64 *dataSizeReduce = NULL) const; 83 …HRESULT SetCoderProps_DSReduce_Aff(ICompressSetCoderProperties *scp, const UInt64 *dataSizeReduce,…
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
D | 7zEncode.cpp | 91 static HRESULT SetCoderProps2(const CProps &props, const UInt64 *dataSizeReduce, IUnknown *coder) in SetCoderProps2() argument 97 return props.SetCoderProps(setCoderProperties, dataSizeReduce); in SetCoderProps2()
|