Searched refs:ptv (Results 1 – 1 of 1) sorted by relevance
36 int gettimeofday(struct timeval* ptv, struct timezone* tz) in gettimeofday() argument49 ptv->tv_usec = (long) ((nsTime / 10LL) % 1000000LL); in gettimeofday()50 ptv->tv_sec = (long) ((nsTime - 116444736000000000LL) / 10000000LL); in gettimeofday()