Searched refs:LZMA2_IS_UNCOMPRESSED_STATE (Results 1 – 1 of 1) sorted by relevance
35 #define LZMA2_IS_UNCOMPRESSED_STATE(p) (((p)->control & LZMA2_CONTROL_LZMA) == 0) macro110 if (LZMA2_IS_UNCOMPRESSED_STATE(p)) in Lzma2Dec_UpdateState()128 return (LZMA2_IS_UNCOMPRESSED_STATE(p)) ? LZMA2_STATE_DATA : LZMA2_STATE_PACK0; in Lzma2Dec_UpdateState()211 if (LZMA2_IS_UNCOMPRESSED_STATE(p)) in Lzma2Dec_DecodeToDic()