Searched refs:dataSizeReduce (Results 1 - 3 of 3) sorted by relevance
/third_party/lzma/CPP/7zip/Common/ |
H A 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() 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 D | MethodProps.h | 82 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 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()
|
Completed in 3 milliseconds