/third_party/node/deps/openssl/openssl/crypto/ts/ |
H A D | ts_local.h | 58 ASN1_INTEGER *seconds; member 110 ASN1_INTEGER *seconds; /* accuracy, 0 means not specified. */ member
|
H A D | ts_rsp_utils.c | 173 int TS_ACCURACY_set_seconds(TS_ACCURACY *a, const ASN1_INTEGER *seconds) in TS_ACCURACY_set_seconds() argument
|
/third_party/openssl/crypto/ts/ |
H A D | ts_local.h | 58 ASN1_INTEGER *seconds; member 110 ASN1_INTEGER *seconds; /* accuracy, 0 means not specified. */ member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | TimeValue.h | 100 explicit TimeValue (SecondsType seconds, NanoSecondsType nanos = 0) in TimeValue() argument 207 SecondsType seconds() const { return seconds_; } in seconds() function in llvm::sys::TimeValue 267 getTimespecTime( uint64_t& seconds, uint32_t& nanos ) const getTimespecTime() argument 285 void seconds (SecondsType sec ) { seconds() function in llvm::sys::TimeValue [all...] |
/third_party/vixl/benchmarks/aarch64/ |
H A D | bench-utils.h | 51 bool HasRunFor(uint32_t seconds) { in HasRunFor() argument
|
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
H A D | Durations.java | 128 public static boolean isValid(long seconds, int nanos) { in isValid() argument 305 fromSeconds(long seconds) fromSeconds() argument 439 normalizedDuration(long seconds, int nanos) normalizedDuration() argument [all...] |
H A D | Timestamps.java | 156 public static boolean isValid(long seconds, int nanos) { in isValid() argument 286 fromSeconds(long seconds) fromSeconds() argument 387 normalizedTimestamp(long seconds, int nanos) normalizedTimestamp() argument [all...] |
H A D | TimeUtil.java | 383 private static Duration normalizedDuration(long seconds, int nanos) { in normalizedDuration() argument [all...] |
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | time.cc | 211 bool SecondsToDateTime(int64 seconds, DateTime* time) { in SecondsToDateTime() argument 256 DateTimeToSeconds(const DateTime& time, int64* seconds) DateTimeToSeconds() argument 264 GetCurrentTime(int64* seconds, int32* nanos) GetCurrentTime() argument 271 FormatTime(int64 seconds, int32 nanos) FormatTime() argument 285 ParseTime(const string& value, int64* seconds, int32* nanos) ParseTime() argument [all...] |
/third_party/python/Modules/clinic/ |
H A D | signalmodule.c.h | 59 int seconds; in signal_alarm() local 302 PyObject *seconds; signal_setitimer() local [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
H A D | duration_benchmark.cc | 353 ABSL_ATTRIBUTE_NOINLINE timespec DoubleToTimespec(double seconds) { in DoubleToTimespec() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/ |
H A D | failure_signal_handler.cc | 292 static void PortableSleepForSeconds(int seconds) { in PortableSleepForSeconds() argument
|
/kernel/linux/linux-5.10/arch/s390/mm/ |
H A D | cmm.c | 229 static void cmm_set_timeout(long nr, long seconds) in cmm_set_timeout() argument 289 long nr, seconds; in cmm_timeout_handler() local 352 long nr, seconds; in cmm_smsg_target() local
|
/kernel/linux/linux-6.6/arch/s390/mm/ |
H A D | cmm.c | 229 static void cmm_set_timeout(long nr, long seconds) in cmm_set_timeout() argument 289 long nr, seconds; in cmm_timeout_handler() local 342 long nr, seconds; in cmm_smsg_target() local
|
/kernel/linux/linux-5.10/drivers/rtc/ |
H A D | rtc-ds1685.c | 265 u8 seconds, minutes, hours, wday, mday, month, years; in ds1685_rtc_read_time() local 312 u8 ctrlb, seconds, minutes, hours, wday, mday, month, years, century; in ds1685_rtc_set_time() local 388 u8 seconds, minutes, hours, mday, ctrlb, ctrlc; in ds1685_rtc_read_alarm() local 446 u8 ctrlb, seconds, minutes, hours, mday; ds1685_rtc_set_alarm() local [all...] |
/kernel/linux/linux-5.10/drivers/staging/hievent/ |
H A D | hiview_hievent.c | 194 int hievent_set_time(struct hiview_hievent *event, long long seconds) in hievent_set_time() argument
|
/kernel/linux/linux-6.6/drivers/rtc/ |
H A D | rtc-ds1685.c | 265 u8 seconds, minutes, hours, wday, mday, month, years; in ds1685_rtc_read_time() local 312 u8 ctrlb, seconds, minutes, hours, wday, mday, month, years, century; in ds1685_rtc_set_time() local 388 u8 seconds, minutes, hours, mday, ctrlb, ctrlc; in ds1685_rtc_read_alarm() local 446 u8 ctrlb, seconds, minutes, hours, mday; ds1685_rtc_set_alarm() local [all...] |
/kernel/linux/linux-6.6/drivers/staging/hievent/ |
H A D | hiview_hievent.c | 194 int hievent_set_time(struct hiview_hievent *event, long long seconds) in hievent_set_time() argument
|
/kernel/linux/linux-6.6/drivers/ptp/ |
H A D | ptp_dfl_tod.c | 102 u64 seconds, now; in coarse_adjust_tod_clock() local 233 u64 seconds; in dfl_tod_get_timex() local
|
/kernel/linux/linux-6.6/tools/testing/selftests/ptp/ |
H A D | testptp.c | 188 int seconds = 0; in main() local
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | UniversalTimeScale.java | 291 private static final long seconds = milliseconds * 1000; field in UniversalTimeScale
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | UniversalTimeScale.java | 255 private static final long seconds = milliseconds * 1000; field in UniversalTimeScale
|
/third_party/ltp/utils/benchmark/ebizzy-0.3/ |
H A D | ebizzy.c | 68 static unsigned int seconds; variable [all...] |
/third_party/node/deps/v8/src/base/platform/ |
H A D | time.h | 81 static constexpr TimeDelta FromSeconds(int64_t seconds) { in FromSeconds() argument 94 static TimeDelta FromSecondsD(double seconds) { in FromSecondsD() argument
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | JsonFormatterTest.cs | 456 public void TimestampStandalone_NonNormalized(long seconds, int nanoseconds) in TimestampStandalone_NonNormalized() argument 493 public void DurationStandalone(long seconds, int nanoseconds, string expected) in DurationStandalone() argument 502 public void DurationStandalone_NonNormalized(long seconds, int nanoseconds) in DurationStandalone_NonNormalized() argument
|