Searched refs:now2 (Results 1 – 7 of 7) sorted by relevance
/third_party/node/test/fixtures/wpt/hr-time/ |
D | monotonic-clock.any.js | 9 var now2 = self.performance.now(); 10 assert_true((now2-now1) >= 0, "self.performance.now() difference is not negative");
|
D | basic.any.js | 14 var now2 = self.performance.now(); 15 assert_true((now2-now1) >= 0);
|
/third_party/curl/lib/ |
D | asyn-ares.c | 487 struct curltime now2 = Curl_now(); in Curl_resolver_wait_resolv() local 488 timediff_t timediff = Curl_timediff(now2, now); /* spent time */ in Curl_resolver_wait_resolv() 495 now = now2; /* for next loop */ in Curl_resolver_wait_resolv()
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-source.c | 907 pa_usec_t now2; in update_smoother() local 941 now2 = pa_bytes_to_usec(position, &u->source->sample_spec); in update_smoother() 943 pa_smoother_put(u->smoother, now1, now2); in update_smoother() 955 pa_usec_t now2; in source_get_latency() local 965 now2 = pa_smoother_get(u->smoother, now1); in source_get_latency() 967 delay = (int64_t) now2 - (int64_t) pa_bytes_to_usec(u->read_count, &u->source->sample_spec); in source_get_latency()
|
D | alsa-sink.c | 980 pa_usec_t now2; in update_smoother() local 1017 now2 = pa_bytes_to_usec((uint64_t) position, &u->sink->sample_spec); in update_smoother() 1019 pa_smoother_put(u->smoother, now1, now2); in update_smoother() 1031 pa_usec_t now2; in sink_get_latency() local 1040 now2 = pa_smoother_get(u->smoother, now1); in sink_get_latency() 1042 delay = (int64_t) pa_bytes_to_usec(u->write_count, &u->sink->sample_spec) - (int64_t) now2; in sink_get_latency()
|
/third_party/elfutils/debuginfod/ |
D | debuginfod.cxx | 877 char *now2 = NULL; in timestamp() local 884 now2 = datebuf; in timestamp() 887 return o << "[" << (now2 ? now2 : "") << "] " in timestamp()
|
/third_party/python/Lib/test/ |
D | datetimetester.py | 4330 now2 = utcnow.astimezone(weirdtz) 4331 if abs(now - now2) < timedelta(seconds=30):
|