| /bionic/benchmarks/ |
| D | time_benchmark.cpp | 42 timespec t; in BM_time_clock_gettime() local 51 timespec t; in BM_time_clock_gettime_syscall() local 60 timespec t; in BM_time_clock_gettime_MONOTONIC_COARSE() local 69 timespec t; in BM_time_clock_gettime_MONOTONIC_RAW() local 78 timespec t; in BM_time_clock_gettime_REALTIME() local 87 timespec t; in BM_time_clock_gettime_REALTIME_COARSE() local 96 timespec t; in BM_time_clock_gettime_BOOTTIME() local 105 timespec t; in BM_time_clock_getres() local 114 timespec t; in BM_time_clock_getres_syscall() local 123 timespec t; in BM_time_clock_getres_MONOTONIC_COARSE() local [all …]
|
| /bionic/tests/ |
| D | termios_test.cpp | 49 termios t = {}; in TEST() local 55 termios t = {}; in TEST() local 62 termios t = {}; in TEST() local 68 termios t = {}; in TEST() local 75 termios t = {}; in TEST() local 82 termios t = {}; in TEST() local 91 termios t; in TEST() local
|
| D | bug_26110743_test.cpp | 52 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
|
| D | sys_timex_test.cpp | 24 timex t = {}; in TEST() local 30 timex t = {}; in TEST() local
|
| D | time_test.cpp | 66 time_t t = 0; in TEST() local 79 time_t t = 0; in TEST() local 120 pthread_t t; in TEST() local 129 struct tm t = {}; in TEST() local 175 struct tm t = {}; in TEST() local 213 struct tm t = {}; in TEST() local 248 struct tm t = {}; in TEST() local 269 struct tm t = {}; in TEST() local 285 struct tm t = {}; in TEST() local 405 struct tm t = {}; in TEST() local [all …]
|
| D | android_unsafe_frame_pointer_chase_test.cpp | 97 pthread_t t; in TEST() local 140 pthread_t t; in TEST() local 173 pthread_t t; in TEST() local
|
| D | __cxa_thread_atexit_test.cpp | 47 pthread_t t; in TEST() local 121 pthread_t t; in TEST() local
|
| /bionic/libc/dns/nameser/ |
| D | ns_print.c | 198 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/ |
| D | pthread_setname_np.cpp | 46 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()
|
| D | pthread_setschedparam.cpp | 38 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()
|
| D | pthread_internal.cpp | 106 for (pthread_internal_t* t = g_thread_list; t != nullptr; t = t->next) { in __pthread_internal_find() local 210 for (pthread_internal_t* t = g_thread_list; t != nullptr; t = t->next) { in __pthread_internal_remap_stack_with_mte() local 227 for (pthread_internal_t* t = g_thread_list; t != nullptr; t = t->next) { in __pthread_internal_remap_stack_with_mte() local 283 for (pthread_internal_t* t = g_thread_list; t != nullptr; t = t->next) { in android_run_on_all_threads() local
|
| D | pthread_gettid_np.cpp | 33 pid_t pthread_gettid_np(pthread_t t) { in pthread_gettid_np()
|
| D | pty.cpp | 115 int openpty(int* pty, int* tty, char* name, const termios* t, const winsize* ws) { in openpty() 151 int forkpty(int* parent_pty, char* child_tty_name, const termios* t, const winsize* ws) { in forkpty()
|
| D | pthread_detach.cpp | 36 int pthread_detach(pthread_t t) { in pthread_detach()
|
| D | pthread_kill.cpp | 37 int pthread_kill(pthread_t t, int sig) { in pthread_kill()
|
| D | pthread_getcpuclockid.cpp | 35 int pthread_getcpuclockid(pthread_t t, clockid_t* clockid) { in pthread_getcpuclockid()
|
| /bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
| D | qsort.c | 64 char t; in swapfunc() local 77 #define CMP(t, x, y) (cmp((x), (y), (t))) argument 79 #define CMP(t, x, y) (cmp((t), (x), (y))) argument 81 #define CMP(t, x, y) (cmp((x), (y), (t))) argument 83 #define CMP(t, x, y) (cmp((x), (y))) argument
|
| /bionic/libm/upstream-netbsd/lib/libm/complex/ |
| D | cephes_subrl.c | 72 long double t; in _redupil() local 92 long double f, x, x2, y, y2, rn, t; in _ctansl() local
|
| /bionic/libc/malloc_debug/ |
| D | Nanotime.h | 35 struct timespec t = {}; in Nanotime() local
|
| /bionic/tests/headers/posix/ |
| D | stdbool_h.c | 10 bool t = true; in stdbool_h() local
|
| D | threads_h.c | 10 thread_local int t; variable
|
| /bionic/libc/include/ |
| D | stdatomic.h | 55 #define _Atomic(t) std::atomic<t> argument
|
| /bionic/libm/upstream-freebsd/lib/msun/src/ |
| D | s_roundf.c | 35 float t; in roundf() local
|
| D | s_round.c | 37 double t; in round() local
|
| D | s_roundl.c | 41 long double t; in roundl() local
|