Searched refs:timeval (Results 1 - 25 of 146) sorted by relevance
123456
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/tests/ |
| H A D | testlib.h | 67 int timeval_subtract(struct timeval *result, struct timeval *x, struct timeval *y);
|
| H A D | testlib.c | 122 int timeval_subtract(struct timeval *result, struct timeval *x, struct timeval *y)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/tests/ |
| H A D | testlib.h | 67 int timeval_subtract(struct timeval *result, struct timeval *x, struct timeval *y);
|
| H A D | testlib.c | 122 int timeval_subtract(struct timeval *result, struct timeval *x, struct timeval *y)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxstat.h | 52 struct timeval *stop, struct timeval *start,
|
| H A D | dmxstat.c | 79 static unsigned long usec(struct timeval *stop, struct timeval *start) 140 struct timeval *stop, struct timeval *start,
|
| H A D | dmxsync.c | 73 struct timeval start, stop;
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | animate.h | 13 extern struct timeval AnimateTimeout;
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | xserver_poll.c | 152 static struct timeval *map_timeout 153 (int poll_timeout, struct timeval *pSelTimeout) 155 struct timeval *pResult; 167 select() uses a "struct timeval", which specifies the timeout in 172 assert (pSelTimeout != (struct timeval *) NULL); 180 pResult = (struct timeval *) NULL; 186 a timeval structure. 249 struct timeval stime; /* select() timeout value */ 252 struct timeval *pTimeout; /* actually passed */
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winblock.c | 44 struct timeval **tvp = pTimeout;
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | Xdefs.h | 101 typedef struct timeval **OSTimePtr;
|
| H A D | Xos.h | 93 * Get struct timeval and struct tm 104 struct timeval { struct
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | win32_util.c | 21 struct timeval; 29 gettimeofday(struct timeval* tp, void* tzp)
|
| H A D | glutwin32.h | 44 struct timeval; 45 extern int gettimeofday(struct timeval* tp, void* tzp);
|
| H A D | glut_init.c | 160 __glutInitTime(struct timeval *beginning) 167 static struct timeval genesis; 197 struct timeval unused;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winblock.c | 49 struct timeval **tvp = pTimeout;
|
| /xsrc/external/mit/libdrm/dist/tests/vbltest/ |
| H A D | vbltest.c | 54 struct timeval start; 61 struct timeval end; 162 struct timeval timeout = { .tv_sec = 3, .tv_usec = 0 };
|
| /xsrc/external/mit/xf86-input-ws/dist/src/ |
| H A D | ws.h | 70 extern void wsmbEmuBlockHandler(pointer, struct timeval **, pointer);
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | NextEvent.c | 147 AdjustHowLong(unsigned long *howlong, const struct timeval *start_time) 149 struct timeval new_time, time_spent, lstart_time; 166 struct timeval cur_time; 167 struct timeval start_time; 168 struct timeval wait_time; 169 struct timeval new_time; 170 struct timeval time_spent; 171 struct timeval max_wait_time; 175 struct timeval *wait_time_ptr; 179 static struct timeval zero_tim [all...] |
| /xsrc/external/bsd/libuuid_ul/dist/ |
| H A D | uuid.h | 106 extern time_t uuid_time(const uuid_t uu, struct timeval *ret_tv);
|
| /xsrc/external/mit/xinit/dist/launchd/privileged_startx/ |
| H A D | server.c | 67 struct timeval lastmsg; 298 struct timeval now; 315 struct timeval now;
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | texleak.c | 56 struct timeval start, end;
|
| /xsrc/external/mit/libICE/dist/src/ |
| H A D | iceauth.c | 61 struct timeval now;
|
| /xsrc/external/mit/libdrm/dist/tests/ |
| H A D | drmsl.c | 67 struct timeval start, stop;
|
| /xsrc/external/mit/xfs/dist/os/ |
| H A D | waitfor.c | 99 struct timeval *wt,
|
Completed in 11 milliseconds
123456