Home
last modified time | relevance | path

Searched refs:k_LZMA2 (Results 1 – 6 of 6) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zHeader.h103 const UInt32 k_LZMA2 = 0x21; variable
D7zHandler.cpp184 if (id == k_LZMA2) in GetArchiveProperty()
433 else if (id == k_LZMA2) in SetMethodToProp()
D7zHandlerOut.cpp140 case k_LZMA2: dicSize = oneMethodInfo.Get_Lzma_DicSize(); break; in SetMainMethod()
D7zIn.cpp722 if (id == k_LZMA2 && propsSize == 1) in ReadUnpackInfo()
D7zUpdate.cpp1067 if (nextMethod.Id == k_LZMA || nextMethod.Id == k_LZMA2) in MakeExeMethod()
/external/lzma/C/
D7zDec.c25 #define k_LZMA2 0x21 macro
279 case k_LZMA2: in IS_MAIN_METHOD()
438 else if (coder->MethodID == k_LZMA2) in SzFolder_Decode2()