Home | History | Annotate | Download | only in src

Lines Matching defs:usecs

1337   /* how many usecs in each interval? */
4195 0 - 9 in increments of 10 usecs
4196 0 - 9 in increments of 100 usecs
4210 Rick Jones 2004-06-15 extend to unit and ten usecs
4569 int usecs, secs;
4576 usecs = end->tv_usec - begin->tv_usec;
4579 usecs += (secs * 1000000);
4581 return(usecs);