Lines Matching defs:nEvents
70 int *nEvents,96 *nEvents = 0;102 *nEvents = rep.nEvents;103 if (!rep.nEvents) {116 if (rep.nEvents <118 rep.nEvents * (rep.axes + 1) <= rep.length) {119 size_t bsize = rep.nEvents *127 *nEvents = 0;136 data = (int *)(tc + rep.nEvents);137 for (i = 0; i < *nEvents; i++, tc++) {