Searched refs:LZMA2_CONTROL_COPY_RESET_DIC (Results 1 – 2 of 2) sorted by relevance
30 #define LZMA2_CONTROL_COPY_RESET_DIC 1 macro109 if (b == LZMA2_CONTROL_COPY_RESET_DIC) in Lzma2Dec_UpdateState()235 BoolInt initDic = (p->control == LZMA2_CONTROL_COPY_RESET_DIC); in Lzma2Dec_DecodeToDic()333 if (p->control == LZMA2_CONTROL_COPY_RESET_DIC || p->control >= 0xE0) in Lzma2Dec_Parse()
20 #define LZMA2_CONTROL_COPY_RESET_DIC 1 macro173 …outBuf[destPos++] = (Byte)(p->srcPos == 0 ? LZMA2_CONTROL_COPY_RESET_DIC : LZMA2_CONTROL_COPY_NO_R… in Lzma2EncInt_EncodeSubblock()