Searched refs:CLzmaDec (Results 1 - 2 of 2) sorted by relevance

/u-boot/lib/lzma/
H A DLzmaDec.h11 but memory usage for CLzmaDec::probs will be doubled in that case */
65 } CLzmaDec; typedef in typeref:struct:__anon1233
69 void LzmaDec_Init(CLzmaDec *p);
130 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc);
131 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc);
133 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
134 void LzmaDec_Free(CLzmaDec *state, ISzAlloc *alloc);
140 You must work with CLzmaDec variables directly in this interface.
151 use data from CLzmaDec::dic and update CLzmaDec
[all...]
H A DLzmaDec.c133 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
443 static void MY_FAST_CALL LzmaDec_WriteRem(CLzmaDec *p, SizeT limit)
469 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
502 static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, SizeT inSize)
693 static void LzmaDec_InitRc(CLzmaDec *p, const Byte *data)
700 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState)
716 void LzmaDec_Init(CLzmaDec *p)
722 static void LzmaDec_InitStateReal(CLzmaDec *p)
734 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen,
855 SRes LzmaDec_DecodeToBuf(CLzmaDec *
[all...]

Completed in 91 milliseconds