Searched refs:dicLimit (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
D | LzmaDec.h | 179 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit,
|
D | LzmaDec.c | 803 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen, in LzmaDec_DecodeToDic() argument 808 LzmaDec_WriteRem(p, dicLimit); in LzmaDec_DecodeToDic() 838 if (p->dicPos >= dicLimit) in LzmaDec_DecodeToDic() 886 if (LzmaDec_DecodeReal2(p, dicLimit, bufLimit) != 0) in LzmaDec_DecodeToDic() 915 if (LzmaDec_DecodeReal2(p, dicLimit, p->buf) != 0) in LzmaDec_DecodeToDic()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
D | LzmaDec.h | 179 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit,
|
D | LzmaDec.c | 805 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen, in LzmaDec_DecodeToDic() argument 810 LzmaDec_WriteRem(p, dicLimit); in LzmaDec_DecodeToDic() 840 if (p->dicPos >= dicLimit) in LzmaDec_DecodeToDic() 888 if (LzmaDec_DecodeReal2(p, dicLimit, bufLimit) != 0) in LzmaDec_DecodeToDic() 917 if (LzmaDec_DecodeReal2(p, dicLimit, p->buf) != 0) in LzmaDec_DecodeToDic()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
D | LzmaDec.h | 179 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit,
|
D | LzmaDec.c | 805 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen, in LzmaDec_DecodeToDic() argument 810 LzmaDec_WriteRem(p, dicLimit); in LzmaDec_DecodeToDic() 840 if (p->dicPos >= dicLimit) in LzmaDec_DecodeToDic() 888 if (LzmaDec_DecodeReal2(p, dicLimit, bufLimit) != 0) in LzmaDec_DecodeToDic() 917 if (LzmaDec_DecodeReal2(p, dicLimit, p->buf) != 0) in LzmaDec_DecodeToDic()
|