Home
last modified time | relevance | path

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

/external/chromium_org/third_party/lzma_sdk/
DLzma2Dec.c168 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState);
225 LzmaDec_InitDicAndState(&p->decoder, initDic, False); in Lzma2Dec_DecodeToDic()
254 LzmaDec_InitDicAndState(&p->decoder, initDic, initState); in Lzma2Dec_DecodeToDic()
DLzmaDec.c685 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState) in LzmaDec_InitDicAndState() function
704 LzmaDec_InitDicAndState(p, True, True); in LzmaDec_Init()
/external/lzma/C/
DLzma2Dec.c168 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState);
225 LzmaDec_InitDicAndState(&p->decoder, initDic, False); in Lzma2Dec_DecodeToDic()
254 LzmaDec_InitDicAndState(&p->decoder, initDic, initState); in Lzma2Dec_DecodeToDic()
DLzmaDec.c685 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState) in LzmaDec_InitDicAndState() function
704 LzmaDec_InitDicAndState(p, True, True); in LzmaDec_Init()
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
DLzmaDec.c686 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState) in LzmaDec_InitDicAndState() function
705 LzmaDec_InitDicAndState(p, True, True); in LzmaDec_Init()
/external/chromium_org/third_party/brotli/src/
Dots-lzma.patch1509 +void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState)
1528 + LzmaDec_InitDicAndState(p, True, True);