Home
last modified time | relevance | path

Searched defs:ts (Results 1 – 25 of 863) sorted by relevance

12345678910>>...35

/third_party/musl/libc-test/src/functionalext/supplement/time/
Dclock_nanosleep.c31 struct timespec ts; in clock_nanosleep_0100() local
46 struct timespec ts; in clock_nanosleep_0200() local
61 struct timespec ts; in clock_nanosleep_0300() local
76 struct timespec ts; in clock_nanosleep_0400() local
92 struct timespec ts; in clock_nanosleep_0500() local
108 struct timespec ts; in clock_nanosleep_0600() local
123 struct timespec ts; in clock_nanosleep_time64_0100() local
Dclock_getres.c28 struct timespec ts; in clock_getres_0100() local
40 struct timespec ts; in clock_getres_0200() local
52 struct timespec ts; in clock_getres_0300() local
64 struct timespec ts; in clock_getres_0400() local
76 struct timespec ts; in clock_getres_0500() local
88 struct timespec ts; in clock_getres_time64_0100() local
Dtimespec_get.c31 struct timespec ts; in timespec_get_0100() local
45 struct timespec ts; in timespec_get_0200() local
62 struct timespec ts; in timespec_get_time64_0200() local
/third_party/typescript/tests/baselines/reference/
DuseBeforeDeclaration.js24 var ts; variable
25 (function (ts) { argument
34 var ts; variable
35 (function (ts) { argument
/third_party/ffmpeg/libavutil/
Dtimestamp.h43 static inline char *av_ts_make_string(char *buf, int64_t ts) in av_ts_make_string()
54 #define av_ts2str(ts) av_ts_make_string((char[AV_TS_MAX_STRING_SIZE]){0}, ts) argument
65 static inline char *av_ts_make_time_string(char *buf, int64_t ts, AVRational *tb) in av_ts_make_time_string()
76 #define av_ts2timestr(ts, tb) av_ts_make_time_string((char[AV_TS_MAX_STRING_SIZE]){0}, ts, tb) argument
/third_party/skia/tests/
DPathOpsLineIntersectionTest.cpp88 const SkIntersections& ts, bool nearAllowed) { in check_results()
123 SkIntersections ts; in testOne() local
130 SkIntersections ts; in testOne() local
137 SkIntersections ts; in testOne() local
144 SkIntersections ts; in testOne() local
166 SkIntersections ts; in testOneCoincident() local
175 SkIntersections ts; in testOneCoincident() local
184 SkIntersections ts; in testOneCoincident() local
193 SkIntersections ts; in testOneCoincident() local
217 SkIntersections ts; in DEF_TEST() local
/third_party/musl/libc-test/src/functionalext/thread/
Dpthread_rwlock_wrlock.c38 struct timespec ts = {0}; in RwlockClockRealTimeOut2() local
66 struct timespec ts = {0}; in RwlockClockRealTimeWait2() local
86 struct timespec ts = {0}; in RwlockClockMonotonicTimeOut2() local
116 struct timespec ts = {0}; in RwlockClockMonotonicTimeWait2() local
135 struct timespec ts = {0}; in RwlockMonotonicTime2() local
165 struct timespec ts = {0}; in RwlockMonotonicTime4() local
182 struct timespec ts = {0}; in pthread_rwlock_timedwrlock_0010() local
199 struct timespec ts = {0}; in pthread_rwlock_timedwrlock_0020() local
218 struct timespec ts = {0}; in pthread_rwlock_timedwrlock_0030() local
237 struct timespec ts = {0}; in pthread_rwlock_timedwrlock_0040() local
[all …]
Dpthread_cond_timedwait.c61 struct timespec ts = {0}; in pthread_cond_timedwait_0010() local
88 struct timespec ts = {0}; in pthread_cond_timedwait_0020() local
111 struct timespec ts = {0}; in pthread_cond_timedwait_time64_0010() local
135 struct timespec ts = {0}; in pthread_cond_timedwait_monotonic_np_0010() local
160 struct timespec ts = {0}; in pthread_cond_timedwait_monotonic_np_0020() local
195 struct timespec ts = {0}; in pthread_cond_clockwait_0010() local
222 struct timespec ts; in pthread_cond_timedwait_Time_0010() local
246 struct timespec ts = {0}; in ClockWaitTimedwait2() local
279 struct timespec ts = {0}; in ClockWaitTimeOut() local
324 struct timespec ts = {0}; in ClockWaitTimedwait4() local
[all …]
Dpthread_mutex_ext.c24 struct timespec ts = {0}; in PthreadClocklockOutRealTime() local
61 struct timespec ts = {0}; in PthreadClocklockNoOutRealTime() local
92 struct timespec ts = {0}; in PthreadClocklockOutMonoTime() local
129 struct timespec ts = {0}; in PthreadClocklockNoOutMonoTime() local
160 struct timespec ts = {0}; in PthreadClocklockOutRealTime2() local
200 struct timespec ts = {0}; in PthreadClocklockNoOutMonoTime2() local
239 struct timespec ts = {0}; in PthreadTimedlockMonotonicNPOut() local
276 struct timespec ts = {0}; in PthreadTimedlockMonotonicNPNoOut() local
312 struct timespec ts = {0}; in pthread_mutex_timedlock_monotonic_np_0030() local
322 struct timespec ts = {0}; in PthreadLockTimeoutNPOut() local
[all …]
Dpthread_rwlock_rdlock.c33 struct timespec ts = {0}; in PthreadClockRdlockNoOutRealTimeR2() local
74 struct timespec ts = {0}; in PthreadClockRdlockOutRealTimeR2() local
118 struct timespec ts = {0}; in PthreadClockRdlockNoOutMonoTimeR2() local
159 struct timespec ts = {0}; in PthreadClockRdlockOutMonoTimeR2() local
202 struct timespec ts = {0}; in PthreadTimedRdlockMonoNPNoOutR2() local
243 struct timespec ts = {0}; in PthreadTimedRdlockMonoNPOutR2() local
279 struct timespec ts = {0}; in pthread_rwlock_timedrdlock_monotonic_np_0030() local
/third_party/curl/lib/
Dcf-h1-proxy.c86 static bool tunnel_is_established(struct h1_tunnel_state *ts) in tunnel_is_established()
91 static bool tunnel_is_failed(struct h1_tunnel_state *ts) in tunnel_is_failed()
98 struct h1_tunnel_state *ts) in tunnel_reinit()
116 struct h1_tunnel_state *ts; in tunnel_init() local
139 struct h1_tunnel_state *ts, in h1_tunnel_go_state()
199 struct h1_tunnel_state *ts = cf->ctx; in tunnel_free() local
211 static bool tunnel_want_send(struct h1_tunnel_state *ts) in tunnel_want_send()
219 struct h1_tunnel_state *ts) in start_CONNECT()
255 struct h1_tunnel_state *ts, in send_CONNECT()
291 struct h1_tunnel_state *ts, in on_resp_header()
[all …]
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-session.c44 __lws_tls_session_destroy(lws_tls_sco_t *ts) in __lws_tls_session_destroy()
61 lws_tls_sco_t *ts = lws_container_of(p, lws_tls_sco_t, list); in __lws_tls_session_lookup_by_name() local
80 lws_tls_sco_t *ts; in lws_tls_reuse_session() local
144 lws_tls_sco_t *ts = lws_container_of(d, lws_tls_sco_t, list); in lws_tls_session_destroy_dll() local
161 lws_tls_sco_t *ts = lws_container_of(sul, lws_tls_sco_t, sul_ttl); in lws_tls_session_expiry_cb() local
175 lws_tls_sco_t *ts; in lws_tls_session_add_entry() local
217 lws_tls_sco_t *ts; in lws_tls_session_new_cb() local
371 lws_tls_sco_t *ts; in lws_tls_session_dump_save() local
423 lws_tls_sco_t *ts; in lws_tls_session_dump_load() local
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/
Dclock_gettime04.c40 static inline int do_vdso_gettime(gettime_t vdso, clockid_t clk_id, void *ts) in do_vdso_gettime()
50 static inline int vdso_gettime(clockid_t clk_id, void *ts) in vdso_gettime()
55 static inline int vdso_gettime64(clockid_t clk_id, void *ts) in vdso_gettime64()
60 static inline int my_gettimeofday(clockid_t clk_id, void *ts) in my_gettimeofday()
114 struct tst_ts ts; in run() local
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_rwlock_timedwrlock.c29 struct timespec ts = {.tv_nsec = 0, .tv_sec = 0}; in pthread_rwlock_timedwrlock_0100() local
53 struct timespec ts = {.tv_nsec = 0, .tv_sec = 0}; in pthread_rwlock_timedwrlock_0200() local
77 struct timespec ts = {.tv_nsec = 0, .tv_sec = 0}; in pthread_rwlock_timedwrlock_0300() local
101 struct timespec ts = {.tv_nsec = 0, .tv_sec = 0}; in pthread_rwlock_timedwrlock_time64_0100() local
Dpthread_rwlock_timedrdlock.c29 struct timespec ts = {.tv_nsec = 0, .tv_sec = 0}; in pthread_rwlock_timedrdlock_0100() local
53 struct timespec ts = {.tv_nsec = 0, .tv_sec = 0}; in pthread_rwlock_timedrdlock_0200() local
77 struct timespec ts = {.tv_nsec = 0, .tv_sec = 0}; in pthread_rwlock_timedrdlock_0300() local
101 struct timespec ts = {.tv_nsec = 0, .tv_sec = 0}; in pthread_rwlock_timedrdlock_time64_0100() local
Dpthread_mutex_timedlock.c31 struct timespec ts = {.tv_nsec = 0, .tv_sec = 1}; in pthread_mutex_timedlock_0100() local
53 struct timespec ts = {.tv_nsec = 0, .tv_sec = 1}; in pthread_mutex_timedlock_0200() local
75 struct timespec ts = {.tv_nsec = 0, .tv_sec = 1}; in pthread_mutex_timedlock_0300() local
98 struct timespec ts = {.tv_nsec = 0, .tv_sec = 1}; in pthread_mutex_timedlock_time64_0100() local
/third_party/ltp/include/
Dtst_timer.h148 union ts { union
152 } ts; member
160 } ts; member
197 static inline int libc_clock_getres(clockid_t clk_id, void *ts) in libc_clock_getres()
202 static inline int sys_clock_getres(clockid_t clk_id, void *ts) in sys_clock_getres()
207 static inline int sys_clock_getres64(clockid_t clk_id, void *ts) in sys_clock_getres64()
212 static inline int libc_clock_gettime(clockid_t clk_id, void *ts) in libc_clock_gettime()
217 static inline int sys_clock_gettime(clockid_t clk_id, void *ts) in sys_clock_gettime()
222 static inline int sys_clock_gettime64(clockid_t clk_id, void *ts) in sys_clock_gettime64()
227 static inline int libc_clock_settime(clockid_t clk_id, void *ts) in libc_clock_settime()
[all …]
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-session.c41 __lws_tls_session_destroy(lws_tls_scm_t *ts) in __lws_tls_session_destroy()
58 lws_tls_scm_t *ts = lws_container_of(p, lws_tls_scm_t, list); in __lws_tls_session_lookup_by_name() local
78 lws_tls_scm_t *ts; in lws_tls_reuse_session() local
131 lws_tls_scm_t *ts = lws_container_of(d, lws_tls_scm_t, list); in lws_tls_session_destroy_dll() local
148 lws_tls_scm_t *ts = lws_container_of(sul, lws_tls_scm_t, sul_ttl); in lws_tls_session_expiry_cb() local
169 lws_tls_scm_t *ts; in lws_tls_session_new_mbedtls() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/utils/
Dlog2pcap.py19 def pcap_addpacket(pcap_file, ts, data): argument
45 ts = float(m.group(2)) variable
47 ts = 0 variable
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/utils/
Dlog2pcap.py20 def pcap_addpacket(pcap_file, ts, data): argument
46 ts = float(m.group(2)) variable
48 ts = 0 variable
/third_party/musl/libc-test/src/functionalext/supplement/sched/
Dsched_rr_get_interval.c31 struct timespec ts = {0}; in sched_rr_get_interval_0100() local
54 struct timespec ts = {0}; in sched_rr_get_interval_0200() local
72 struct timespec ts = {0}; in sched_rr_get_interval_time64_0100() local
/third_party/typescript/tests/cases/compiler/
DuseBeforeDeclaration.ts4 namespace ts { namespace
15 namespace ts { namespace
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_aa_point.c66 struct aa_transform_context *ts = aa_transform_context(ctx); in aa_decl() local
90 struct aa_transform_context *ts = aa_transform_context(ctx); in aa_immediate() local
102 struct aa_transform_context *ts = aa_transform_context(ctx); in aa_prolog() local
219 struct aa_transform_context *ts = aa_transform_context(ctx); in aa_inst() local
243 struct aa_transform_context *ts = aa_transform_context(ctx); in aa_epilog() local
/third_party/musl/src/time/
Dclock_gettime.c13 static int cgt_time32_wrap(clockid_t clk, struct timespec *ts) in cgt_time32_wrap()
34 static int cgt_init(clockid_t clk, struct timespec *ts) in cgt_init()
72 int __clock_gettime(clockid_t clk, struct timespec *ts) in __clock_gettime()
/third_party/musl/porting/linux/user/src/time/
Dclock_gettime.c13 static int cgt_time32_wrap(clockid_t clk, struct timespec *ts) in cgt_time32_wrap()
34 static int cgt_init(clockid_t clk, struct timespec *ts) in cgt_init()
57 int __clock_gettime(clockid_t clk, struct timespec *ts) in __clock_gettime()

12345678910>>...35