Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 143) sorted by relevance

123456

/bionic/benchmarks/
Dtime_benchmark.cpp27 timespec t; in BM_time_clock_gettime() local
36 timespec t; in BM_time_clock_gettime_syscall() local
45 timespec t; in BM_time_clock_gettime_MONOTONIC_COARSE() local
54 timespec t; in BM_time_clock_gettime_MONOTONIC_RAW() local
63 timespec t; in BM_time_clock_gettime_REALTIME() local
72 timespec t; in BM_time_clock_gettime_REALTIME_COARSE() local
81 timespec t; in BM_time_clock_gettime_BOOTTIME() local
90 timespec t; in BM_time_clock_getres() local
99 timespec t; in BM_time_clock_getres_syscall() local
108 timespec t; in BM_time_clock_getres_MONOTONIC_COARSE() local
[all …]
/bionic/tests/
Dtermios_test.cpp45 termios t = {}; in TEST() local
51 termios t = {}; in TEST() local
58 termios t = {}; in TEST() local
64 termios t = {}; in TEST() local
71 termios t = {}; in TEST() local
78 termios t = {}; in TEST() local
87 termios t; in TEST() local
Dbug_26110743_test.cpp52 pthread_t t; in TEST() local
67 pthread_t t; in TEST() local
97 pthread_t t; in TEST() local
112 pthread_t t; in TEST() local
Dtime_test.cpp64 time_t t = 0; in TEST() local
77 time_t t = 0; in TEST() local
108 pthread_t t; in TEST() local
117 struct tm t; in TEST() local
138 struct tm t; in TEST() local
167 struct tm t; in TEST() local
191 struct tm t; in TEST() local
212 struct tm t; in TEST() local
254 struct tm t; in TEST() local
272 struct tm t; in TEST() local
[all …]
Dsys_timex_test.cpp24 timex t; in TEST() local
37 timex t; in TEST() local
Dandroid_unsafe_frame_pointer_chase_test.cpp97 pthread_t t; in TEST() local
139 pthread_t t; in TEST() local
D__cxa_thread_atexit_test.cpp47 pthread_t t; in TEST() local
121 pthread_t t; in TEST() local
/bionic/libc/dns/nameser/
Dns_print.c198 u_long t; in ns_sprintrrf() local
264 u_int t; in ns_sprintrrf() local
282 u_int t; in ns_sprintrrf() local
323 char t[2+255*3]; in ns_sprintrrf() local
338 char t[255]; in ns_sprintrrf() local
348 char t[50]; in ns_sprintrrf() local
389 char t[50]; in ns_sprintrrf() local
510 u_long t; in ns_sprintrrf() local
628 u_long t; in ns_sprintrrf() local
715 u_int t; in ns_sprintrrf() local
[all …]
/bionic/libc/bionic/
Dpthread_setname_np.cpp46 static int __open_task_comm_fd(pthread_t t, int flags, const char* caller) { in __open_task_comm_fd()
54 int pthread_getname_np(pthread_t t, char* buf, size_t buf_size) { in pthread_getname_np()
86 int pthread_setname_np(pthread_t t, const char* thread_name) { in pthread_setname_np()
Dpthread_setschedparam.cpp38 int pthread_setschedparam(pthread_t t, int policy, const sched_param* param) { in pthread_setschedparam()
48 int pthread_setschedprio(pthread_t t, int priority) { in pthread_setschedprio()
Dpthread_gettid_np.cpp33 pid_t pthread_gettid_np(pthread_t t) { in pthread_gettid_np()
Dpty.cpp115 int openpty(int* master, int* slave, char* name, const termios* t, const winsize* ws) { in openpty()
151 int forkpty(int* amaster, char* name, const termios* t, const winsize* ws) { in forkpty()
Dpthread_detach.cpp36 int pthread_detach(pthread_t t) { in pthread_detach()
Dpthread_getcpuclockid.cpp35 int pthread_getcpuclockid(pthread_t t, clockid_t* clockid) { in pthread_getcpuclockid()
Dpthread_kill.cpp37 int pthread_kill(pthread_t t, int sig) { in pthread_kill()
Dpthread_getschedparam.cpp36 int pthread_getschedparam(pthread_t t, int* policy, sched_param* param) { in pthread_getschedparam()
/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
Db_tgamma.c162 struct Double t, u, v; local
190 double y, ym1, t; local
224 double t, d; local
254 struct Double r, t; local
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Dqsort.c56 char t; in swapfunc() local
69 #define CMP(t, x, y) (cmp((t), (x), (y))) argument
71 #define CMP(t, x, y) (cmp((x), (y))) argument
/bionic/libm/upstream-netbsd/lib/libm/complex/
Dcephes_subrl.c72 long double t; in _redupil() local
92 long double f, x, x2, y, y2, rn, t; in _ctansl() local
/bionic/libc/include/
Dstdatomic.h55 #define _Atomic(t) std::atomic<t> argument
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_round.c40 double t; in round() local
Ds_roundl.c44 long double t; in roundl() local
Ds_roundf.c38 float t; in roundf() local
Ds_csqrtf.c40 double t; in csqrtf() local
/bionic/tests/headers/posix/
Dthreads_h.c35 thread_local int t; variable

123456