Searched defs:LZMA_REQUIRED_INPUT_MAX (Results 1 - 1 of 1) sorted by relevance

/external/lzma/C/
H A DLzmaDec.h43 /* LZMA_REQUIRED_INPUT_MAX = number of required input bytes for worst case.
46 #define LZMA_REQUIRED_INPUT_MAX 20 macro
66 Byte tempBuf[LZMA_REQUIRED_INPUT_MAX];

Completed in 732 milliseconds