Home
last modified time | relevance | path

Searched refs:tv_mul (Results 1 – 4 of 4) sorted by relevance

/external/strace/
Dcount.c179 tv_mul(&overhead, &shortest, 8); in call_summary_pers()
186 tv_mul(&dtv, &overhead, counts[i].calls); in call_summary_pers()
Ddefs.h736 extern void tv_mul(struct timeval *, const struct timeval *, int);
Dutil.c136 tv_mul(struct timeval *tv, const struct timeval *a, int n) in tv_mul() function
DChangeLog-CVS1291 * util.c (tv_mul): Multiply tv_usec properly.