Home
last modified time | relevance | path

Searched refs:numProbs (Results 1 – 4 of 4) sorted by relevance

/external/lzma/C/
DLzmaDec.c709 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (p->prop.lc + p->prop.lp)); in LzmaDec_InitStateReal() local
712 for (i = 0; i < numProbs; i++) in LzmaDec_InitStateReal()
926 UInt32 numProbs = LzmaProps_GetNumProbs(propNew); in LzmaDec_AllocateProbs2() local
927 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()
DLzmaDec.h66 UInt32 numProbs; member
/external/gptfdisk/
Dgpt.cc353 int numProbs = 0; in CheckGPTSize() local
382 numProbs++; in CheckGPTSize()
394 numProbs++; in CheckGPTSize()
397 return numProbs; in CheckGPTSize()
Dbasicmbr.cc708 int i, j, numProbs = 0, numEE = 0, ProtectiveOnOne = 0; in FindOverlaps() local
714 numProbs++; in FindOverlaps()
733 return numProbs; in FindOverlaps()