HomeSort by: relevance | last modified time | path
    Searched defs:tvdiff (Results 1 - 2 of 2) sorted by relevancy

  /src/common/lib/libc/gen/
rpst.c 555 tvdiff(const struct timeval *tv1, const struct timeval *tv2) function in typeref:typename:uintmax_t
591 tvdiff(&end, &start));
600 printf("(linear search took %ju usecs)\n", tvdiff(&end, &start));
675 tvdiff(&end, &start));
712 tvdiff(&end, &start));
  /src/usr.bin/ftp/
ftp.c 616 struct timeval tvthen, tvnow, tvdiff; local in function:copy_bytes
669 timersub(&tvnow, &tvthen, &tvdiff);
670 if (tvdiff.tv_sec > 0)
672 usleep(1000000 - tvdiff.tv_usec);

Completed in 44 milliseconds