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

  /external/chromium_org/third_party/lzma_sdk/
LzmaDec.h 124 2) LzmaDec_AllocateProbs / LzmaDec_FreeProbs
134 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc);
Lzma2Dec.c 79 return LzmaDec_AllocateProbs(&p->decoder, props, LZMA_PROPS_SIZE, alloc);
346 RINOK(LzmaDec_AllocateProbs(&decoder.decoder, props, LZMA_PROPS_SIZE, alloc));
LzmaDec.c 938 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc)
982 res = LzmaDec_AllocateProbs(&p, propData, propSize, alloc);
7zDec.c 134 RINOK(LzmaDec_AllocateProbs(&state, coder->Props.data, (unsigned)coder->Props.size, allocMain));
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaDec.h 125 2) LzmaDec_AllocateProbs / LzmaDec_FreeProbs
135 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc);
LzmaDec.c 939 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc)
983 res = LzmaDec_AllocateProbs(&p, propData, propSize, alloc);
  /external/lzma/C/
LzmaDec.h 124 2) LzmaDec_AllocateProbs / LzmaDec_FreeProbs
134 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc);
Lzma2Dec.c 79 return LzmaDec_AllocateProbs(&p->decoder, props, LZMA_PROPS_SIZE, alloc);
346 RINOK(LzmaDec_AllocateProbs(&decoder.decoder, props, LZMA_PROPS_SIZE, alloc));
LzmaDec.c 938 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc)
982 res = LzmaDec_AllocateProbs(&p, propData, propSize, alloc);
7zDec.c 134 RINOK(LzmaDec_AllocateProbs(&state, coder->Props.data, (unsigned)coder->Props.size, allocMain));

Completed in 170 milliseconds