HomeSort by relevance Sort by last modified time
    Searched defs:k_LZMA2 (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/7zip/Archive/7z/
7zHeader.h 103 const UInt32 k_LZMA2 = 0x21;
  /external/lzma/C/
7zDec.c 25 #define k_LZMA2 0x21
279 case k_LZMA2:
438 else if (coder->MethodID == k_LZMA2)

Completed in 525 milliseconds