Home
last modified time | relevance | path

Searched refs:LzmaDec_FreeProbs (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/lzma_sdk/
DLzma2Dec.h28 #define Lzma2Dec_FreeProbs(p, alloc) LzmaDec_FreeProbs(&(p)->decoder, alloc);
DLzmaDec.h135 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc);
DLzmaDec.c880 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()
DLzma2Dec.c354 LzmaDec_FreeProbs(&decoder.decoder, alloc); in Lzma2Decode()
D7zDec.c171 LzmaDec_FreeProbs(&state, allocMain); in SzDecodeLzma()
/external/lzma/C/
DLzma2Dec.h28 #define Lzma2Dec_FreeProbs(p, alloc) LzmaDec_FreeProbs(&(p)->decoder, alloc);
DLzmaDec.h135 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc);
DLzmaDec.c880 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()
DLzma2Dec.c354 LzmaDec_FreeProbs(&decoder.decoder, alloc); in Lzma2Decode()
D7zDec.c171 LzmaDec_FreeProbs(&state, allocMain); in SzDecodeLzma()
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
DLzmaDec.h136 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc);
DLzmaDec.c881 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/
Dots-lzma.patch1704 +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);