Searched refs:t1p (Results 1 – 3 of 3) sorted by relevance
1209 deltaT(struct timeval *t1p, struct timeval *t2p) in deltaT() argument1213 dt = (double)(t2p->tv_sec - t1p->tv_sec) * 1000.0 + in deltaT()1214 (double)(t2p->tv_usec - t1p->tv_usec) / 1000.0; in deltaT()
1368 deltaT(struct timeval *t1p, struct timeval *t2p) in deltaT() argument1372 dt = (double)(t2p->tv_sec - t1p->tv_sec) * 1000.0 + in deltaT()1373 (double)(t2p->tv_usec - t1p->tv_usec) / 1000.0; in deltaT()
3955 4t1p