Home
last modified time | relevance | path

Searched refs:stime (Results 1 - 19 of 19) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/
H A Dtime.h130 int stime(const time_t *);
157 __REDIR(stime, __stime64);
/third_party/musl/porting/liteos_m/user/include/
H A Dtime.h129 int stime(const time_t *);
156 __REDIR(stime, __stime64);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtime.h130 int stime(const time_t *);
157 __REDIR(stime, __stime64);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dtime.h145 int stime(const time_t *);
172 __REDIR(stime, __stime64);
/third_party/musl/include/
H A Dtime.h132 int stime(const time_t *);
159 __REDIR(stime, __stime64);
/third_party/musl/compat/time32/
H A Dstime32.c7 return stime(&(time_t){*t}); in __stime32()
/third_party/musl/porting/liteos_a/kernel/src/linux/
H A Dstime.c5 int stime(const time_t *t) in stime() function
/third_party/musl/src/linux/
H A Dstime.c5 int stime(const time_t *t) in stime() function
/third_party/ltp/testcases/kernel/syscalls/stime/
H A Dstime_var.h22 tst_brk(TCONF, "libc stime() is not implemented"); in do_stime()
24 return stime(ntime); in do_stime()
46 tst_res(TINFO, "Testing libc stime()"); in stime_info()
/third_party/ltp/testcases/kernel/syscalls/
H A DMakefile30 sigrelse sigsuspend sigtimedwait sigwait sigwaitinfo stime \
/third_party/mesa3d/src/freedreno/perfcntrs/
H A Dfdperf.c73 uint32_t stime[MAX_CNTR_PER_GROUP]; member
293 group->stime[ctr] = gettime_us(); in select_counter()
301 uint32_t dt = delta(group->stime[ctr], t); in resample_counter()
305 group->stime[ctr] = t; in resample_counter()
/third_party/ffmpeg/libavcodec/
H A Dmfenc.c121 LONGLONG stime = mf_to_mf_time(avctx, av_pts); in mf_sample_set_pts() local
122 if (stime != MF_INVALID_TIME) in mf_sample_set_pts()
123 IMFSample_SetSampleTime(sample, stime); in mf_sample_set_pts()
126 static int64_t mf_from_mf_time(AVCodecContext *avctx, LONGLONG stime) in mf_from_mf_time() argument
128 return av_rescale_q(stime, MF_TIMEBASE, mf_get_tb(avctx)); in mf_from_mf_time()
/third_party/ffmpeg/tools/
H A Dcrypto_bench.c586 double mtime, ttime = 0, ttime2 = 0, stime; in run_implementation() local
624 stime = sqrt(ttime2 - ttime * ttime); in run_implementation()
626 impl->lib, impl->name, size, nruns, ttime, stime); in run_implementation()
/third_party/python/Modules/
H A Dtimemodule.c1289 _PyTime_t utime, stime;
1301 if (_PyTime_FromTimeval(&stime, &ru.ru_stime) < 0) {
1305 _PyTime_t total = utime + stime;
1461 *tp = _PyTime_FromNanoseconds(tc.stime + tc.utime);
/third_party/elfutils/backends/
H A Dlinux-core-note.c165 TIMEVAL_FIELD (stime),
/third_party/ffmpeg/fftools/
H A Dffmpeg.c4015 int64_t stime, stime2; in process_input() local
4035 stime = av_rescale_q(is->start_time, AV_TIME_BASE_Q, ist->st->time_base); in process_input()
4036 stime2= stime + (1ULL<<ist->st->pts_wrap_bits); in process_input()
4039 if(stime2 > stime && pkt->dts != AV_NOPTS_VALUE && pkt->dts > stime + (1LL<<(ist->st->pts_wrap_bits-1))) { in process_input()
4043 if(stime2 > stime && pkt->pts != AV_NOPTS_VALUE && pkt->pts > stime + (1LL<<(ist->st->pts_wrap_bits-1))) { in process_input()
4563 int64_t utime, stime, rtime; in main() local
4566 stime = current_time.sys_usec - ti.sys_usec; in main()
4569 "bench: utime=%0.3fs stime in main()
[all...]
/third_party/node/deps/v8/src/base/platform/
H A Dtime.cc90 return (tc.stime / v8::base::Time::kNanosecondsPerMicrosecond)
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1029 stime: ::clock_t,
1110 sigcld.val.stime in si_stime()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp17621 extern int stime (const time_t *__when) throw ();
[all...]

Completed in 48 milliseconds