Home | History | Annotate | Download | only in tests

Lines Matching defs:tim

69 struct timeval tim;
1280 gettimeofday(&tim, NULL);
1281 t1=tim.tv_sec+(tim.tv_usec/1000000.0);
1373 gettimeofday(&tim, NULL);
1374 t2=tim.tv_sec+(tim.tv_usec/1000000.0);