Searched refs:CLzmaDec (Results 1 – 9 of 9) sorted by relevance
/external/lzma/C/ |
D | LzmaDec.h | 69 } CLzmaDec; typedef 73 void LzmaDec_Init(CLzmaDec *p); 134 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc); 135 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc); 137 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc); 138 void LzmaDec_Free(CLzmaDec *state, ISzAlloc *alloc); 181 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, 198 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen,
|
D | LzmaDec.c | 131 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal() 428 static void MY_FAST_CALL LzmaDec_WriteRem(CLzmaDec *p, SizeT limit) in LzmaDec_WriteRem() 454 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal2() 487 static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, SizeT inSize) in LzmaDec_TryDummy() 678 static void LzmaDec_InitRc(CLzmaDec *p, const Byte *data) in LzmaDec_InitRc() 685 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState) in LzmaDec_InitDicAndState() 701 void LzmaDec_Init(CLzmaDec *p) in LzmaDec_Init() 707 static void LzmaDec_InitStateReal(CLzmaDec *p) in LzmaDec_InitStateReal() 719 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen, in LzmaDec_DecodeToDic() 840 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, E… in LzmaDec_DecodeToBuf() [all …]
|
D | Lzma2Dec.h | 17 CLzmaDec decoder;
|
D | Lzma2Dec.c | 159 static void LzmaDec_UpdateWithUncompressed(CLzmaDec *p, const Byte *src, SizeT size) in LzmaDec_UpdateWithUncompressed() 168 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState);
|
D | 7zDec.c | 130 CLzmaDec state; in SzDecodeLzma()
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
D | crash_7zip.ll | 6 %struct.CLzmaDec.1.28.55.82.103.124.145.166.181.196.229.259.334 = type { %struct._CLzmaProps.0.27.5… 9 define fastcc void @LzmaDec_DecodeReal2(%struct.CLzmaDec.1.28.55.82.103.124.145.166.181.196.229.259… 11 …ge20.i = getelementptr inbounds %struct.CLzmaDec.1.28.55.82.103.124.145.166.181.196.229.259.334, %… 12 …de21.i = getelementptr inbounds %struct.CLzmaDec.1.28.55.82.103.124.145.166.181.196.229.259.334, %…
|
/external/lzma/C/Util/Lzma/ |
D | LzmaUtil.c | 55 static SRes Decode2(CLzmaDec *state, ISeqOutStream *outStream, ISeqInStream *inStream, in Decode2() 114 CLzmaDec state; in Decode()
|
/external/lzma/CPP/7zip/Compress/ |
D | LzmaDecoder.h | 29 CLzmaDec _state;
|
/external/lzma/ |
D | lzma.txt | 419 2) Allocate CLzmaDec structures (state + dictionary) using LZMA properties 421 CLzmaDec state; 433 int res = LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen,
|