Lines Matching refs:tv
128 struct timeval tv; in stamptime() local
133 gettimeofday(&tv, NULL) ; in stamptime()
134 msecs=tv.tv_usec/1000; in stamptime()
135 secs=tv.tv_sec; in stamptime()
1146 struct timeval tv; in main() local
1148 gettimeofday(&tv, NULL) ; in main()
1149 dmsec=(tv.tv_sec-delaystartsec)*1000+tv.tv_usec/1000-delaystartmsec; in main()
1160 struct timeval tv; in main() local
1161 gettimeofday(&tv, NULL) ; in main()
1164 delaystartsec =tv.tv_sec; in main()
1165 delaystartmsec=tv.tv_usec/1000; in main()