Searched refs:tpend (Results 1 – 4 of 4) sorted by relevance
1509 struct timeval tpstart, tpend; in main() local1520 gettimeofday(&tpend, NULL); in main()1521 timeuse = 1000000 * (tpend.tv_sec - tpstart.tv_sec) + tpend.tv_usec - tpstart.tv_usec; in main()
1525 struct timeval tpstart, tpend; in main() local1536 gettimeofday(&tpend, NULL); in main()1537 timeuse = 1000000 * (tpend.tv_sec - tpstart.tv_sec) + tpend.tv_usec - tpstart.tv_usec; in main()
1558 struct timeval tpstart,tpend; in main() local1688 gettimeofday(&tpend,NULL); in main()1689 timeuse=1000000*(tpend.tv_sec-tpstart.tv_sec)+ tpend.tv_usec-tpstart.tv_usec; in main()
3212 struct timeval tpstart,tpend; in encode_file() local3277 gettimeofday(&tpend,NULL); in encode_file()3278 timeuse=1000000*(tpend.tv_sec-tpstart.tv_sec)+ tpend.tv_usec-tpstart.tv_usec; in encode_file()