Searched refs:CLzmaDec (Results 1 – 11 of 11) sorted by relevance
/third_party/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); 187 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, 204 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen,
|
D | LzmaDec.c | 229 int MY_FAST_CALL LZMA_DECODE_REAL(CLzmaDec *p, SizeT limit, const Byte *bufLimit); 234 int MY_FAST_CALL LZMA_DECODE_REAL(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LZMA_DECODE_REAL() 616 static void MY_FAST_CALL LzmaDec_WriteRem(CLzmaDec *p, SizeT limit) in LzmaDec_WriteRem() 686 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal2() 715 static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, const Byte **bufOut) in LzmaDec_TryDummy() 906 void LzmaDec_InitDicAndState(CLzmaDec *p, BoolInt initDic, BoolInt initState); 907 void LzmaDec_InitDicAndState(CLzmaDec *p, BoolInt initDic, BoolInt initState) in LzmaDec_InitDicAndState() 922 void LzmaDec_Init(CLzmaDec *p) in LzmaDec_Init() 952 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen, in LzmaDec_DecodeToDic() 1200 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, E… in LzmaDec_DecodeToBuf() [all …]
|
D | Lzma2Dec.h | 22 CLzmaDec decoder;
|
D | Lzma2Dec.c | 164 static void LzmaDec_UpdateWithUncompressed(CLzmaDec *p, const Byte *src, SizeT size) in LzmaDec_UpdateWithUncompressed() 173 void LzmaDec_InitDicAndState(CLzmaDec *p, BoolInt initDic, BoolInt initState);
|
D | 7zDec.c | 144 CLzmaDec state; in SzDecodeLzma()
|
/third_party/lzma/C/Util/Lzma/ |
D | LzmaUtil.c | 73 static SRes Decode2(CLzmaDec *state, ISeqOutStream *outStream, ISeqInStream *inStream, in Decode2() 133 CLzmaDec state; in Decode()
|
/third_party/lzma/CPP/7zip/Compress/ |
D | LzmaDecoder.h | 50 CLzmaDec _state;
|
/third_party/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,
|
/third_party/lzma/ |
D | README_zh.md | 283 **2)** 使用"LZMA properties"分配创建 CLzmaDec(state + dictionary) 286 CLzmaDec state; 300 int res = LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen,
|
D | README.md | 321 **2)** Allocate CLzmaDec structures (state + dictionary) using LZMA properties 324 CLzmaDec state; 338 int res = LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen,
|
/third_party/lzma/Asm/x86/ |
D | LzmaDecOpt.asm | 8 ; CLzmaDec structure, (probs) array layout, input and output of
|