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

  /external/strace/
count.c 73 if (tv_cmp(tv, &tcp->dtime) > 0)
91 else if (tv_cmp(tv, &one_tick) > 0)
93 if (tv_cmp(&shortest, &one_tick) < 0)
100 if (tv_cmp(tv, &shortest) < 0)
110 return -tv_cmp(&counts[*((int *) a)].time,
defs.h 600 extern int tv_cmp(struct timeval *, struct timeval *);
util.c 110 tv_cmp(a, b) function
    [all...]

Completed in 40 milliseconds