Home
last modified time | relevance | path

Searched refs:ptv (Results 1 – 1 of 1) sorted by relevance

/development/simulator/app/
Dported.cpp36 int gettimeofday(struct timeval* ptv, struct timezone* tz) in gettimeofday() argument
49 ptv->tv_usec = (long) ((nsTime / 10LL) % 1000000LL); in gettimeofday()
50 ptv->tv_sec = (long) ((nsTime - 116444736000000000LL) / 10000000LL); in gettimeofday()