Home
last modified time | relevance | path

Searched defs:NanosecondsPerSecond (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/lib/xray/
Dxray_tsc.h18 static constexpr uint64_t NanosecondsPerSecond = 1000ULL * 1000 * 1000; variable
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DDurationPartial.cs46 public const int NanosecondsPerSecond = 1000000000; field in Google.Protobuf.WellKnownTypes.Duration