Home
last modified time | relevance | path

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

1234

/bionic/libc/unistd/
Dsocketcalls.c56 unsigned long t[3]; in socket() local
70 unsigned long t[3]; in bind() local
83 unsigned long t[3]; in connect() local
96 unsigned long t[2]; in listen() local
108 unsigned long t[3]; in accept() local
121 unsigned long t[3]; in getsockname() local
134 unsigned long t[3]; in getpeername() local
147 unsigned long t[4]; in socketpair() local
162 unsigned long t[6]; in sendto() local
179 unsigned long t[6]; in recvfrom() local
[all …]
Dsleep.c33 struct timespec t; in sleep() local
Dtime.c34 time(time_t *t) in time()
/bionic/libc/kernel/common/linux/sunrpc/
Dsched.h107 #define RPC_IS_ASYNC(t) ((t)->tk_flags & RPC_TASK_ASYNC) argument
108 #define RPC_IS_CHILD(t) ((t)->tk_flags & RPC_TASK_CHILD) argument
109 #define RPC_IS_SWAPPER(t) ((t)->tk_flags & RPC_TASK_SWAPPER) argument
110 #define RPC_DO_ROOTOVERRIDE(t) ((t)->tk_flags & RPC_TASK_ROOTCREDS) argument
111 #define RPC_ASSASSINATED(t) ((t)->tk_flags & RPC_TASK_KILLED) argument
112 #define RPC_DO_CALLBACK(t) ((t)->tk_callback != NULL) argument
113 #define RPC_IS_SOFT(t) ((t)->tk_flags & RPC_TASK_SOFT) argument
114 #define RPC_TASK_UNINTERRUPTIBLE(t) ((t)->tk_flags & RPC_TASK_NOINTR) argument
122 #define RPC_IS_RUNNING(t) (test_bit(RPC_TASK_RUNNING, &(t)->tk_runstate)) argument
123 #define rpc_set_running(t) (set_bit(RPC_TASK_RUNNING, &(t)->tk_runstate)) argument
[all …]
/bionic/libc/stdio/
Dflockfile.c93 lock_table_unlock( LockTable* t ) in lock_table_unlock()
99 lock_table_lookup( LockTable* t, FILE* f ) in lock_table_lookup()
118 LockTable* t = lock_table_lock(); in flockfile() local
158 LockTable* t = lock_table_lock(); in ftrylockfile() local
179 LockTable* t = lock_table_lock(); in funlockfile() local
197 LockTable* t = lock_table_lock(); in __fremovelock() local
Dfflush.c56 int n, t; in __sflush() local
Dfgets.c49 unsigned char *p, *t; in fgets() local
/bionic/libc/kernel/common/linux/
Dtimer.h35 #define try_to_del_timer_sync(t) del_timer(t) argument
36 #define del_timer_sync(t) del_timer(t) argument
37 #define del_singleshot_timer_sync(t) del_timer_sync(t) argument
Dlockdep.h20 #define lock_acquire(l, s, t, r, c, i) do { } while (0) argument
38 #define spin_acquire(l, s, t, i) do { } while (0) argument
41 #define rwlock_acquire(l, s, t, i) do { } while (0) argument
42 #define rwlock_acquire_read(l, s, t, i) do { } while (0) argument
45 #define mutex_acquire(l, s, t, i) do { } while (0) argument
48 #define rwsem_acquire(l, s, t, i) do { } while (0) argument
49 #define rwsem_acquire_read(l, s, t, i) do { } while (0) argument
/bionic/libc/netbsd/nameser/
Dns_print.c204 u_long t; in ns_sprintrrf() local
269 u_int t; in ns_sprintrrf() local
287 u_int t; in ns_sprintrrf() local
327 char t[2+255*3]; in ns_sprintrrf() local
342 char t[255]; in ns_sprintrrf() local
352 char t[50]; in ns_sprintrrf() local
393 char t[50]; in ns_sprintrrf() local
512 u_long t; in ns_sprintrrf() local
630 u_long t; in ns_sprintrrf() local
900 int t; in addtab() local
/bionic/libm/src/
Ds_roundf.c35 float t; in roundf() local
Ds_round.c35 double t; in round() local
Ds_roundl.c35 long double t; in roundl() local
De_acoshf.c30 float t; in __ieee754_acoshf() local
Ds_nextafterl.c38 volatile long double t; in nextafterl() local
De_acosh.c43 double t; in __ieee754_acosh() local
Ds_rintf.c34 volatile float w,t; /* volatile works around gcc bug */ in rintf() local
De_coshf.c28 float t,w; in __ieee754_coshf() local
Ds_nexttoward.c37 volatile double t; in nexttoward() local
Ds_nextafterf.c26 volatile float t; in nextafterf() local
Ds_nexttowardf.c28 volatile float t; in nexttowardf() local
De_atanhf.c30 float t; in __ieee754_atanhf() local
/bionic/libc/kernel/arch-arm/asm/
Dbyteorder.h20 __u32 t; in ___arch__swab32() local
/bionic/libm/bsdsrc/
Db_tgamma.c161 struct Double t, u, v; local
189 double y, ym1, t; local
223 double t, d; local
253 struct Double r, t; local
/bionic/libc/bionic/
Dpthread-timers.c126 thr_timer_table_init( thr_timer_table_t* t ) in thr_timer_table_init()
143 thr_timer_table_alloc( thr_timer_table_t* t ) in thr_timer_table_alloc()
163 thr_timer_table_free( thr_timer_table_t* t, thr_timer_t* timer ) in thr_timer_table_free()
175 thr_timer_table_start_stop( thr_timer_table_t* t, int stop ) in thr_timer_table_start_stop()
200 thr_timer_table_from_id( thr_timer_table_t* t, in thr_timer_table_from_id()
283 thr_timer_lock( thr_timer_t* t ) in thr_timer_lock()
289 thr_timer_unlock( thr_timer_t* t ) in thr_timer_unlock()

1234