Searched refs:t1p (Results 1 – 2 of 2) sorted by relevance
1258 deltaT(struct timeval *t1p, struct timeval *t2p) in deltaT() argument1262 dt = (double)(t2p->tv_sec - t1p->tv_sec) * 1000.0 + in deltaT()1263 (double)(t2p->tv_usec - t1p->tv_usec) / 1000.0; in deltaT()
1323 deltaT(struct timeval *t1p, struct timeval *t2p) in deltaT() argument1327 dt = (double)(t2p->tv_sec - t1p->tv_sec) * 1000.0 + in deltaT()1328 (double)(t2p->tv_usec - t1p->tv_usec) / 1000.0; in deltaT()