HomeSort by relevance Sort by last modified time
    Searched refs:initDic (Results 1 - 2 of 2) sorted by null

  /external/lzma/C/
Lzma2Dec.c 170 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState);
221 Bool initDic = (p->control == LZMA2_CONTROL_COPY_RESET_DIC);
222 if (initDic)
227 LzmaDec_InitDicAndState(&p->decoder, initDic, False);
251 Bool initDic = (mode == 3);
253 if ((!initDic && p->needInitDic) || (!initState && p->needInitState))
256 LzmaDec_InitDicAndState(&p->decoder, initDic, initState);
LzmaDec.c 718 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState)
724 if (initDic)

Completed in 64 milliseconds