HomeSort by relevance Sort by last modified time
    Searched refs:numFound (Results 1 - 7 of 7) sorted by null

  /external/deqp/framework/delibs/depool/
dePoolSet.c 82 int numFound = 0;
89 numFound++;
92 DE_TEST_ASSERT(numFound == deTestSet_getNumElements(set));
dePoolHash.c 98 int numFound = 0;
107 numFound++;
110 DE_TEST_ASSERT(numFound == deTestHash_getNumElements(hash));
dePoolHashSet.c 108 int numFound = 0;
117 numFound++;
120 DE_TEST_ASSERT(numFound == deTestHash_getNumElements(hash));
  /external/gptfdisk/
gptcl.cc 557 int numFound = 0;
561 while ((numFound < itemNum) && (!foundLast)) {
563 numFound++;
567 } else if (numFound < itemNum) {
571 if ((numFound == itemNum) && (numFound > 0))
gpt.cc 593 int i, found, numFound = 0;
610 numFound++;
623 return numFound;
    [all...]
basicmbr.cc 638 int numFound = 0;
648 numFound++;
656 return numFound;
    [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_gdipext.cpp 468 INT* numFound);
471 INT* numFound);
    [all...]

Completed in 211 milliseconds