Home | History | Annotate | Download | only in moused

Lines Matching defs:tv1

2128     struct timeval tv1;
2141 gettimeofday(&tv1, NULL);
2146 timersub(&tv1, &tv2, &tv);
2152 timersub(&tv1, &tv2, &tv3);
2167 bstate[i].tv = tv1;
2170 bstate[i].tv = tv1;
2177 bstate[i].tv = tv1;
2194 struct timeval tv1;
2199 gettimeofday(&tv1, NULL);
2202 timersub(&tv1, &tv2, &tv);