Searched refs:gettimeofday (Results 1 - 25 of 202) sorted by relevance

123456789

/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXos.h111 # 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)
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxsync.c75 gettimeofday(&start, 0);
77 gettimeofday(&stop, 0);
/xsrc/external/mit/xf86-video-tdfx/dist/src/
H A Dtdfx_priv.c118 gettimeofday(&start, NULL);
120 gettimeofday(&stop, NULL);
125 gettimeofday(&start, NULL);
127 gettimeofday(&stop, NULL);
164 gettimeofday(&start, NULL);
166 gettimeofday(&stop, NULL);
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dtexleak.c70 gettimeofday(&start, NULL);
82 gettimeofday(&end, NULL);
/xsrc/external/mit/libdrm/dist/tests/
H A Ddrmsl.c89 gettimeofday(&start, NULL);
96 gettimeofday(&stop, NULL);
/xsrc/external/mit/xinit/dist/launchd/privileged_startx/
H A Dserver.c205 gettimeofday(&idle_globals.lastmsg, NULL);
236 gettimeofday(&idle_globals.lastmsg, NULL);
299 gettimeofday(&now, NULL);
316 gettimeofday(&now, NULL);
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dwin32_util.c29 gettimeofday(struct timeval* tp, void* tzp) function in typeref:typename:int
H A Dglutwin32.h45 extern int gettimeofday(struct timeval* tp, void* tzp);
/xsrc/external/mit/libdrm/dist/tests/vbltest/
H A Dvbltest.c76 gettimeofday(&end, NULL);
140 gettimeofday(&handler_info.start, NULL);
/xsrc/external/mit/xf86-video-openchrome/dist/src/xvmc/
H A DviaLowLevel.c254 gettimeofday(&then, &here);
257 gettimeofday(&now, &here);
342 gettimeofday(&then, &here);
344 gettimeofday(&now, &here);
355 gettimeofday(&now, &here);
385 gettimeofday(&then, &here);
387 gettimeofday(&now, &here);
412 gettimeofday(&then, &here);
414 gettimeofday(&now, &here);
446 gettimeofday(
[all...]
H A DviaLowLevelPro.c591 gettimeofday(&then, &here);
594 gettimeofday(&now, &here);
680 gettimeofday(&then, &here);
682 gettimeofday(&now, &here);
693 gettimeofday(&now, &here);
748 gettimeofday(&then, &here);
751 gettimeofday(&now, &here);
779 gettimeofday(&then, &here);
781 gettimeofday(&now, &here);
813 gettimeofday(
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dos_time.c67 gettimeofday(&tv, NULL);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dos_time.c65 gettimeofday(&tv, NULL);
/xsrc/external/mit/mesa-demos/dist/src/egl/eglut/
H A Deglut.c68 (void) gettimeofday(&tv, NULL );
71 (void) gettimeofday(&tv, &tz);
/xsrc/external/mit/xtrans/dist/
H A DXtransint.h417 gettimeofday(&tp, 0);
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dshape.c48 (void) gettimeofday(&tv, NULL );
51 (void) gettimeofday(&tv, &tz);
H A Dglxcontexts.c59 (void) gettimeofday(&tv, NULL );
62 (void) gettimeofday(&tv, &tz);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/tests/
H A Dxvmc_bench.c268 gettimeofday(&start, NULL);
281 gettimeofday(&stop, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/tests/
H A Dxvmc_bench.c268 gettimeofday(&start, NULL);
281 gettimeofday(&stop, NULL);
/xsrc/external/bsd/libuuid_ul/dist/
H A Dgen_uuid.c181 /* Assume that the gettimeofday() has microsecond granularity */
251 gettimeofday(&last, NULL);
256 gettimeofday(&tv, NULL);
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Dtexture_from_pixmap.c39 #include <sys/time.h> /* for gettimeofday */
221 gettimeofday(&tv, NULL);
239 gettimeofday(&tv, NULL);
245 gettimeofday(&tv, NULL);
/xsrc/external/mit/mesa-demos/dist/src/egl/opengl/
H A Dpeglgears.c59 (void) gettimeofday(&tv, NULL );
62 (void) gettimeofday(&tv, &tz);
/xsrc/external/mit/libXTrap/dist/src/
H A DXEWrappers.c167 (void)gettimeofday(&cur_time, NULL);
/xsrc/external/mit/xf86dga/dist/
H A Ddga.c25 gettimeofday(&tp, NULL);
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglxdricommon.c50 if (gettimeofday(&tv, NULL) == 0) {

Completed in 16 milliseconds

123456789