Searched refs:numProbs (Results 1 – 4 of 4) sorted by relevance
742 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (p->prop.lc + p->prop.lp)); in LzmaDec_InitStateReal() local745 for (i = 0; i < numProbs; i++) in LzmaDec_InitStateReal()959 UInt32 numProbs = LzmaProps_GetNumProbs(propNew); in LzmaDec_AllocateProbs2() local960 if (p->probs == 0 || numProbs != p->numProbs) in LzmaDec_AllocateProbs2()963 p->probs = (CLzmaProb *)alloc->Alloc(alloc, numProbs * sizeof(CLzmaProb)); in LzmaDec_AllocateProbs2()964 p->numProbs = numProbs; in LzmaDec_AllocateProbs2()
64 UInt32 numProbs; member
353 int numProbs = 0; in CheckGPTSize() local382 numProbs++; in CheckGPTSize()394 numProbs++; in CheckGPTSize()397 return numProbs; in CheckGPTSize()
708 int i, j, numProbs = 0, numEE = 0, ProtectiveOnOne = 0; in FindOverlaps() local714 numProbs++; in FindOverlaps()733 return numProbs; in FindOverlaps()