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

  /external/strace/
count.c 76 if (tv_cmp(tv, &tcp->dtime) > 0) {
95 else if (tv_cmp(tv, &one_tick) > 0) {
97 if (tv_cmp(&shortest, &one_tick) < 0)
103 if (tv_cmp(tv, &shortest) < 0)
111 return -tv_cmp(&counts[*((int *) a)].time,
defs.h 732 extern int tv_cmp(const struct timeval *, const struct timeval *);
util.c 88 tv_cmp(const struct timeval *a, const struct timeval *b) function
    [all...]

Completed in 1160 milliseconds