Lines Matching refs:nEvents
95 unsigned long nEvents;
118 .nEvents = 0,
134 rep.nEvents = GetMotionHistory(dev, (xTimecoord **) &coords, /* XXX */
138 if (rep.nEvents > 0) {
139 length = bytes_to_int32(rep.nEvents * size);
142 nEvents = rep.nEvents;
144 if (nEvents) {
147 for (i = 0; i < nEvents * (axes + 1); i++) {
171 swapl(&rep->nEvents);