Lines Matching refs:numOwned
262 int numOwned; /* Number of physical events owned. */
265 * be allocated to hold numOwned. */
2455 poPtr->numOwned = 0;
2463 for (i = 0; i < poPtr->numOwned; i++) {
2469 sizeof(PhysicalsOwned) + poPtr->numOwned * sizeof(PatSeq *));
2472 poPtr->patSeqs[poPtr->numOwned] = psPtr;
2473 poPtr->numOwned++;
2564 for (iPhys = poPtr->numOwned; --iPhys >= 0; ) {
2626 poPtr->numOwned--;
2627 if (eventPSPtr != NULL && poPtr->numOwned != 0) {
2633 poPtr->patSeqs[iPhys] = poPtr->patSeqs[poPtr->numOwned];
2639 if (poPtr->numOwned == 0) {
2701 for (iPhys = 0; iPhys < poPtr->numOwned; iPhys++) {