Home
last modified time | relevance | path

Searched refs:tv_cmp (Results 1 – 3 of 3) sorted by relevance

/external/strace/
Dcount.c73 if (tv_cmp(tv, &tcp->dtime) > 0) { in count_syscall()
92 else if (tv_cmp(tv, &one_tick) > 0) { in count_syscall()
94 if (tv_cmp(&shortest, &one_tick) < 0) in count_syscall()
100 if (tv_cmp(tv, &shortest) < 0) in count_syscall()
108 return -tv_cmp(&counts[*((int *) a)].time, in time_cmp()
Ddefs.h649 extern int tv_cmp(const struct timeval *, const struct timeval *);
Dutil.c68 tv_cmp(const struct timeval *a, const struct timeval *b) in tv_cmp() function