HomeSort by relevance Sort by last modified time
    Searched defs:gettimeofday (Results 1 - 16 of 16) sorted by null

  /bionic/libc/arch-arm/syscalls/
gettimeofday.S 5 ENTRY(gettimeofday) function
14 END(gettimeofday)
  /bionic/libc/arch-mips/syscalls/
gettimeofday.S 5 ENTRY(gettimeofday) function
19 END(gettimeofday)
  /bionic/libc/arch-mips64/syscalls/
gettimeofday.S 5 ENTRY(gettimeofday) function
25 END(gettimeofday)
  /bionic/libc/arch-x86/syscalls/
gettimeofday.S 5 ENTRY(gettimeofday) function
26 END(gettimeofday)
  /bionic/libc/bionic/
vdso.cpp 60 int gettimeofday(timeval* tv, struct timezone* tz) { function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xos.h 111 # define gettimeofday(t) \ macro
123 /* define X_GETTIMEOFDAY macro, a portable gettimeofday() */
125 # define X_GETTIMEOFDAY(t) gettimeofday(t, (struct timezone*)0)
128 # define X_GETTIMEOFDAY(t) gettimeofday(t)
130 # define X_GETTIMEOFDAY(t) gettimeofday(t, (struct timezone*)0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xos.h 111 # define gettimeofday(t) \ macro
123 /* define X_GETTIMEOFDAY macro, a portable gettimeofday() */
125 # define X_GETTIMEOFDAY(t) gettimeofday(t, (struct timezone*)0)
128 # define X_GETTIMEOFDAY(t) gettimeofday(t)
130 # define X_GETTIMEOFDAY(t) gettimeofday(t, (struct timezone*)0)
  /external/e2fsprogs/include/nonunix/
unistd.h 43 #define gettimeofday(p, v) ((p)->tv_sec = (p)->tv_usec = 0) macro
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 114 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/libxml2/
testSAX.c 92 #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
xmllint.c 19 #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
    [all...]
  /external/valgrind/coregrind/
m_libcproc.c 659 // Weird: it seems that gettimeofday() doesn't fill in the timeval, but
681 Int VG_(gettimeofday)(struct vki_timeval *tv, struct vki_timezone *tz) function
  /external/libvncserver/libvncserver/
main.c 1080 void gettimeofday(struct timeval* tv,char* dummy) function
1133 gettimeofday(&cl->startDeferring,NULL);
1137 gettimeofday(&tv,NULL);
1150 gettimeofday(&cl->startPtrDeferring,NULL);
1155 gettimeofday(&tv,NULL);
  /external/fio/os/windows/
posix.c 232 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/netperf/
netlib.c 730 gettimeofday( struct timeval *tv , struct timezone *not_used )
724 gettimeofday( struct timeval *tv , struct timezone *not_used ) function
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js 3483 function gettimeofday(sp) function
    [all...]

Completed in 825 milliseconds