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 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)
515 static void MY_FAST_CALL LzmaDec_WriteRem(CLzmaDec *p, SizeT limit)
543 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
578 static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, SizeT inSize)
769 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState)
785 void LzmaDec_Init(CLzmaDec *p)
791 static void LzmaDec_InitStateReal(CLzmaDec *p)
803 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen,
938 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status)
978 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc)
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/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 142 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
517 static void MY_FAST_CALL LzmaDec_WriteRem(CLzmaDec *p, SizeT limit)
545 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
580 static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, SizeT inSize)
771 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState)
787 void LzmaDec_Init(CLzmaDec *p)
793 static void LzmaDec_InitStateReal(CLzmaDec *p)
805 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen,
940 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status)
980 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/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 142 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
517 static void MY_FAST_CALL LzmaDec_WriteRem(CLzmaDec *p, SizeT limit)
545 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
580 static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, SizeT inSize)
771 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState)
787 void LzmaDec_Init(CLzmaDec *p)
793 static void LzmaDec_InitStateReal(CLzmaDec *p)
805 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen,
940 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status)
980 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc)
    [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...]
Lzma2Dec.h 15 CLzmaDec decoder;
LzmaDec.c 140 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
515 static void MY_FAST_CALL LzmaDec_WriteRem(CLzmaDec *p, SizeT limit)
543 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
578 static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, SizeT inSize)
769 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState)
785 void LzmaDec_Init(CLzmaDec *p)
791 static void LzmaDec_InitStateReal(CLzmaDec *p)
803 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen,
938 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status)
978 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc)
    [all...]
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 137 CLzmaDec state;
  /external/lzma/CPP/7zip/Compress/
LzmaDecoder.h 30 CLzmaDec _state;
  /external/lzma/C/Util/Lzma/
LzmaUtil.c 51 static SRes Decode2(CLzmaDec *state, ISeqOutStream *outStream, ISeqInStream *inStream,
110 CLzmaDec state;

Completed in 2389 milliseconds