Home
last modified time | relevance | path

Searched refs:tv_div (Results 1 – 3 of 3) sorted by relevance

/external/strace/
Dcount.c178 tv_div(&overhead, &overhead, 10); in call_summary_pers()
205 tv_div(&dtv, &counts[j].time, counts[j].calls); in call_summary_pers()
Ddefs.h605 extern void tv_div(struct timeval *, struct timeval *, int);
Dutil.c154 tv_div(tv, a, n) in tv_div() function