Home
last modified time | relevance | path

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

/external/lzma/C/
DLzmaDec.c904 SizeT numProbs = LzmaProps_GetNumProbs(&p->prop); in LzmaDec_DecodeToDic() local
907 for (i = 0; i < numProbs; i++) in LzmaDec_DecodeToDic()
1108 UInt32 numProbs = LzmaProps_GetNumProbs(propNew); in LzmaDec_AllocateProbs2() local
1109 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()
DLzmaDec.h71 UInt32 numProbs; member
/external/gptfdisk/
Dgpt.cc442 int numProbs = 0; in CheckGPTSize() local
471 numProbs++; in CheckGPTSize()
483 numProbs++; in CheckGPTSize()
486 return numProbs; in CheckGPTSize()
Dbasicmbr.cc743 int i, j, numProbs = 0, numEE = 0, ProtectiveOnOne = 0; in FindOverlaps() local
749 numProbs++; in FindOverlaps()
768 return numProbs; in FindOverlaps()