Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DMethodProps.h66 int i = FindProp(NCoderPropID::kNumThreads); in Get_NumThreads()
76 int i = FindProp(NCoderPropID::kDictionarySize); in Get_DicSize()
86 int FindProp(PROPID id) const;
90 int i = FindProp(NCoderPropID::kAlgorithm); in Get_Lzma_Algo()
99 int i = FindProp(NCoderPropID::kDictionarySize); in Get_Lzma_DicSize()
109 int i = FindProp(NCoderPropID::kEndMarker); in Get_Lzma_Eos()
121 if (FindProp(NCoderPropID::kPosStateBits) >= 0) return true; in Are_Lzma_Model_Props_Defined()
122 if (FindProp(NCoderPropID::kLitContextBits) >= 0) return true; in Are_Lzma_Model_Props_Defined()
123 if (FindProp(NCoderPropID::kLitPosBits) >= 0) return true; in Are_Lzma_Model_Props_Defined()
150 int i = FindProp(id); in GetProp_BlockSize()
[all …]
DMethodProps.cpp231 int CMethodProps::FindProp(PROPID id) const in FindProp() function in CMethodProps
241 int i = FindProp(NCoderPropID::kLevel); in GetLevel()
/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.cpp93 if (m.FindProp(propID) < 0) in SetMethodProp32()