Home
last modified time | relevance | path

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

123456

/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_gettid_np.cpp31 pid_t pthread_gettid_np(pthread_t t) { in pthread_gettid_np()
Dpthread_detach.cpp34 int pthread_detach(pthread_t t) { in pthread_detach()
Dpthread_getcpuclockid.cpp33 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_join.cpp34 int pthread_join(pthread_t t, void** return_value) { in pthread_join()
Dpthread_setschedparam.cpp34 int pthread_setschedparam(pthread_t t, int policy, const sched_param* param) { in pthread_setschedparam()
Dpthread_getschedparam.cpp34 int pthread_getschedparam(pthread_t t, int* policy, sched_param* param) { in pthread_getschedparam()
/bionic/benchmarks/
Dtime_benchmark.cpp27 timespec t; in Run() local
39 timespec t; in Run() local
/bionic/libc/upstream-openbsd/lib/libc/gen/
Dtime.c35 time(time_t *t) in time()
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_round.c38 double t; in round() local
Ds_roundf.c36 float t; in roundf() local
Ds_roundl.c42 long double t; in roundl() local
Ds_csqrtf.c48 double t; in csqrtf() local
De_acoshf.c29 float t; in __ieee754_acoshf() local
Ds_nextafterl.c36 volatile long double t; in nextafterl() local
De_acosh.c44 double t; in __ieee754_acosh() local
Ds_nextafterf.c25 volatile float t; in nextafterf() local
Ds_nexttoward.c36 volatile double t; in nexttoward() local
Ds_nexttowardf.c27 volatile float t; in nexttowardf() local
Ds_csqrt.c53 double t; in csqrt() local
Ds_csqrtl.c53 long double t; in csqrtl() local
/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
Db_tgamma.c160 struct Double t, u, v; local
188 double y, ym1, t; local
222 double t, d; local
252 struct Double r, t; local
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dfgets.c50 unsigned char *p, *t; in fgets() local
/bionic/libc/upstream-netbsd/lib/libc/string/
Dmemccpy.c45 memccpy(void *t, const void *f, int c, size_t n) in memccpy()

123456