Home | History | Annotate | Download | only in libusb

Lines Matching refs:tp

1734 int usbi_gettimeofday(struct timeval *tp, void *tzp)
1741 if(tp)
1744 tp->tv_usec=(long)((_now.ns100 / 10) % 1000000 );
1745 tp->tv_sec= (long)((_now.ns100 - _W32_FT_OFFSET) / 10000000);