Searched refs:CLzmaDec (Results 1 – 9 of 9) sorted by relevance
/external/lzma/C/ |
D | LzmaDec.h | 67 } CLzmaDec; typedef 71 void LzmaDec_Init(CLzmaDec *p); 132 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc); 133 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc); 135 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc); 136 void LzmaDec_Free(CLzmaDec *state, ISzAlloc *alloc); 179 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, 196 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen,
|
D | LzmaDec.c | 140 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal() 515 static void MY_FAST_CALL LzmaDec_WriteRem(CLzmaDec *p, SizeT limit) in LzmaDec_WriteRem() 543 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal2() 578 static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, SizeT inSize) in LzmaDec_TryDummy() 769 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState) in LzmaDec_InitDicAndState() 785 void LzmaDec_Init(CLzmaDec *p) in LzmaDec_Init() 791 static void LzmaDec_InitStateReal(CLzmaDec *p) in LzmaDec_InitStateReal() 803 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen, in LzmaDec_DecodeToDic() 938 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, E… in LzmaDec_DecodeToBuf() 978 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_FreeProbs() [all …]
|
D | Lzma2Dec.h | 15 CLzmaDec decoder;
|
D | Lzma2Dec.c | 161 static void LzmaDec_UpdateWithUncompressed(CLzmaDec *p, const Byte *src, SizeT size) in LzmaDec_UpdateWithUncompressed() 170 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState);
|
D | 7zDec.c | 137 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 | 51 static SRes Decode2(CLzmaDec *state, ISeqOutStream *outStream, ISeqInStream *inStream, in Decode2() 110 CLzmaDec state; in Decode()
|
/external/lzma/CPP/7zip/Compress/ |
D | LzmaDecoder.h | 30 CLzmaDec _state;
|
/external/lzma/DOC/ |
D | lzma.txt | 139 2) Allocate CLzmaDec structures (state + dictionary) using LZMA properties 141 CLzmaDec state; 153 int res = LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen,
|