Searched defs:NANOS_PER_SECOND (Results 1 – 3 of 3) sorted by relevance
50 static final int NANOS_PER_SECOND = 1_000_000_000; field in Timestamp64
35 inline constexpr int NANOS_PER_SECOND = 1'000'000'000; // nanoseconds per second variable
33 #define NANOS_PER_SECOND (NANOS_PER_MILLISECOND * 1000) macro