HomeSort by relevance Sort by last modified time
    Searched refs:k_LZMA (Results 1 - 5 of 5) sorted by null

  /external/lzma/CPP/7zip/Common/
MethodProps.cpp 11 static const UInt64 k_LZMA = 0x030101;
18 if (inSizeForReduce != 0 && (method.Id == k_LZMA || method.Id == k_LZMA2))
  /external/chromium_org/third_party/lzma_sdk/
7zDec.c 21 #define k_LZMA 0x30101
248 case k_LZMA:
395 else if (coder->MethodID == k_LZMA)
  /external/lzma/C/
7zDec.c 21 #define k_LZMA 0x30101
248 case k_LZMA:
395 else if (coder->MethodID == k_LZMA)
  /external/lzma/CPP/7zip/Archive/7z/
7zHandler.cpp 178 static const UInt64 k_LZMA = 0x030101;
282 else if (coder.MethodID == k_LZMA && coder.Props.GetCapacity() == 5)
7zUpdate.cpp 27 static const UInt64 k_LZMA = 0x030101;
360 GetMethodFull(k_LZMA, 1, methodFull);

Completed in 62 milliseconds