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

  /external/chromium_org/third_party/lzma_sdk/
LzmaDec.h 123 1) LzmaDec_Allocate / LzmaDec_Free
128 LzmaDec_Allocate* can return:
137 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
148 LzmaDec_Allocate()
Lzma2Dec.c 86 return LzmaDec_Allocate(&p->decoder, props, LZMA_PROPS_SIZE, alloc);
LzmaDec.c 947 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc)
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaDec.h 124 1) LzmaDec_Allocate / LzmaDec_Free
129 LzmaDec_Allocate* can return:
138 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
149 LzmaDec_Allocate()
LzmaDec.c 948 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc)
  /external/lzma/C/
LzmaDec.h 123 1) LzmaDec_Allocate / LzmaDec_Free
128 LzmaDec_Allocate* can return:
137 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
148 LzmaDec_Allocate()
Lzma2Dec.c 86 return LzmaDec_Allocate(&p->decoder, props, LZMA_PROPS_SIZE, alloc);
LzmaDec.c 947 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc)
  /external/lzma/C/Util/Lzma/
LzmaUtil.c 128 RINOK(LzmaDec_Allocate(&state, header, LZMA_PROPS_SIZE, &g_Alloc));
  /external/lzma/CPP/7zip/Compress/
LzmaDecoder.cpp 65 RINOK(SResToHRESULT(LzmaDec_Allocate(&_state, prop, size, &g_Alloc)));

Completed in 195 milliseconds