Lines Matching defs:now
57 // from now and still give us nanosecond accuracy, but no...
62 static void doublyso(unsigned long long now, struct timespec *tv)
65 tv->tv_sec = (now>>32) + (1LL<<32)*!(now&(1LL<<63));
67 tv->tv_nsec = ((now&0xFFFFFFFF)*1000000000)>>32;
73 unsigned long long *pktime = (void *)toybuf, now, then, before = before;
108 now = millitime();
115 then = now + 3000;
116 if (FLAG(d) || FLAG(D)) then = now + (1<<TT.r)*1000;
132 if (then>0 && then<(now = millitime())) break;;
133 strike = xrecvwait(fd, toybuf, sizeof(toybuf), &sa, then-now);
188 // we sent the packet at, tv2 is what server replied, so now diff