Searched refs:LZMA_REQUIRED_INPUT_MAX (Results 1 – 2 of 2) sorted by relevance
48 #define LZMA_REQUIRED_INPUT_MAX 20 macro68 Byte tempBuf[LZMA_REQUIRED_INPUT_MAX];
776 if (inSize < LZMA_REQUIRED_INPUT_MAX || checkEndMarkNow) in LzmaDec_DecodeToDic()795 bufLimit = src + inSize - LZMA_REQUIRED_INPUT_MAX; in LzmaDec_DecodeToDic()807 while (rem < LZMA_REQUIRED_INPUT_MAX && lookAhead < inSize) in LzmaDec_DecodeToDic()810 if (rem < LZMA_REQUIRED_INPUT_MAX || checkEndMarkNow) in LzmaDec_DecodeToDic()