Searched refs:countValuators (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Deventconvert.c52 static int countValuators(DeviceEvent *ev, int *first);
263 num_events = (countValuators(ev, &first) + 5)/6; /* valuator ev */
332 countValuators(DeviceEvent *ev, int *first) function in typeref:typename:int
364 num_valuators = countValuators(ev, &first_valuator);
/xsrc/external/mit/xorg-server/dist/dix/
H A Deventconvert.c54 static int countValuators(DeviceEvent *ev, int *first);
331 num_events = (countValuators(ev, &first) + 5) / 6; /* valuator ev */
411 countValuators(DeviceEvent *ev, int *first) function in typeref:typename:int
439 num_valuators = countValuators(ev, &first_valuator);

Completed in 4 milliseconds