Home
last modified time | relevance | path

Searched refs:k_LZMA (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/Common/
DMethodProps.cpp11 static const UInt64 k_LZMA = 0x030101; variable
18 if (inSizeForReduce != 0 && (method.Id == k_LZMA || method.Id == k_LZMA2)) in SetMethodProperties()
/external/lzma/C/
D7zDec.c21 #define k_LZMA 0x30101 macro
248 case k_LZMA: in IS_MAIN_METHOD()
395 else if (coder->MethodID == k_LZMA) in SzFolder_Decode2()
/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp178 static const UInt64 k_LZMA = 0x030101; variable
282 else if (coder.MethodID == k_LZMA && coder.Props.GetCapacity() == 5) in GetProperty()
D7zUpdate.cpp27 static const UInt64 k_LZMA = 0x030101; variable
360 GetMethodFull(k_LZMA, 1, methodFull); in MakeExeMethod()