Home
last modified time | relevance | path

Searched refs:numFound (Results 1 – 7 of 7) sorted by relevance

/external/deqp/framework/delibs/depool/
DdePoolSet.c82 int numFound = 0; in dePoolSet_selfTest() local
89 numFound++; in dePoolSet_selfTest()
92 DE_TEST_ASSERT(numFound == deTestSet_getNumElements(set)); in dePoolSet_selfTest()
DdePoolHash.c98 int numFound = 0; in dePoolHash_selfTest() local
107 numFound++; in dePoolHash_selfTest()
110 DE_TEST_ASSERT(numFound == deTestHash_getNumElements(hash)); in dePoolHash_selfTest()
DdePoolHashSet.c108 int numFound = 0; in dePoolHashSet_selfTest()
117 numFound++; in dePoolHashSet_selfTest()
120 DE_TEST_ASSERT(numFound == deTestHash_getNumElements(hash)); in dePoolHashSet_selfTest()
/external/gptfdisk/
Dgptcl.cc543 int numFound = 0; in GetString() local
547 while ((numFound < itemNum) && (!foundLast)) { in GetString()
549 numFound++; in GetString()
553 } else if (numFound < itemNum) { in GetString()
557 if ((numFound == itemNum) && (numFound > 0)) in GetString()
Dgpt.cc588 int i, found, numFound = 0; in FindHybridMismatches() local
605 numFound++; in FindHybridMismatches()
618 return numFound; in FindHybridMismatches()
2034 int numFound = 0; in GetPartRange() local
2043 numFound++; in GetPartRange()
2051 return numFound; in GetPartRange()
Dbasicmbr.cc636 int numFound = 0; in GetPartRange() local
646 numFound++; in GetPartRange()
654 return numFound; in GetPartRange()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_gdipext.cpp258 …yList)(GpFontCollection* fontCollection, INT numSought, GpFontFamily* gpfamilies[], INT* numFound);
259 …IPAPI *FuncType_GdipGetFontCollectionFamilyCount)(GpFontCollection* fontCollection, INT* numFound);