Searched refs:numProbs (Results 1 – 6 of 6) sorted by relevance
793 SizeT numProbs = LzmaProps_GetNumProbs(&p->prop); in LzmaDec_InitStateReal() local796 for (i = 0; i < numProbs; i++) in LzmaDec_InitStateReal()1024 UInt32 numProbs = LzmaProps_GetNumProbs(propNew); in LzmaDec_AllocateProbs2() local1025 if (!p->probs || numProbs != p->numProbs) in LzmaDec_AllocateProbs2()1028 p->probs = (CLzmaProb *)alloc->Alloc(alloc, numProbs * sizeof(CLzmaProb)); in LzmaDec_AllocateProbs2()1029 p->numProbs = numProbs; in LzmaDec_AllocateProbs2()
64 UInt32 numProbs; member
795 SizeT numProbs = LzmaProps_GetNumProbs(&p->prop); in LzmaDec_InitStateReal() local798 for (i = 0; i < numProbs; i++) in LzmaDec_InitStateReal()1026 UInt32 numProbs = LzmaProps_GetNumProbs(propNew); in LzmaDec_AllocateProbs2() local1027 if (!p->probs || numProbs != p->numProbs) in LzmaDec_AllocateProbs2()1030 p->probs = (CLzmaProb *)alloc->Alloc(alloc, numProbs * sizeof(CLzmaProb)); in LzmaDec_AllocateProbs2()1031 p->numProbs = numProbs; in LzmaDec_AllocateProbs2()