Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/C/
H A D7zDec.c25 #define k_LZMA2 0x21 macro
309 case k_LZMA2: in IS_MAIN_METHOD()
480 else if (coder->MethodID == k_LZMA2) in SzFolder_Decode2()
/aosp_15_r20/external/lzma/CPP/7zip/Archive/7z/
H A D7zHeader.h105 const UInt32 k_LZMA2 = 0x21; variable
H A D7zHandler.cpp210 if (id == k_LZMA2) in Z7_COM7F_IMF()
462 else if (id == k_LZMA2) in SetMethodToProp()
H A D7zHandlerOut.cpp149 case k_LZMA2: dicSize = oneMethodInfo.Get_Lzma_DicSize(); break; in SetMainMethod()
199 if (methodFull.Id == k_LZMA2) in SetMainMethod()
H A D7zIn.cpp805 if (id == k_LZMA2 && propsSize == 1) in ReadUnpackInfo()
H A D7zUpdate.cpp1413 if (nextMethod.Id == k_LZMA || nextMethod.Id == k_LZMA2) in MakeExeMethod()