HomeSort by relevance Sort by last modified time
    Searched refs:CLzmaDec (Results 1 - 13 of 13) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
LzmaDec.h 11 but memory usage for CLzmaDec::probs will be doubled in that case */
65 } CLzmaDec;
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::dicPos
    [all...]
LzmaDec.c 137 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
436 static void MY_FAST_CALL LzmaDec_WriteRem(CLzmaDec *p, SizeT limit)
462 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
495 static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, SizeT inSize)
686 static void LzmaDec_InitRc(CLzmaDec *p, const Byte *data)
693 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState)
709 void LzmaDec_Init(CLzmaDec *p)
715 static void LzmaDec_InitStateReal(CLzmaDec *p)
727 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen,
848 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaS (…)
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzmaDec.h 11 but memory usage for CLzmaDec::probs will be doubled in that case */
65 } CLzmaDec;
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::dicPos
    [all...]
LzmaDec.c 156 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
455 static void MY_FAST_CALL LzmaDec_WriteRem(CLzmaDec *p, SizeT limit)
481 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
514 static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, SizeT inSize)
704 static void LzmaDec_InitRc(CLzmaDec *p, const Byte *data)
711 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState)
727 void LzmaDec_Init(CLzmaDec *p)
733 static void LzmaDec_InitStateReal(CLzmaDec *p)
745 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen,
866 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaS (…)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzmaDec.h 11 but memory usage for CLzmaDec::probs will be doubled in that case */
65 } CLzmaDec;
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::dicPos
    [all...]
LzmaDec.c 156 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
455 static void MY_FAST_CALL LzmaDec_WriteRem(CLzmaDec *p, SizeT limit)
481 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
514 static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, SizeT inSize)
704 static void LzmaDec_InitRc(CLzmaDec *p, const Byte *data)
711 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState)
727 void LzmaDec_Init(CLzmaDec *p)
733 static void LzmaDec_InitStateReal(CLzmaDec *p)
745 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen,
866 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaS (…)
    [all...]
  /external/lzma/C/
LzmaDec.h 13 but memory usage for CLzmaDec::probs will be doubled in that case */
67 } CLzmaDec;
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);
142 You must work with CLzmaDec variables directly in this interface.
153 use data from CLzmaDec::dic and update CLzmaDec::dicPos
    [all...]
LzmaDec.c 140 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
460 static void MY_FAST_CALL LzmaDec_WriteRem(CLzmaDec *p, SizeT limit)
487 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
520 static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, SizeT inSize)
711 static void LzmaDec_InitRc(CLzmaDec *p, const Byte *data)
718 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState)
734 void LzmaDec_Init(CLzmaDec *p)
740 static void LzmaDec_InitStateReal(CLzmaDec *p)
752 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen,
873 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaS (…)
    [all...]
Lzma2Dec.h 15 CLzmaDec decoder;
Lzma2Dec.c 161 static void LzmaDec_UpdateWithUncompressed(CLzmaDec *p, const Byte *src, SizeT size)
170 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState);
7zDec.c 132 CLzmaDec state;
  /external/lzma/CPP/7zip/Compress/
LzmaDecoder.h 29 CLzmaDec _state;
  /external/lzma/C/Util/Lzma/
LzmaUtil.c 55 static SRes Decode2(CLzmaDec *state, ISeqOutStream *outStream, ISeqInStream *inStream,
114 CLzmaDec state;

Completed in 196 milliseconds