Searched defs:initDic (Results 1 – 2 of 2) sorted by relevance
235 BoolInt initDic = (p->control == LZMA2_CONTROL_COPY_RESET_DIC); in Lzma2Dec_DecodeToDic() local257 BoolInt initDic = (p->control >= 0xE0); in Lzma2Dec_DecodeToDic() local
853 void LzmaDec_InitDicAndState(CLzmaDec *p, BoolInt initDic, BoolInt initState) in LzmaDec_InitDicAndState()