Searched refs:LZMA_REQUIRED_INPUT_MAX (Results 1 – 2 of 2) sorted by relevance
51 #define LZMA_REQUIRED_INPUT_MAX 20 macro73 Byte tempBuf[LZMA_REQUIRED_INPUT_MAX];
946 if (inSize < LZMA_REQUIRED_INPUT_MAX || checkEndMarkNow) in LzmaDec_DecodeToDic()965 bufLimit = src + inSize - LZMA_REQUIRED_INPUT_MAX; in LzmaDec_DecodeToDic()977 while (rem < LZMA_REQUIRED_INPUT_MAX && lookAhead < inSize) in LzmaDec_DecodeToDic()980 if (rem < LZMA_REQUIRED_INPUT_MAX || checkEndMarkNow) in LzmaDec_DecodeToDic()