Lines Matching defs:tvnow
487 struct timeval tvnow;
494 pa_timeval_store(&tvnow, now);
495 tvnow.tv_sec = now / 1000000;
496 tvnow.tv_usec = now % 1000000;
498 if (pa_timeval_cmp(&t->timeval, &tvnow) <= 0) {
502 usec = pa_timeval_diff(&t->timeval, &tvnow);
520 struct timeval tvnow;
525 pa_timeval_store(&tvnow, now);
526 tvnow.tv_sec = now / 1000000;
527 tvnow.tv_usec = now % 1000000;
529 if (pa_timeval_cmp(&t->timeval, &tvnow) <= 0)
564 struct timeval tvnow;
570 pa_timeval_store(&tvnow, now);
571 tvnow.tv_sec = now / 1000000;
572 tvnow.tv_usec = now % 1000000;
574 if (pa_timeval_cmp(&t->timeval, &tvnow) <= 0) {