Searched refs:propNew (Results 1 – 1 of 1) sorted by relevance
/u-boot/lib/lzma/ |
A D | LzmaDec.c | 950 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc) in LzmaDec_AllocateProbs2() argument 952 UInt32 numProbs = LzmaProps_GetNumProbs(propNew); in LzmaDec_AllocateProbs2() 966 CLzmaProps propNew; in LzmaDec_AllocateProbs() local 967 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_AllocateProbs() 968 RINOK(LzmaDec_AllocateProbs2(p, &propNew, alloc)); in LzmaDec_AllocateProbs() 969 p->prop = propNew; in LzmaDec_AllocateProbs() 975 CLzmaProps propNew; in LzmaDec_Allocate() local 977 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_Allocate() 978 RINOK(LzmaDec_AllocateProbs2(p, &propNew, alloc)); in LzmaDec_Allocate() 979 dicBufSize = propNew.dicSize; in LzmaDec_Allocate() [all …]
|
Completed in 3 milliseconds