Lines Matching full:usecs
1037 /* how many usecs in each interval? */3384 0 - 9 in increments of 10 usecs3385 0 - 9 in increments of 100 usecs3399 Rick Jones 2004-06-15 extend to unit and ten usecs3589 int usecs, secs;3596 usecs = end->tv_usec - begin->tv_usec;3599 usecs += (secs * 1000000);3601 return(usecs);