Searched refs:CLzmaDec (Results 1 – 11 of 11) sorted by relevance
/external/lzma/C/ |
D | LzmaDec.h | 74 } CLzmaDec; typedef 78 void LzmaDec_Init(CLzmaDec *p); 139 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAllocPtr alloc); 140 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAllocPtr alloc); 142 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAllocPtr alloc); 143 void LzmaDec_Free(CLzmaDec *p, ISzAllocPtr alloc); 186 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, 203 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen,
|
D | LzmaDec.c | 213 int MY_FAST_CALL LZMA_DECODE_REAL(CLzmaDec *p, SizeT limit, const Byte *bufLimit); 218 int MY_FAST_CALL LZMA_DECODE_REAL(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LZMA_DECODE_REAL() 588 static void MY_FAST_CALL LzmaDec_WriteRem(CLzmaDec *p, SizeT limit) in LzmaDec_WriteRem() 624 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal2() 660 static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, SizeT inSize) in LzmaDec_TryDummy() 853 void LzmaDec_InitDicAndState(CLzmaDec *p, BoolInt initDic, BoolInt initState) in LzmaDec_InitDicAndState() 868 void LzmaDec_Init(CLzmaDec *p) in LzmaDec_Init() 875 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen, in LzmaDec_DecodeToDic() 1022 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, E… in LzmaDec_DecodeToBuf() 1062 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAllocPtr alloc) in LzmaDec_FreeProbs() [all …]
|
D | Lzma2Dec.h | 22 CLzmaDec decoder;
|
D | Lzma2Dec.c | 163 static void LzmaDec_UpdateWithUncompressed(CLzmaDec *p, const Byte *src, SizeT size) in LzmaDec_UpdateWithUncompressed() 172 void LzmaDec_InitDicAndState(CLzmaDec *p, BoolInt initDic, BoolInt 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/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/ |
D | crash_7zip.ll | 7 %struct.CLzmaDec.1.28.55.82.103.124.145.166.181.196.229.259.334 = type { %struct._CLzmaProps.0.27.5… 10 define fastcc void @LzmaDec_DecodeReal2(%struct.CLzmaDec.1.28.55.82.103.124.145.166.181.196.229.259… 13 …_CLZMADEC_1_28_55_82_103_124_145_166_181_196_229_259_334:%.*]], %struct.CLzmaDec.1.28.55.82.103.12… 14 …RUCT_CLZMADEC_1_28_55_82_103_124_145_166_181_196_229_259_334]], %struct.CLzmaDec.1.28.55.82.103.12… 38 …ge20.i = getelementptr inbounds %struct.CLzmaDec.1.28.55.82.103.124.145.166.181.196.229.259.334, %… 39 …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 | 56 static SRes Decode2(CLzmaDec *state, ISeqOutStream *outStream, ISeqInStream *inStream, in Decode2() 116 CLzmaDec state; in Decode()
|
/external/lzma/CPP/7zip/Compress/ |
D | LzmaDecoder.h | 50 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,
|
/external/lzma/Asm/x86/ |
D | LzmaDecOpt.asm | 8 ; CLzmaDec structure, (probs) array layout, input and output of
|