Home
last modified time | relevance | path

Searched refs:time_t (Results 201 - 225 of 1393) sorted by relevance

12345678910>>...56

/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_bufmgr.h55 time_t free_time;
68 void vc4_bo_last_unreference_locked_timed(struct vc4_bo *bo, time_t time);
117 vc4_bo_unreference_locked_timed(struct vc4_bo **bo, time_t time) in vc4_bo_unreference_locked_timed()
/third_party/openssl/ohos_lite/include/openssl/
H A Drand_drbg.h82 int RAND_DRBG_set_reseed_time_interval(RAND_DRBG *drbg, time_t interval);
87 time_t master_reseed_time_interval,
88 time_t slave_reseed_time_interval
/third_party/rust/crates/libc/src/unix/solarish/
H A Dillumos.rs11 pub shm_atime: ::time_t,
12 pub shm_dtime: ::time_t,
13 pub shm_ctime: ::time_t,
H A Dsolaris.rs14 pub shm_atime: ::time_t,
15 pub shm_dtime: ::time_t,
16 pub shm_ctime: ::time_t,
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs25 pub type time_t = i64; types
108 pub st_atime: time_t,
109 pub st_mtime: time_t,
110 pub st_ctime: time_t,
797 pub fn ctime(arg1: *const time_t) -> *mut c_char; in ctime()
798 pub fn difftime(arg1: time_t, arg2: time_t) -> f64; in difftime()
799 pub fn gmtime(arg1: *const time_t) -> *mut tm; in gmtime()
800 pub fn localtime(arg1: *const time_t) -> *mut tm; in localtime()
801 pub fn time(arg1: *mut time_t) in localtime()
[all...]
/third_party/musl/src/time/
H A Dlocaltime_r.c5 struct tm *__localtime_r(const time_t *restrict t, struct tm *restrict tm) in __localtime_r()
7 /* Reject time_t values whose year would overflow int because in __localtime_r()
24 struct tm *localtime_noenv_r(const time_t *restrict t, struct tm *restrict tm) in localtime_noenv_r()
26 /* Reject time_t values whose year would overflow int because in localtime_noenv_r()
/third_party/musl/src/signal/
H A Dsetitimer.c10 if (sizeof(time_t) > sizeof(long)) { in setitimer()
11 time_t is = new->it_interval.tv_sec, vs = new->it_value.tv_sec; in setitimer()
/third_party/musl/libc-test/src/api/
H A Dsys_select.c7 T(time_t) in f()
14 F(time_t, tv_sec) in f()
/third_party/musl/libc-test/src/functional/
H A Dtest-malloc-disable.c51 time_t start = time(0); in test_malloc_while_disabled()
53 time_t end = time(0); in test_malloc_while_disabled()
/third_party/musl/libc-test/src/functionalext/supplement/time/
H A Dtime_sup.c61 time_t curClock; in time_0100()
62 time_t t = time(&curClock); in time_0100()
/third_party/musl/libc-test/src/functionalext/time/
H A Dctime.c21 static time_t gTime = 1659177614;
23 extern char *__ctime64 (const time_t *);
H A Dgmtime_r.c22 static time_t gTime = 1659177614;
61 time_t invalid_time = INT_MAX * 31622400LL + 1; in gmtime_r_0200()
H A Dctime_r.c21 static time_t gTime = 1659177614;
24 extern char *__ctime64_r (const time_t *, char *);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DChrono.h35 /// Convert a TimePoint to std::time_t
36 LLVM_ATTRIBUTE_ALWAYS_INLINE inline std::time_t toTimeT(TimePoint<> TP) { in toTimeT()
42 /// Convert a std::time_t to a TimePoint
44 toTimePoint(std::time_t T) { in toTimePoint()
/third_party/curl/src/
H A Dtool_cb_dbg.c45 static const char *hms_for_sec(time_t tv_sec) in hms_for_sec()
47 static time_t cached_tv_sec; in hms_for_sec()
49 static time_t epoch_offset; in hms_for_sec()
54 time_t secs; in hms_for_sec()
/third_party/ltp/testcases/kernel/mem/mmapstress/
H A Dmmapstress07.c59 extern time_t time(time_t *);
60 extern char *ctime(const time_t *);
89 time_t t;
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dparams.h54 OSSL_PARAM_DEFN((key), OSSL_PARAM_INTEGER, (addr), sizeof(time_t))
84 OSSL_PARAM OSSL_PARAM_construct_time_t(const char *key, time_t *buf);
112 int OSSL_PARAM_get_time_t(const OSSL_PARAM *p, time_t *val);
123 int OSSL_PARAM_set_time_t(OSSL_PARAM *p, time_t val);
/third_party/openssl/include/openssl/
H A Dparams.h54 OSSL_PARAM_DEFN((key), OSSL_PARAM_INTEGER, (addr), sizeof(time_t))
84 OSSL_PARAM OSSL_PARAM_construct_time_t(const char *key, time_t *buf);
112 int OSSL_PARAM_get_time_t(const OSSL_PARAM *p, time_t *val);
123 int OSSL_PARAM_set_time_t(OSSL_PARAM *p, time_t val);
/kernel/linux/linux-6.6/tools/testing/selftests/rtc/
H A Drtctest.c57 static time_t rtc_time_to_timestamp(struct rtc_time *rtc_time) in rtc_time_to_timestamp()
89 time_t start_rtc_read, prev_rtc_read;
104 time_t rtc_read;
198 time_t secs, new; in TEST_F()
256 time_t secs, new; in TEST_F()
308 time_t secs, new;
366 time_t secs, new;
/third_party/zlib/contrib/untgz/
H A Duntgz.c113 time_t time;
194 /* convert time_t to string */
197 char *strtime (time_t *t) in strtime()
212 int setfiletime (char *fname,time_t ftime) in setfiletime()
267 void push_attr(struct attr_item **list,char *fname,int mode,time_t time) in push_attr()
433 time_t tartime; in tar()
474 tartime = (time_t)getoct(buffer.header.mtime,12); in tar()
475 if (tarmode == -1 || tartime == (time_t)-1) in tar()
/third_party/rust/crates/nix/src/sys/
H A Dtime.rs3 pub use libc::{suseconds_t, time_t};
268 ts.tv_sec = seconds as time_t; in seconds()
302 ts.tv_sec = secs as time_t; in nanoseconds()
337 pub const fn new(seconds: time_t, nanoseconds: timespec_tv_nsec_t) -> Self {
353 pub const fn tv_sec(&self) -> time_t {
365 ts.tv_sec = duration.as_secs() as time_t;
506 tv_sec: seconds as time_t, in seconds()
531 tv_sec: secs as time_t, in microseconds()
549 tv_sec: secs as time_t, in nanoseconds()
584 pub const fn new(seconds: time_t, microsecond
[all...]
/third_party/curl/docs/examples/
H A Dftpgetinfo.c72 time_t file_time = (time_t)filetime; in main()
/third_party/ntfs-3g/include/ntfs-3g/
H A Dntfstime.h44 time_t tv_sec;
125 now.tv_sec = time((time_t*)NULL); in ntfs_current_time()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dtime.h86 struct tm *gmtime_r(const time_t *__restrict, struct tm *__restrict);
87 struct tm *localtime_r(const time_t *__restrict, struct tm *__restrict);
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_gentm.c57 time_t t) in ASN1_GENERALIZEDTIME_set()
63 time_t t, int offset_day, in ASN1_GENERALIZEDTIME_adj()

Completed in 16 milliseconds

12345678910>>...56