Searched refs:t1p (Results 1 – 2 of 2) sorted by relevance
1200 deltaT(struct timeval *t1p, struct timeval *t2p) in deltaT() argument1204 dt = (double)(t2p->tv_sec - t1p->tv_sec) * 1000.0 + in deltaT()1205 (double)(t2p->tv_usec - t1p->tv_usec) / 1000.0; in deltaT()
1371 deltaT(struct timeval *t1p, struct timeval *t2p) in deltaT() argument1375 dt = (double)(t2p->tv_sec - t1p->tv_sec) * 1000.0 + in deltaT()1376 (double)(t2p->tv_usec - t1p->tv_usec) / 1000.0; in deltaT()