Home
last modified time | relevance | path

Searched refs:tv_cmp (Results 1 – 4 of 4) 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.h702 extern int tv_cmp(const struct timeval *, const struct timeval *);
Dutil.c88 tv_cmp(const struct timeval *a, const struct timeval *b) in tv_cmp() function
DChangeLog29067 * 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):