Home
last modified time | relevance | path

Searched defs:initDic (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/lzma/C/
H A DLzma2Dec.c238 BoolInt initDic = (p->control == LZMA2_CONTROL_COPY_RESET_DIC); in Lzma2Dec_DecodeToDic() local
260 BoolInt initDic = (p->control >= 0xE0); in Lzma2Dec_DecodeToDic() local
H A DLzmaDec.c907 void LzmaDec_InitDicAndState(CLzmaDec *p, BoolInt initDic, BoolInt initState) in LzmaDec_InitDicAndState()
/aosp_15_r20/external/coreboot/util/cbfstool/lzma/C/
H A DLzmaDec.c679 static void LzmaDec_InitDicAndState(struct CLzmaDec *p, bool initDic, bool initState) in LzmaDec_InitDicAndState()