Home
last modified time | relevance | path

Searched defs:ns_per_tick (Results 1 – 15 of 15) sorted by relevance

/external/cronet/tot/third_party/llvm-libc/src/src/time/gpu/
Dtimespec_get.cpp20 uint64_t ns_per_tick = TICKS_PER_SEC / GPU_CLOCKS_PER_SEC; variable
Dclock_gettime.cpp23 uint64_t ns_per_tick = TICKS_PER_SEC / GPU_CLOCKS_PER_SEC; variable
/external/llvm-libc/src/time/gpu/
Dtimespec_get.cpp21 uint64_t ns_per_tick = TICKS_PER_SEC / GPU_CLOCKS_PER_SEC; variable
/external/cronet/stable/third_party/llvm-libc/src/src/time/gpu/
Dtimespec_get.cpp20 uint64_t ns_per_tick = TICKS_PER_SEC / GPU_CLOCKS_PER_SEC; variable
Dclock_gettime.cpp23 uint64_t ns_per_tick = TICKS_PER_SEC / GPU_CLOCKS_PER_SEC; variable
/external/llvm-libc/src/__support/time/gpu/
Dclock_gettime.cpp24 uint64_t ns_per_tick = TICKS_PER_SEC / GPU_CLOCKS_PER_SEC; in clock_gettime() local
/external/wmediumd/wmediumd/lib/
Dwallclock.c70 unsigned int ns_per_tick) in usfstl_sched_wallclock_init()
/external/openscreen/third_party/abseil/src/absl/random/internal/
Dranden_benchmarks.cc104 static const double ns_per_tick = 1e9 / InvariantTicksPerSecond(); in Print() local
/external/cronet/stable/third_party/abseil-cpp/absl/random/internal/
Dranden_benchmarks.cc105 static const double ns_per_tick = 1e9 / InvariantTicksPerSecond(); in Print() local
/external/angle/third_party/abseil-cpp/absl/random/internal/
Dranden_benchmarks.cc107 static const double ns_per_tick = 1e9 / InvariantTicksPerSecond(); in Print() local
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/
Dranden_benchmarks.cc104 static const double ns_per_tick = 1e9 / InvariantTicksPerSecond(); in Print() local
/external/cronet/tot/third_party/abseil-cpp/absl/random/internal/
Dranden_benchmarks.cc105 static const double ns_per_tick = 1e9 / InvariantTicksPerSecond(); in Print() local
/external/abseil-cpp/absl/random/internal/
Dranden_benchmarks.cc106 static const double ns_per_tick = 1e9 / InvariantTicksPerSecond(); in Print() local
/external/perfetto/src/traced/probes/ps/
Dprocess_stats_data_source.cc135 uint64_t ns_per_tick = 1'000'000'000ULL / static_cast<uint64_t>(tickrate); in ParseProcessRuntimes() local
/external/libnl/lib/
Dutils.c534 unsigned int ns_per_usec, ns_per_tick, nom, denom; in get_psched_settings() local