/third_party/musl/porting/uniproton/kernel/include/ |
H A D | time.h | 130 int stime(const time_t *); 157 __REDIR(stime, __stime64);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | time.h | 129 int stime(const time_t *); 156 __REDIR(stime, __stime64);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | time.h | 130 int stime(const time_t *); 157 __REDIR(stime, __stime64);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | time.h | 145 int stime(const time_t *); 172 __REDIR(stime, __stime64);
|
/third_party/musl/include/ |
H A D | time.h | 132 int stime(const time_t *); 159 __REDIR(stime, __stime64);
|
/third_party/musl/compat/time32/ |
H A D | stime32.c | 7 return stime(&(time_t){*t}); in __stime32()
|
/third_party/musl/porting/liteos_a/kernel/src/linux/ |
H A D | stime.c | 5 int stime(const time_t *t) in stime() function
|
/third_party/musl/src/linux/ |
H A D | stime.c | 5 int stime(const time_t *t) in stime() function
|
/third_party/ltp/testcases/kernel/syscalls/stime/ |
H A D | stime_var.h | 22 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 D | Makefile | 30 sigrelse sigsuspend sigtimedwait sigwait sigwaitinfo stime \
|
/third_party/mesa3d/src/freedreno/perfcntrs/ |
H A D | fdperf.c | 73 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 D | mfenc.c | 121 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 D | crypto_bench.c | 586 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 D | timemodule.c | 1289 _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 D | linux-core-note.c | 165 TIMEVAL_FIELD (stime),
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg.c | 4015 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 D | time.cc | 90 return (tc.stime / v8::base::Time::kNanosecondsPerMicrosecond)
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 1029 stime: ::clock_t, 1110 sigcld.val.stime in si_stime()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 17621 extern int stime (const time_t *__when) throw (); [all...] |