Searched refs:numProbs (Results 1 – 4 of 4) sorted by relevance
709 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (p->prop.lc + p->prop.lp)); in LzmaDec_InitStateReal() local712 for (i = 0; i < numProbs; i++) in LzmaDec_InitStateReal()926 UInt32 numProbs = LzmaProps_GetNumProbs(propNew); in LzmaDec_AllocateProbs2() local927 if (p->probs == 0 || numProbs != p->numProbs) in LzmaDec_AllocateProbs2()930 p->probs = (CLzmaProb *)alloc->Alloc(alloc, numProbs * sizeof(CLzmaProb)); in LzmaDec_AllocateProbs2()931 p->numProbs = numProbs; in LzmaDec_AllocateProbs2()
66 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()