/bionic/libc/unistd/ |
D | socketcalls.c | 56 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 …]
|
D | sleep.c | 33 struct timespec t; in sleep() local
|
D | time.c | 34 time(time_t *t) in time()
|
/bionic/libc/kernel/common/linux/sunrpc/ |
D | sched.h | 107 #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/ |
D | flockfile.c | 93 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
|
D | fflush.c | 56 int n, t; in __sflush() local
|
D | fgets.c | 49 unsigned char *p, *t; in fgets() local
|
/bionic/libc/kernel/common/linux/ |
D | timer.h | 35 #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
|
D | lockdep.h | 20 #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/ |
D | ns_print.c | 204 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/ |
D | s_roundf.c | 35 float t; in roundf() local
|
D | s_round.c | 35 double t; in round() local
|
D | s_roundl.c | 35 long double t; in roundl() local
|
D | e_acoshf.c | 30 float t; in __ieee754_acoshf() local
|
D | s_nextafterl.c | 38 volatile long double t; in nextafterl() local
|
D | e_acosh.c | 43 double t; in __ieee754_acosh() local
|
D | s_rintf.c | 34 volatile float w,t; /* volatile works around gcc bug */ in rintf() local
|
D | e_coshf.c | 28 float t,w; in __ieee754_coshf() local
|
D | s_nexttoward.c | 37 volatile double t; in nexttoward() local
|
D | s_nextafterf.c | 26 volatile float t; in nextafterf() local
|
D | s_nexttowardf.c | 28 volatile float t; in nexttowardf() local
|
D | e_atanhf.c | 30 float t; in __ieee754_atanhf() local
|
/bionic/libc/kernel/arch-arm/asm/ |
D | byteorder.h | 20 __u32 t; in ___arch__swab32() local
|
/bionic/libm/bsdsrc/ |
D | b_tgamma.c | 161 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/ |
D | pthread-timers.c | 126 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()
|