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

/illumos-gate/usr/src/common/lzma/
H A DLzmaDec.h41 /* LZMA_REQUIRED_INPUT_MAX = number of required input bytes for worst case.
44 #define LZMA_REQUIRED_INPUT_MAX 20 macro
64 Byte tempBuf[LZMA_REQUIRED_INPUT_MAX];

Completed in 43 milliseconds