Searched defs:initDic (Results 1 – 3 of 3) sorted by relevance
238 BoolInt initDic = (p->control == LZMA2_CONTROL_COPY_RESET_DIC); in Lzma2Dec_DecodeToDic() local260 BoolInt initDic = (p->control >= 0xE0); in Lzma2Dec_DecodeToDic() local
907 void LzmaDec_InitDicAndState(CLzmaDec *p, BoolInt initDic, BoolInt initState) in LzmaDec_InitDicAndState()
679 static void LzmaDec_InitDicAndState(struct CLzmaDec *p, bool initDic, bool initState) in LzmaDec_InitDicAndState()