| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | 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)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxsync.c | 75 gettimeofday(&start, 0); 77 gettimeofday(&stop, 0);
|
| /xsrc/external/mit/xf86-video-tdfx/dist/src/ |
| H A D | tdfx_priv.c | 118 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 D | texleak.c | 70 gettimeofday(&start, NULL); 82 gettimeofday(&end, NULL);
|
| /xsrc/external/mit/libdrm/dist/tests/ |
| H A D | drmsl.c | 89 gettimeofday(&start, NULL); 96 gettimeofday(&stop, NULL);
|
| /xsrc/external/mit/xinit/dist/launchd/privileged_startx/ |
| H A D | server.c | 205 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 D | win32_util.c | 29 gettimeofday(struct timeval* tp, void* tzp) function in typeref:typename:int
|
| H A D | glutwin32.h | 45 extern int gettimeofday(struct timeval* tp, void* tzp);
|
| /xsrc/external/mit/libdrm/dist/tests/vbltest/ |
| H A D | vbltest.c | 76 gettimeofday(&end, NULL); 140 gettimeofday(&handler_info.start, NULL);
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/xvmc/ |
| H A D | viaLowLevel.c | 254 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 D | viaLowLevelPro.c | 591 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 D | os_time.c | 67 gettimeofday(&tv, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | os_time.c | 65 gettimeofday(&tv, NULL);
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/eglut/ |
| H A D | eglut.c | 68 (void) gettimeofday(&tv, NULL ); 71 (void) gettimeofday(&tv, &tz);
|
| /xsrc/external/mit/xtrans/dist/ |
| H A D | Xtransint.h | 417 gettimeofday(&tp, 0);
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | shape.c | 48 (void) gettimeofday(&tv, NULL ); 51 (void) gettimeofday(&tv, &tz);
|
| H A D | glxcontexts.c | 59 (void) gettimeofday(&tv, NULL ); 62 (void) gettimeofday(&tv, &tz);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/tests/ |
| H A D | xvmc_bench.c | 268 gettimeofday(&start, NULL); 281 gettimeofday(&stop, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/tests/ |
| H A D | xvmc_bench.c | 268 gettimeofday(&start, NULL); 281 gettimeofday(&stop, NULL);
|
| /xsrc/external/bsd/libuuid_ul/dist/ |
| H A D | gen_uuid.c | 181 /* 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 D | texture_from_pixmap.c | 39 #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 D | peglgears.c | 59 (void) gettimeofday(&tv, NULL ); 62 (void) gettimeofday(&tv, &tz);
|
| /xsrc/external/mit/libXTrap/dist/src/ |
| H A D | XEWrappers.c | 167 (void)gettimeofday(&cur_time, NULL);
|
| /xsrc/external/mit/xf86dga/dist/ |
| H A D | dga.c | 25 gettimeofday(&tp, NULL);
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glxdricommon.c | 50 if (gettimeofday(&tv, NULL) == 0) {
|