Searched refs:tempi (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Xinput.c | 114 int tempi; local in function:ProcessVelocityConfiguration 142 tempi = xf86SetIntOption(list, "AccelerationProfile", 147 PropModeReplace, 1, &tempi, FALSE) == Success) { 149 tempi); 152 devname, tempi); 168 tempi = xf86SetIntOption(list, "VelocityTrackerCount", -1); 169 if (tempi > 1) 170 InitTrackers(s, tempi);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Xinput.c | 134 int tempi; local in function:ProcessVelocityConfiguration 162 tempi = xf86SetIntOption(list, "AccelerationProfile", 167 PropModeReplace, 1, &tempi, FALSE) == Success) { 169 tempi); 173 devname, tempi); 190 tempi = xf86SetIntOption(list, "VelocityTrackerCount", -1); 191 if (tempi > 1) 192 InitTrackers(s, tempi);
|
Completed in 18 milliseconds