Searched refs:LZMA2_CONTROL_COPY_RESET_DIC (Results 1 – 2 of 2) sorted by relevance
32 #define LZMA2_CONTROL_COPY_RESET_DIC 1 macro231 Bool initDic = (p->control == LZMA2_CONTROL_COPY_RESET_DIC); in Lzma2Dec_DecodeToDic()
21 #define LZMA2_CONTROL_COPY_RESET_DIC 1 macro118 …outBuf[destPos++] = (Byte)(p->srcPos == 0 ? LZMA2_CONTROL_COPY_RESET_DIC : LZMA2_CONTROL_COPY_NO_R… in Lzma2EncInt_EncodeSubblock()