Home
last modified time | relevance | path

Searched refs:LzmaDec_InitDicAndState (Results 1 – 3 of 3) sorted by relevance

/external/lzma/C/
DLzma2Dec.c172 void LzmaDec_InitDicAndState(CLzmaDec *p, BoolInt initDic, BoolInt initState);
236 LzmaDec_InitDicAndState(&p->decoder, initDic, False); in Lzma2Dec_DecodeToDic()
259 LzmaDec_InitDicAndState(&p->decoder, initDic, initState); in Lzma2Dec_DecodeToDic()
DLzmaDec.c853 void LzmaDec_InitDicAndState(CLzmaDec *p, BoolInt initDic, BoolInt initState) in LzmaDec_InitDicAndState() function
871 LzmaDec_InitDicAndState(p, True, True); in LzmaDec_Init()
/external/u-boot/lib/lzma/
DLzmaDec.c711 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState) in LzmaDec_InitDicAndState() function
730 LzmaDec_InitDicAndState(p, True, True); in LzmaDec_Init()