Searched refs:initDic (Results 1 – 3 of 3) sorted by relevance
/external/lzma/C/ |
D | Lzma2Dec.c | 172 void LzmaDec_InitDicAndState(CLzmaDec *p, BoolInt initDic, BoolInt initState); 235 BoolInt initDic = (p->control == LZMA2_CONTROL_COPY_RESET_DIC); in Lzma2Dec_DecodeToDic() local 236 LzmaDec_InitDicAndState(&p->decoder, initDic, False); in Lzma2Dec_DecodeToDic() 257 BoolInt initDic = (p->control >= 0xE0); in Lzma2Dec_DecodeToDic() local 259 LzmaDec_InitDicAndState(&p->decoder, initDic, initState); in Lzma2Dec_DecodeToDic()
|
D | LzmaDec.c | 853 void LzmaDec_InitDicAndState(CLzmaDec *p, BoolInt initDic, BoolInt initState) in LzmaDec_InitDicAndState() argument 858 if (initDic) in LzmaDec_InitDicAndState()
|
/external/u-boot/lib/lzma/ |
D | LzmaDec.c | 711 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState) in LzmaDec_InitDicAndState() argument 717 if (initDic) in LzmaDec_InitDicAndState()
|