Searched defs:gettimeofday (Results 1 - 12 of 12) sorted by relevance

/external/e2fsprogs/include/nonunix/
H A Dunistd.h43 #define gettimeofday(p, v) ((p)->tv_sec = (p)->tv_usec = 0) macro
/external/qemu/slirp-android/
H A Dslirp.h127 #define gettimeofday(x, y) gettimeofday(x) macro
/external/qemu/slirp/
H A Dslirp.h135 #define gettimeofday(x, y) gettimeofday(x) macro
/external/chromium_org/third_party/webrtc/base/
H A Dtimeutils.cc96 // Emulate POSIX gettimeofday().
98 static int gettimeofday(struct timeval *tv, void *tz) { function in namespace:rtc
129 if (gettimeofday(&timeval, NULL) < 0) {
/external/e2fsprogs/lib/uuid/
H A Dgen_uuid.c114 static void gettimeofday (struct timeval *tv, void *dummy) function
144 gettimeofday(&tv, 0);
163 gettimeofday(&tv, 0);
306 /* Assume that the gettimeofday() has microsecond granularity */
367 gettimeofday(&last, 0);
372 gettimeofday(&tv, 0);
/external/chromium_org/third_party/libxml/src/
H A DtestSAX.c92 #define gettimeofday my_gettimeofday macro
108 gettimeofday(&begin, NULL);
122 gettimeofday(&end, NULL);
138 * No gettimeofday function, so we have to make do with calling clock.
172 * We don't have a gettimeofday or time.h, so we just don't do timing
193 /* We don't have gettimeofday, time or stdarg.h, what crazy world is
H A Dxmllint.c19 #define gettimeofday(p1,p2) macro
423 #define gettimeofday my_gettimeofday macro
439 gettimeofday(&begin, NULL);
453 gettimeofday(&end, NULL);
469 * No gettimeofday function, so we have to make do with calling clock.
503 * We don't have a gettimeofday or time.h, so we just don't do timing
524 /* We don't have gettimeofday, time or stdarg.h, what crazy world is
/external/chromium_org/third_party/libxslt/libxslt/
H A Dxsltutils.c44 /* gettimeofday on Windows ??? */
49 #define gettimeofday(p1,p2) macro
1849 gettimeofday(&startup, NULL);
1852 gettimeofday(&startup, NULL);
1856 gettimeofday(&cur, NULL);
1865 /* Neither gettimeofday() nor Win32 performance counter available */
/external/fio/os/windows/
H A Dposix.c232 int gettimeofday(struct timeval *restrict tp, void *restrict tzp) function
446 /* clock_gettime(CLOCK_REALTIME,...) is just an alias for gettimeofday with a
449 gettimeofday(&tv, NULL);
/external/libxml2/
H A Dxmllint.c19 #define gettimeofday(p1,p2) macro
428 #define gettimeofday my_gettimeofday macro
444 gettimeofday(&begin, NULL);
458 gettimeofday(&end, NULL);
474 * No gettimeofday function, so we have to make do with calling clock.
508 * We don't have a gettimeofday or time.h, so we just don't do timing
530 /* We don't have gettimeofday, time or stdarg.h, what crazy world is
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h350 /// int gettimeofday(struct timeval *tp, void *tzp);
351 gettimeofday, enumerator in enum:llvm::LibFunc::Func
/external/netperf/
H A Dnetlib.c730 gettimeofday( struct timeval *tv , struct timezone *not_used )
3026 gettimeofday(&time1,
3052 gettimeofday(&time2,
3579 gettimeofday(timestamp,NULL);
724 gettimeofday( struct timeval *tv , struct timezone *not_used ) function

Completed in 5052 milliseconds