HomeSort by relevance Sort by last modified time
    Searched refs:tv_cmp (Results 1 - 3 of 3) sorted by null

  /external/strace/
count.c 72 if (tv_cmp(tv, &tcp->dtime) > 0) {
91 else if (tv_cmp(tv, &one_tick) > 0) {
93 if (tv_cmp(&shortest, &one_tick) < 0)
99 if (tv_cmp(tv, &shortest) < 0)
107 return -tv_cmp(&counts[*((int *) a)].time,
defs.h 648 extern int tv_cmp(const struct timeval *, const struct timeval *);
util.c 87 tv_cmp(const struct timeval *a, const struct timeval *b) function
    [all...]

Completed in 177 milliseconds