Home
last modified time | relevance | path

Searched refs:SetCoderProps_DSReduce_Aff (Results 1 – 3 of 3) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
DMethodProps.cpp326 return SetCoderProps_DSReduce_Aff(scp, dataSizeReduce, NULL); in SetCoderProps()
329 HRESULT CProps::SetCoderProps_DSReduce_Aff( in SetCoderProps_DSReduce_Aff() function in CProps
DMethodProps.h83 …HRESULT SetCoderProps_DSReduce_Aff(ICompressSetCoderProperties *scp, const UInt64 *dataSizeReduce,…
/third_party/lzma/CPP/7zip/UI/Common/
DBench.cpp1265 RINOK(method.SetCoderProps_DSReduce_Aff(scp, &reduceSize, (affMask != 0 ? &affMask : NULL))); in Generate()