Searched refs:srcLen (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/lib/lzma/ |
H A D | LzmaDec.c | 745 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen, in LzmaDec_DecodeToDic() argument 748 SizeT inSize = *srcLen; in LzmaDec_DecodeToDic() 749 (*srcLen) = 0; in LzmaDec_DecodeToDic() 760 for (; inSize > 0 && p->tempBufSize < RC_INIT_SIZE; (*srcLen)++, inSize--) in LzmaDec_DecodeToDic() 809 (*srcLen) += inSize; in LzmaDec_DecodeToDic() 826 (*srcLen) += processed; in LzmaDec_DecodeToDic() 841 (*srcLen) += lookAhead; in LzmaDec_DecodeToDic() 855 (*srcLen) += lookAhead; in LzmaDec_DecodeToDic() 866 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, E… in LzmaDec_DecodeToBuf() argument 869 SizeT inSize = *srcLen; in LzmaDec_DecodeToBuf() [all …]
|
H A D | LzmaDec.h | 178 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status); 195 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status); 219 SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
|
H A D | lzma.txt | 361 int LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, 368 srcLen - input data size 380 srcLen - processed input size 399 3) Check that output(srcLen) = compressedSize, if you know real compressedSize. 434 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode); 540 HRes LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen,
|