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

  /external/lzma/CPP/7zip/Archive/7z/
7zHandler.h 26 const UInt32 k_BCJ = 0x03030103;
7zEncode.cpp 16 static const UInt64 k_BCJ = 0x03030103;
255 if (m == k_Delta || m == k_BCJ || m == k_BCJ2)
  /external/lzma/C/
7zDec.c 24 #define k_BCJ 0x03030103
298 case k_BCJ:
440 case k_BCJ:
  /external/lzma/CPP/7zip/Archive/
LzmaHandler.cpp 97 static const UInt32 k_BCJ = 0x03030103;
115 RINOK(CreateCoder(EXTERNAL_CODECS_LOC_VARS k_BCJ, coder, false));

Completed in 76 milliseconds