Searched refs:initDic (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/lzma_sdk/ |
D | Lzma2Dec.c | 168 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState); 219 Bool initDic = (p->control == LZMA2_CONTROL_COPY_RESET_DIC); in Lzma2Dec_DecodeToDic() local 220 if (initDic) in Lzma2Dec_DecodeToDic() 225 LzmaDec_InitDicAndState(&p->decoder, initDic, False); in Lzma2Dec_DecodeToDic() 249 Bool initDic = (mode == 3); in Lzma2Dec_DecodeToDic() local 251 if ((!initDic && p->needInitDic) || (!initState && p->needInitState)) in Lzma2Dec_DecodeToDic() 254 LzmaDec_InitDicAndState(&p->decoder, initDic, initState); in Lzma2Dec_DecodeToDic()
|
D | LzmaDec.c | 685 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState) in LzmaDec_InitDicAndState() argument 691 if (initDic) in LzmaDec_InitDicAndState()
|
/external/lzma/C/ |
D | Lzma2Dec.c | 168 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState); 219 Bool initDic = (p->control == LZMA2_CONTROL_COPY_RESET_DIC); in Lzma2Dec_DecodeToDic() local 220 if (initDic) in Lzma2Dec_DecodeToDic() 225 LzmaDec_InitDicAndState(&p->decoder, initDic, False); in Lzma2Dec_DecodeToDic() 249 Bool initDic = (mode == 3); in Lzma2Dec_DecodeToDic() local 251 if ((!initDic && p->needInitDic) || (!initState && p->needInitState)) in Lzma2Dec_DecodeToDic() 254 LzmaDec_InitDicAndState(&p->decoder, initDic, initState); in Lzma2Dec_DecodeToDic()
|
D | LzmaDec.c | 685 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState) in LzmaDec_InitDicAndState() argument 691 if (initDic) in LzmaDec_InitDicAndState()
|
/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
D | LzmaDec.c | 686 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState) in LzmaDec_InitDicAndState() argument 692 if (initDic) in LzmaDec_InitDicAndState()
|
/external/chromium_org/third_party/brotli/src/ |
D | ots-lzma.patch | 1509 +void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState) 1515 + if (initDic)
|