Searched refs:now2 (Results 1 - 5 of 5) sorted by relevance
/third_party/curl/lib/ |
H A D | asyn-ares.c | 503 struct curltime now2 = Curl_now(); in Curl_resolver_wait_resolv() local 504 timediff_t timediff = Curl_timediff(now2, now); /* spent time */ in Curl_resolver_wait_resolv() 511 now = now2; /* for next loop */ in Curl_resolver_wait_resolv()
|
/third_party/pulseaudio/src/modules/alsa/ |
H A 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()
|
H A 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()
|
/third_party/elfutils/debuginfod/ |
H A 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/ |
H A D | datetimetester.py | 4634 now2 = utcnow.astimezone(weirdtz) 4635 if abs(now - now2) < timedelta(seconds=30):
|
Completed in 23 milliseconds