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

  /src/usr.sbin/lockstat/
main.c 504 uintptr_t tend, sa, ea; local in function:findsym
515 end = &tend;
  /src/sys/arch/sgimips/dev/
scn.c 1486 struct timeval tend; local in function:scnsoft
1489 microtime(&tend);
1490 t = (tend.tv_sec - tstart.tv_sec) * 1000000 + (tend.tv_usec - tstart.tv_usec);

Completed in 13 milliseconds