Searched refs:numFound (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86pciBus.c428 int numFound = 0; local in function:xf86PciAddMatchingDev
452 numFound++;
462 return numFound != 0;
649 int numFound = 0; local in function:xf86MatchPciInstances
741 numFound++;
745 numFound++;
761 return numFound;
798 numFound++;
943 numFound = 0;
965 numFound
[all...]
H A Dxf86sbusBus.c368 int numFound = 0; local in function:xf86MatchSbusInstances
392 numFound++;
491 numFound = 0;
503 numFound++;
504 retEntities = xnfrealloc(retEntities, numFound * sizeof(int));
505 retEntities[numFound - 1]
510 if (numFound > 0) {
517 return numFound;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86pciBus.c444 int numFound = 0; local in function:xf86PciAddMatchingDev
468 numFound++;
478 return numFound != 0;
664 int numFound = 0; local in function:xf86MatchPciInstances
754 numFound++;
758 numFound++;
773 return numFound;
808 numFound++;
961 numFound = 0;
982 numFound
[all...]
H A Dxf86sbusBus.c390 int numFound = 0; local in function:xf86MatchSbusInstances
414 numFound++;
522 numFound = 0;
534 numFound++;
535 retEntities = xnfreallocarray(retEntities, numFound, sizeof(int));
536 retEntities[numFound - 1]
541 if (numFound > 0) {
548 return numFound;

Completed in 7 milliseconds