Home | History | Annotate | Download | only in encode

Lines Matching refs:tpend

1558     struct timeval tpstart,tpend; 
1688 gettimeofday(&tpend,NULL);
1689 timeuse=1000000*(tpend.tv_sec-tpstart.tv_sec)+ tpend.tv_usec-tpstart.tv_usec;