Searched refs:numProbs (Results 1 – 4 of 4) sorted by relevance
904 SizeT numProbs = LzmaProps_GetNumProbs(&p->prop); in LzmaDec_DecodeToDic() local907 for (i = 0; i < numProbs; i++) in LzmaDec_DecodeToDic()1108 UInt32 numProbs = LzmaProps_GetNumProbs(propNew); in LzmaDec_AllocateProbs2() local1109 if (!p->probs || numProbs != p->numProbs) in LzmaDec_AllocateProbs2()1112 p->probs = (CLzmaProb *)ISzAlloc_Alloc(alloc, numProbs * sizeof(CLzmaProb)); in LzmaDec_AllocateProbs2()1116 p->numProbs = numProbs; in LzmaDec_AllocateProbs2()
71 UInt32 numProbs; member
442 int numProbs = 0; in CheckGPTSize() local471 numProbs++; in CheckGPTSize()483 numProbs++; in CheckGPTSize()486 return numProbs; in CheckGPTSize()
743 int i, j, numProbs = 0, numEE = 0, ProtectiveOnOne = 0; in FindOverlaps() local749 numProbs++; in FindOverlaps()768 return numProbs; in FindOverlaps()