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