Searched refs:LZMA2_IS_UNCOMPRESSED_STATE (Results 1 – 1 of 1) sorted by relevance
32 #define LZMA2_IS_UNCOMPRESSED_STATE(p) (((p)->control & (1 << 7)) == 0) macro107 if (LZMA2_IS_UNCOMPRESSED_STATE(p)) in Lzma2Dec_UpdateState()131 return LZMA2_IS_UNCOMPRESSED_STATE(p) ? LZMA2_STATE_DATA : LZMA2_STATE_PACK0; in Lzma2Dec_UpdateState()225 if (LZMA2_IS_UNCOMPRESSED_STATE(p)) in Lzma2Dec_DecodeToDic()362 if (LZMA2_IS_UNCOMPRESSED_STATE(p)) in Lzma2Dec_Parse()