Searched refs:tv1 (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Ddevtimer.c70 timeval_add(struct timeval tv1, struct timeval tv2, argument
73 result->tv_sec = tv1.tv_sec + tv2.tv_sec;
74 result->tv_usec = tv1.tv_usec + tv2.tv_usec;

Completed in 19 milliseconds