HomeSort by relevance Sort by last modified time
    Searched full:__tv (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libjpeg_turbo/
rrtimer.h 60 struct timeval __tv;
61 gettimeofday(&__tv, (struct timezone *)NULL);
62 return((double)(__tv.tv_sec)+(double)(__tv.tv_usec)*0.000001);
106 struct timeval __tv; local
107 gettimeofday(&__tv, (struct timezone *)NULL);
108 return((double)__tv.tv_sec+(double)__tv.tv_usec*0.000001);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
time.h 73 extern int gettimeofday (struct timeval *__restrict __tv,
79 extern int settimeofday (__const struct timeval *__tv,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
time.h 73 extern int gettimeofday (struct timeval *__restrict __tv,
79 extern int settimeofday (__const struct timeval *__tv,

Completed in 475 milliseconds