Searched refs:LzmaDec_FreeProbs (Results 1 – 6 of 6) sorted by relevance
/external/lzma/C/ |
D | Lzma2Dec.h | 26 #define Lzma2Dec_FreeProbs(p, alloc) LzmaDec_FreeProbs(&(p)->decoder, alloc)
|
D | LzmaDec.h | 140 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAllocPtr alloc);
|
D | LzmaDec.c | 1062 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAllocPtr alloc) in LzmaDec_FreeProbs() function 1076 LzmaDec_FreeProbs(p, alloc); in LzmaDec_Free() 1111 LzmaDec_FreeProbs(p, alloc); in LzmaDec_AllocateProbs2() 1153 LzmaDec_FreeProbs(p, alloc); in LzmaDec_Allocate() 1183 LzmaDec_FreeProbs(&p, alloc); in LzmaDecode()
|
D | 7zDec.c | 187 LzmaDec_FreeProbs(&state, allocMain); in SzDecodeLzma()
|
/external/u-boot/lib/lzma/ |
D | LzmaDec.c | 906 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_FreeProbs() function 920 LzmaDec_FreeProbs(p, alloc); in LzmaDec_Free() 955 LzmaDec_FreeProbs(p, alloc); in LzmaDec_AllocateProbs2() 986 LzmaDec_FreeProbs(p, alloc); in LzmaDec_Allocate() 1023 LzmaDec_FreeProbs(&p, alloc); in LzmaDecode()
|
D | LzmaDec.h | 131 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc);
|