Searched defs:dicLimit (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/lzma/C/ |
H A D | Lzma2Dec.c | 178 SRes Lzma2Dec_DecodeToDic(CLzma2Dec *p, SizeT dicLimit, in Lzma2Dec_DecodeToDic()
|
H A D | LzmaDec.c | 952 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen, in LzmaDec_DecodeToDic()
|
H A D | XzDec.c | 430 SizeT dicLimit = dicPos + *destLen; in Lzma2State_Code2() local
|
/aosp_15_r20/external/coreboot/util/cbfstool/lzma/C/ |
H A D | LzmaDec.c | 713 SRes LzmaDec_DecodeToDic(struct CLzmaDec *p, size_t dicLimit, const uint8_t *src, size_t *srcLen, in LzmaDec_DecodeToDic()
|