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