idxplus1 494 opal/mca/event/libevent2022/libevent/evmap.c int idxplus1; /* this is the index +1, so that memset(0) will make it idxplus1 539 opal/mca/event/libevent2022/libevent/evmap.c EVUTIL_ASSERT(f->idxplus1 == i + 1); idxplus1 549 opal/mca/event/libevent2022/libevent/evmap.c if (f->idxplus1) { idxplus1 550 opal/mca/event/libevent2022/libevent/evmap.c struct event_change *c = &changelist->changes[f->idxplus1 - 1]; idxplus1 571 opal/mca/event/libevent2022/libevent/evmap.c EVUTIL_ASSERT(fdinfo->idxplus1 == i + 1); idxplus1 572 opal/mca/event/libevent2022/libevent/evmap.c fdinfo->idxplus1 = 0; idxplus1 623 opal/mca/event/libevent2022/libevent/evmap.c if (fdinfo->idxplus1 == 0) { idxplus1 634 opal/mca/event/libevent2022/libevent/evmap.c fdinfo->idxplus1 = idx + 1; idxplus1 640 opal/mca/event/libevent2022/libevent/evmap.c change = &changelist->changes[fdinfo->idxplus1 - 1]; idxplus1 53 opal/mca/event/libevent2022/libevent/poll.c int idxplus1; idxplus1 245 opal/mca/event/libevent2022/libevent/poll.c i = idx->idxplus1 - 1; idxplus1 254 opal/mca/event/libevent2022/libevent/poll.c idx->idxplus1 = i + 1; idxplus1 284 opal/mca/event/libevent2022/libevent/poll.c i = idx->idxplus1 - 1; idxplus1 300 opal/mca/event/libevent2022/libevent/poll.c idx->idxplus1 = 0; idxplus1 312 opal/mca/event/libevent2022/libevent/poll.c EVUTIL_ASSERT(idx->idxplus1 == pop->nfds + 1); idxplus1 313 opal/mca/event/libevent2022/libevent/poll.c idx->idxplus1 = i + 1;