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

  /external/lzma/C/
Ppmd7.h 20 #define PPMD7_MAX_MEM_SIZE (0xFFFFFFFF - 12 * 3)
7zDec.c 91 memSize > PPMD7_MAX_MEM_SIZE)
  /external/lzma/CPP/7zip/Compress/
PpmdDecoder.cpp 45 memSize > PPMD7_MAX_MEM_SIZE)
PpmdEncoder.cpp 82 if (v < (1 << 16) || v > PPMD7_MAX_MEM_SIZE || (v & 3) != 0)

Completed in 131 milliseconds