Searched refs:LzmaDec_FreeProbs (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/third_party/lzma_sdk/ |
D | Lzma2Dec.h | 28 #define Lzma2Dec_FreeProbs(p, alloc) LzmaDec_FreeProbs(&(p)->decoder, alloc);
|
D | LzmaDec.h | 135 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc);
|
D | LzmaDec.c | 880 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_FreeProbs() function 894 LzmaDec_FreeProbs(p, alloc); in LzmaDec_Free() 929 LzmaDec_FreeProbs(p, alloc); in LzmaDec_AllocateProbs2() 960 LzmaDec_FreeProbs(p, alloc); in LzmaDec_Allocate() 997 LzmaDec_FreeProbs(&p, alloc); in LzmaDecode()
|
D | Lzma2Dec.c | 354 LzmaDec_FreeProbs(&decoder.decoder, alloc); in Lzma2Decode()
|
D | 7zDec.c | 171 LzmaDec_FreeProbs(&state, allocMain); in SzDecodeLzma()
|
/external/lzma/C/ |
D | Lzma2Dec.h | 28 #define Lzma2Dec_FreeProbs(p, alloc) LzmaDec_FreeProbs(&(p)->decoder, alloc);
|
D | LzmaDec.h | 135 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc);
|
D | LzmaDec.c | 880 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_FreeProbs() function 894 LzmaDec_FreeProbs(p, alloc); in LzmaDec_Free() 929 LzmaDec_FreeProbs(p, alloc); in LzmaDec_AllocateProbs2() 960 LzmaDec_FreeProbs(p, alloc); in LzmaDec_Allocate() 997 LzmaDec_FreeProbs(&p, alloc); in LzmaDecode()
|
D | Lzma2Dec.c | 354 LzmaDec_FreeProbs(&decoder.decoder, alloc); in Lzma2Decode()
|
D | 7zDec.c | 171 LzmaDec_FreeProbs(&state, allocMain); in SzDecodeLzma()
|
/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
D | LzmaDec.h | 136 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc);
|
D | LzmaDec.c | 881 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_FreeProbs() function 895 LzmaDec_FreeProbs(p, alloc); in LzmaDec_Free() 930 LzmaDec_FreeProbs(p, alloc); in LzmaDec_AllocateProbs2() 961 LzmaDec_FreeProbs(p, alloc); in LzmaDec_Allocate() 998 LzmaDec_FreeProbs(&p, alloc); in LzmaDecode()
|
/external/chromium_org/third_party/brotli/src/ |
D | ots-lzma.patch | 1704 +void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc) 1718 + LzmaDec_FreeProbs(p, alloc); 1753 + LzmaDec_FreeProbs(p, alloc); 1784 + LzmaDec_FreeProbs(p, alloc); 1821 + LzmaDec_FreeProbs(&p, alloc); 2015 + 2) LzmaDec_AllocateProbs / LzmaDec_FreeProbs 2026 +void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc);
|