Home
last modified time | relevance | path

Searched refs:estimated_base_ns (Results 1 – 6 of 6) sorted by relevance

/external/openscreen/third_party/abseil/src/absl/time/
Dclock.cc403 uint64_t estimated_base_ns; in GetCurrentTimeNanosSlowPath() local
417 estimated_base_ns = sample.base_ns + in GetCurrentTimeNanosSlowPath()
421 estimated_base_ns = in GetCurrentTimeNanosSlowPath()
427 return estimated_base_ns; in GetCurrentTimeNanosSlowPath()
437 uint64_t estimated_base_ns = now_ns; in UpdateLastSample() local
449 last_sample.base_ns.store(estimated_base_ns, std::memory_order_relaxed); in UpdateLastSample()
467 estimated_base_ns = sample->base_ns + in UpdateLastSample()
479 int64_t diff_ns = now_ns - estimated_base_ns; // estimate low by this much in UpdateLastSample()
506 estimated_base_ns = now_ns; in UpdateLastSample()
510 last_sample.base_ns.store(estimated_base_ns, std::memory_order_relaxed); in UpdateLastSample()
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/
Dclock.cc415 uint64_t estimated_base_ns; in GetCurrentTimeNanosSlowPath() local
429 estimated_base_ns = sample.base_ns + in GetCurrentTimeNanosSlowPath()
433 estimated_base_ns = in GetCurrentTimeNanosSlowPath()
439 return static_cast<int64_t>(estimated_base_ns); in GetCurrentTimeNanosSlowPath()
449 uint64_t estimated_base_ns = now_ns; in UpdateLastSample() local
462 time_state.last_sample.base_ns.store(estimated_base_ns, in UpdateLastSample()
484 estimated_base_ns = sample->base_ns + in UpdateLastSample()
497 int64_t diff_ns = static_cast<int64_t>(now_ns - estimated_base_ns); in UpdateLastSample()
527 estimated_base_ns = now_ns; in UpdateLastSample()
531 time_state.last_sample.base_ns.store(estimated_base_ns, in UpdateLastSample()
[all …]
/external/cronet/stable/third_party/abseil-cpp/absl/time/
Dclock.cc428 uint64_t estimated_base_ns; in GetCurrentTimeNanosSlowPath() local
442 estimated_base_ns = sample.base_ns + in GetCurrentTimeNanosSlowPath()
446 estimated_base_ns = in GetCurrentTimeNanosSlowPath()
452 return static_cast<int64_t>(estimated_base_ns); in GetCurrentTimeNanosSlowPath()
462 uint64_t estimated_base_ns = now_ns; in UpdateLastSample() local
475 time_state.last_sample.base_ns.store(estimated_base_ns, in UpdateLastSample()
497 estimated_base_ns = sample->base_ns + in UpdateLastSample()
510 int64_t diff_ns = static_cast<int64_t>(now_ns - estimated_base_ns); in UpdateLastSample()
540 estimated_base_ns = now_ns; in UpdateLastSample()
544 time_state.last_sample.base_ns.store(estimated_base_ns, in UpdateLastSample()
[all …]
/external/angle/third_party/abseil-cpp/absl/time/
Dclock.cc428 uint64_t estimated_base_ns; in GetCurrentTimeNanosSlowPath() local
442 estimated_base_ns = sample.base_ns + in GetCurrentTimeNanosSlowPath()
446 estimated_base_ns = in GetCurrentTimeNanosSlowPath()
452 return static_cast<int64_t>(estimated_base_ns); in GetCurrentTimeNanosSlowPath()
462 uint64_t estimated_base_ns = now_ns; in UpdateLastSample() local
475 time_state.last_sample.base_ns.store(estimated_base_ns, in UpdateLastSample()
497 estimated_base_ns = sample->base_ns + in UpdateLastSample()
510 int64_t diff_ns = static_cast<int64_t>(now_ns - estimated_base_ns); in UpdateLastSample()
540 estimated_base_ns = now_ns; in UpdateLastSample()
544 time_state.last_sample.base_ns.store(estimated_base_ns, in UpdateLastSample()
[all …]
/external/abseil-cpp/absl/time/
Dclock.cc428 uint64_t estimated_base_ns; in GetCurrentTimeNanosSlowPath() local
442 estimated_base_ns = sample.base_ns + in GetCurrentTimeNanosSlowPath()
446 estimated_base_ns = in GetCurrentTimeNanosSlowPath()
452 return static_cast<int64_t>(estimated_base_ns); in GetCurrentTimeNanosSlowPath()
462 uint64_t estimated_base_ns = now_ns; in UpdateLastSample() local
475 time_state.last_sample.base_ns.store(estimated_base_ns, in UpdateLastSample()
497 estimated_base_ns = sample->base_ns + in UpdateLastSample()
510 int64_t diff_ns = static_cast<int64_t>(now_ns - estimated_base_ns); in UpdateLastSample()
540 estimated_base_ns = now_ns; in UpdateLastSample()
544 time_state.last_sample.base_ns.store(estimated_base_ns, in UpdateLastSample()
[all …]
/external/cronet/tot/third_party/abseil-cpp/absl/time/
Dclock.cc428 uint64_t estimated_base_ns; in GetCurrentTimeNanosSlowPath() local
442 estimated_base_ns = sample.base_ns + in GetCurrentTimeNanosSlowPath()
446 estimated_base_ns = in GetCurrentTimeNanosSlowPath()
452 return static_cast<int64_t>(estimated_base_ns); in GetCurrentTimeNanosSlowPath()
462 uint64_t estimated_base_ns = now_ns; in UpdateLastSample() local
475 time_state.last_sample.base_ns.store(estimated_base_ns, in UpdateLastSample()
497 estimated_base_ns = sample->base_ns + in UpdateLastSample()
510 int64_t diff_ns = static_cast<int64_t>(now_ns - estimated_base_ns); in UpdateLastSample()
540 estimated_base_ns = now_ns; in UpdateLastSample()
544 time_state.last_sample.base_ns.store(estimated_base_ns, in UpdateLastSample()
[all …]