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) {
92 else if (tv_cmp(tv, &one_tick) > 0) {
94 if (tv_cmp(&shortest, &one_tick) < 0)
100 if (tv_cmp(tv, &shortest) < 0)
108 return -tv_cmp(&counts[*((int *) a)].time,
defs.h 708 extern int tv_cmp(const struct timeval *, const struct timeval *);
    [all...]
util.c 52 tv_cmp(const struct timeval *a, const struct timeval *b) function

Completed in 1536 milliseconds