Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Compress/
DPpmdDecoder.cpp41 memSize > PPMD7_MAX_MEM_SIZE) in SetDecoderProperties2()
DPpmdEncoder.cpp78 if (v < (1 << 16) || v > PPMD7_MAX_MEM_SIZE || (v & 3) != 0) in SetCoderProperties()
/external/lzma/C/
DPpmd7.h20 #define PPMD7_MAX_MEM_SIZE (0xFFFFFFFF - 12 * 3) macro
D7zDec.c96 memSize > PPMD7_MAX_MEM_SIZE) in SzDecodePpmd()