Lines Matching defs:when
47 * places: when enabling redirection from the MIDI device and when
49 * with its own lock held when passing data into this module. To avoid
1195 struct timeval when;
1206 when.tv_sec = usec / 1000000;
1207 when.tv_usec = usec % 1000000;
1208 DPRINTFN(4, ("seq_timer_waitabs: adjdivs=%d, sleep when=%"PRId64".%06"PRId64,
1209 divs, when.tv_sec, (uint64_t)when.tv_usec));
1210 ADDTIMEVAL(&when, &t->reftime); /* abstime for end */
1211 ticks = tvhzto(&when);
1212 DPRINTFN(4, (" when+start=%"PRId64".%06"PRId64", tick=%d\n",
1213 when.tv_sec, (uint64_t)when.tv_usec, ticks));
1236 struct timeval when;
1262 microtime(&when);
1263 SUBTIMEVAL(&when, &t->stoptime);
1264 ADDTIMEVAL(&t->reftime, &when);