Home
last modified time | relevance | path

Searched defs:timepoint (Results 1 – 7 of 7) sorted by relevance

/external/fmtlib/test/fuzzing/
Dchrono-timepoint.cc18 typename C::time_point timepoint{dur}; in doit() local
/external/coreboot/src/vendorcode/amd/opensil/genoa_poc/
Dramstage.c133 static void opensil_entry(SIL_TIMEPOINT timepoint) in opensil_entry()
/external/cronet/tot/third_party/llvm-libc/src/benchmarks/
DLibcBenchmarkTest.cpp47 const Duration timepoint = MaybeTimepoints->front(); in now() local
/external/cronet/stable/third_party/llvm-libc/src/benchmarks/
DLibcBenchmarkTest.cpp47 const Duration timepoint = MaybeTimepoints->front(); in now() local
/external/rust/android-crates-io/crates/csv/benches/
Dbench.rs96 timepoint: i32, field
109 timepoint: i32, field
/external/swiftshader/third_party/marl/include/marl/
Dscheduler.h312 TimePoint timepoint; member
/external/pytorch/torch/csrc/profiler/standalone/
Dexecution_trace_observer.cpp275 inline std::string timeString(const std::time_t timepoint) { in timeString()