Searched refs:tv_cmp (Results 1 – 4 of 4) sorted by relevance
/external/strace/ |
D | count.c | 73 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()
|
D | defs.h | 702 extern int tv_cmp(const struct timeval *, const struct timeval *);
|
D | util.c | 88 tv_cmp(const struct timeval *a, const struct timeval *b) in tv_cmp() function
|
D | ChangeLog | 29067 * defs.h (tv_nz, tv_cmp, tv_float, tv_add, tv_sub, tv_mul, tv_div): Add 29069 * util.c (tv_nz, tv_cmp, tv_float, tv_add, tv_sub, tv_mul, tv_div):
|