Searched refs:LzmaDec_Allocate (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
D | LzmaDec.h | 138 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
|
D | LzmaDec.c | 948 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_Allocate() function
|
/external/lzma/C/ |
D | LzmaDec.h | 137 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
|
D | Lzma2Dec.c | 86 return LzmaDec_Allocate(&p->decoder, props, LZMA_PROPS_SIZE, alloc); in Lzma2Dec_Allocate()
|
D | LzmaDec.c | 947 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_Allocate() function
|
/external/chromium_org/third_party/lzma_sdk/ |
D | LzmaDec.h | 137 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
|
D | Lzma2Dec.c | 86 return LzmaDec_Allocate(&p->decoder, props, LZMA_PROPS_SIZE, alloc); in Lzma2Dec_Allocate()
|
D | LzmaDec.c | 947 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_Allocate() function
|
/external/lzma/C/Util/Lzma/ |
D | LzmaUtil.c | 128 RINOK(LzmaDec_Allocate(&state, header, LZMA_PROPS_SIZE, &g_Alloc)); in Decode()
|
/external/lzma/CPP/7zip/Compress/ |
D | LzmaDecoder.cpp | 65 RINOK(SResToHRESULT(LzmaDec_Allocate(&_state, prop, size, &g_Alloc))); in SetDecoderProperties2()
|
/external/lzma/ |
D | lzma.txt | 423 res = LzmaDec_Allocate(&state, header, LZMA_PROPS_SIZE, &g_Alloc);
|
/external/chromium_org/third_party/brotli/src/ |
D | ots-lzma.patch | 1771 +SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) 2014 + 1) LzmaDec_Allocate / LzmaDec_Free 2019 +LzmaDec_Allocate* can return: 2028 +SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc); 2039 + LzmaDec_Allocate()
|