Home
last modified time | relevance | path

Searched refs:Lzma2Dec_AllocateProbs (Results 1 – 5 of 5) sorted by relevance

/external/lzma/C/
DLzma2Dec.h29 SRes Lzma2Dec_AllocateProbs(CLzma2Dec *p, Byte prop, ISzAllocPtr alloc);
DLzma2Dec.c71 SRes Lzma2Dec_AllocateProbs(CLzma2Dec *p, Byte prop, ISzAllocPtr alloc) in Lzma2Dec_AllocateProbs() function
477 RINOK(Lzma2Dec_AllocateProbs(&p, prop, alloc)); in Lzma2Decode()
D7zDec.c203 RINOK(Lzma2Dec_AllocateProbs(&state, props[0], allocMain)); in SzDecodeLzma2()
DLzma2DecMt.c451 return Lzma2Dec_AllocateProbs(&t->dec, me->prop, &t->alloc.vt); // alloc.vt in Lzma2DecMt_MtCallback_PreCode()
DXzDec.c365 return Lzma2Dec_AllocateProbs(&p->decoder, props[0], alloc); in Lzma2State_SetProps()