Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DMethodProps.cpp12 static const UInt64 k_LZMA2 = 0x21; variable
18 if (inSizeForReduce != 0 && (method.Id == k_LZMA || method.Id == k_LZMA2)) in SetMethodProperties()
/external/lzma/C/
D7zDec.c20 #define k_LZMA2 0x21 macro
249 case k_LZMA2: in IS_MAIN_METHOD()
399 else if (coder->MethodID == k_LZMA2) in SzFolder_Decode2()
/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp177 static const UInt64 k_LZMA2 = 0x21; variable
287 else if (coder.MethodID == k_LZMA2 && coder.Props.GetCapacity() == 1) in GetProperty()