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

/xsrc/external/mit/xf86-input-synaptics/dist/src/
H A Dsynaptics.c1507 int timeleft; local in function:HandleMidButtonEmulation
1530 timeleft =
1533 if (timeleft > 0)
1534 *delay = MIN(*delay, timeleft);
1537 if ((timeleft <= 0) && !hw->left) {
1541 else if ((!hw->left) || (timeleft <= 0)) {
1555 timeleft =
1558 if (timeleft > 0)
1559 *delay = MIN(*delay, timeleft);
1562 if ((timeleft <
1777 int timeleft, timeout; local in function:HandleTapProcessing
2790 int timeleft; local in function:HandleState
[all...]
/xsrc/external/mit/xdm/dist/greeter/
H A DLogin.c877 int timeleft = w->login.msgTimeout - now; local in function:SetPrompt
879 if (timeleft > 0) {
880 sleep(timeleft);

Completed in 7 milliseconds