OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetCoderProps
(Results
1 - 5
of
5
) sorted by null
/external/lzma/CPP/7zip/Common/
MethodProps.h
52
HRESULT
SetCoderProps
(ICompressSetCoderProperties *scp, const UInt64 *dataSizeReduce) const;
MethodProps.cpp
182
HRESULT CProps::
SetCoderProps
(ICompressSetCoderProperties *scp, const UInt64 *dataSizeReduce) const
/external/lzma/CPP/7zip/UI/Common/
HashCalc.cpp
102
RINOK(m.
SetCoderProps
(scp, NULL));
Bench.cpp
784
RINOK(method.
SetCoderProps
(scp, &reduceSize));
940
RINOK(_method.
SetCoderProps
(scp, &reduceSize));
[
all
...]
/external/lzma/CPP/7zip/Archive/7z/
7zEncode.cpp
57
return props.
SetCoderProps
(setCoderProperties, dataSizeReduce);
Completed in 803 milliseconds