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

  /bionic/libc/arch-arm/syscalls/
gettimeofday.S 6 ENTRY(gettimeofday) function
15 END(gettimeofday)
  /bionic/libc/arch-mips/syscalls/
gettimeofday.S 4 .globl gettimeofday
6 .ent gettimeofday
8 gettimeofday: label
22 .end gettimeofday
  /bionic/libc/arch-x86/syscalls/
gettimeofday.S 6 ENTRY(gettimeofday) function
24 END(gettimeofday)
  /ndk/sources/host-tools/sed-4.2.1/lib/
gettimeofday.c 3 /* Provide gettimeofday for systems that don't have it or for which it's broken.
37 /* Work around the bug in some systems whereby gettimeofday clobbers
39 gettimeofday function from Mac OS X 10.0.4 (i.e., Darwin 1.3.7) has
53 gettimeofday clobbers the static buffer used for localtime's result.
101 /* This is a wrapper for gettimeofday. It is used only on systems
108 #undef gettimeofday macro
112 result around the call to gettimeofday. */
116 int result = gettimeofday (tv, tz);
  /external/e2fsprogs/include/nonunix/
unistd.h 43 #define gettimeofday(p, v) ((p)->tv_sec = (p)->tv_usec = 0) macro
  /external/qemu/slirp-android/
slirp.h 126 #define gettimeofday(x, y) gettimeofday(x) macro
  /external/chromium_org/third_party/libjingle/source/talk/base/
timeutils.cc 108 // Emulate POSIX gettimeofday().
110 static int gettimeofday(struct timeval *tv, void *tz) { function in namespace:talk_base
141 if (gettimeofday(&timeval, NULL) < 0) {
  /external/qemu/slirp/
slirp.h 135 #define gettimeofday(x, y) gettimeofday(x) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xos.h 231 #define gettimeofday(t) \ macro
254 /* define X_GETTIMEOFDAY macro, a portable gettimeofday() */
256 #define X_GETTIMEOFDAY(t) gettimeofday(t, (struct timezone*)0)
259 #define X_GETTIMEOFDAY(t) gettimeofday(t)
261 #define X_GETTIMEOFDAY(t) gettimeofday(t, (struct timezone*)0)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xos.h 222 #define gettimeofday(t) \ macro
245 /* define X_GETTIMEOFDAY macro, a portable gettimeofday() */
247 #define X_GETTIMEOFDAY(t) gettimeofday(t, (struct timezone*)0)
250 #define X_GETTIMEOFDAY(t) gettimeofday(t)
252 #define X_GETTIMEOFDAY(t) gettimeofday(t, (struct timezone*)0)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xos.h 231 #define gettimeofday(t) \ macro
254 /* define X_GETTIMEOFDAY macro, a portable gettimeofday() */
256 #define X_GETTIMEOFDAY(t) gettimeofday(t, (struct timezone*)0)
259 #define X_GETTIMEOFDAY(t) gettimeofday(t)
261 #define X_GETTIMEOFDAY(t) gettimeofday(t, (struct timezone*)0)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos.h 222 #define gettimeofday(t) \ macro
245 /* define X_GETTIMEOFDAY macro, a portable gettimeofday() */
247 #define X_GETTIMEOFDAY(t) gettimeofday(t, (struct timezone*)0)
250 #define X_GETTIMEOFDAY(t) gettimeofday(t)
252 #define X_GETTIMEOFDAY(t) gettimeofday(t, (struct timezone*)0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos.h 222 #define gettimeofday(t) \ macro
245 /* define X_GETTIMEOFDAY macro, a portable gettimeofday() */
247 #define X_GETTIMEOFDAY(t) gettimeofday(t, (struct timezone*)0)
250 #define X_GETTIMEOFDAY(t) gettimeofday(t)
252 #define X_GETTIMEOFDAY(t) gettimeofday(t, (struct timezone*)0)
  /external/chromium_org/third_party/libxml/src/
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
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
    [all...]
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 113 static void gettimeofday (struct timeval *tv, void *dummy) function
143 gettimeofday(&tv, 0);
162 gettimeofday(&tv, 0);
302 /* Assume that the gettimeofday() has microsecond granularity */
363 gettimeofday(&last, 0);
368 gettimeofday(&tv, 0);
  /external/chromium_org/third_party/libxslt/libxslt/
xsltutils.c 44 /* gettimeofday on Windows ??? */
49 #define gettimeofday(p1,p2) macro
    [all...]
  /external/libxslt/libxslt/
xsltutils.c 44 /* gettimeofday on Windows ??? */
49 #define gettimeofday(p1,p2) macro
    [all...]
  /external/libxml2/
xmllint.c 19 #define gettimeofday(p1,p2) macro
427 #define gettimeofday my_gettimeofday macro
443 gettimeofday(&begin, NULL);
457 gettimeofday(&end, NULL);
473 * No gettimeofday function, so we have to make do with calling clock.
507 * We don't have a gettimeofday or time.h, so we just don't do timing
528 /* We don't have gettimeofday, time or stdarg.h, what crazy world is
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 315 /// int gettimeofday(struct timeval *tp, void *tzp);
316 gettimeofday, enumerator in enum:llvm::LibFunc::Func
  /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 409 milliseconds