Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86pciBus.c444 int numFound = 0; in xf86PciAddMatchingDev() local
468 numFound++; in xf86PciAddMatchingDev()
478 return numFound != 0; in xf86PciAddMatchingDev()
664 int numFound = 0; in xf86MatchPciInstances() local
754 numFound++; in xf86MatchPciInstances()
758 numFound++; in xf86MatchPciInstances()
773 return numFound; in xf86MatchPciInstances()
808 numFound++; in xf86MatchPciInstances()
961 numFound = 0; in xf86MatchPciInstances()
982 numFound++; in xf86MatchPciInstances()
[all …]
H A Dxf86sbusBus.c390 int numFound = 0; in xf86MatchSbusInstances() local
414 numFound++; in xf86MatchSbusInstances()
522 numFound = 0; in xf86MatchSbusInstances()
534 numFound++; in xf86MatchSbusInstances()
535 retEntities = xnfreallocarray(retEntities, numFound, sizeof(int)); in xf86MatchSbusInstances()
536 retEntities[numFound - 1] in xf86MatchSbusInstances()
541 if (numFound > 0) { in xf86MatchSbusInstances()
548 return numFound; in xf86MatchSbusInstances()