Home
last modified time | relevance | path

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

/third_party/lzma/C/
DLzmaDec.c989 SizeT numProbs = LzmaProps_GetNumProbs(&p->prop); in LzmaDec_DecodeToDic() local
992 for (i = 0; i < numProbs; i++) in LzmaDec_DecodeToDic()
1286 UInt32 numProbs = LzmaProps_GetNumProbs(propNew); in LzmaDec_AllocateProbs2() local
1287 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()
DLzmaDec.h71 UInt32 numProbs; member
/third_party/gptfdisk/
Dbasicmbr.cc743 int i, j, numProbs = 0, numEE = 0, ProtectiveOnOne = 0; in FindOverlaps() local
749 numProbs++; in FindOverlaps()
768 return numProbs; in FindOverlaps()
Dgpt.cc449 int numProbs = 0; in CheckGPTSize() local
478 numProbs++; in CheckGPTSize()
490 numProbs++; in CheckGPTSize()
493 return numProbs; in CheckGPTSize()