Searched refs:numProbs (Results 1 – 4 of 4) sorted by relevance
989 SizeT numProbs = LzmaProps_GetNumProbs(&p->prop); in LzmaDec_DecodeToDic() local992 for (i = 0; i < numProbs; i++) in LzmaDec_DecodeToDic()1286 UInt32 numProbs = LzmaProps_GetNumProbs(propNew); in LzmaDec_AllocateProbs2() local1287 if (!p->probs || numProbs != p->numProbs) in LzmaDec_AllocateProbs2()1290 p->probs = (CLzmaProb *)ISzAlloc_Alloc(alloc, numProbs * sizeof(CLzmaProb)); in LzmaDec_AllocateProbs2()1294 p->numProbs = numProbs; in LzmaDec_AllocateProbs2()
71 UInt32 numProbs; member
743 int i, j, numProbs = 0, numEE = 0, ProtectiveOnOne = 0; in FindOverlaps() local749 numProbs++; in FindOverlaps()768 return numProbs; in FindOverlaps()
449 int numProbs = 0; in CheckGPTSize() local478 numProbs++; in CheckGPTSize()490 numProbs++; in CheckGPTSize()493 return numProbs; in CheckGPTSize()