Searched refs:initDic (Results 1 - 2 of 2) sorted by relevance
/third_party/lzma/C/ |
H A D | Lzma2Dec.c | 173 void LzmaDec_InitDicAndState(CLzmaDec *p, BoolInt initDic, BoolInt initState);
236 BoolInt initDic = (p->control == LZMA2_CONTROL_COPY_RESET_DIC);
in Lzma2Dec_DecodeToDic() local 237 LzmaDec_InitDicAndState(&p->decoder, initDic, False);
in Lzma2Dec_DecodeToDic() 258 BoolInt initDic = (p->control >= 0xE0);
in Lzma2Dec_DecodeToDic() local 260 LzmaDec_InitDicAndState(&p->decoder, initDic, initState);
in Lzma2Dec_DecodeToDic()
|
H A D | LzmaDec.c | 906 void LzmaDec_InitDicAndState(CLzmaDec *p, BoolInt initDic, BoolInt initState);
907 void LzmaDec_InitDicAndState(CLzmaDec *p, BoolInt initDic, BoolInt initState)
in LzmaDec_InitDicAndState() argument 912 if (initDic)
in LzmaDec_InitDicAndState()
|
Completed in 5 milliseconds