Searched defs:tvp (Results 1 - 9 of 9) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/ggi/
H A DSDL_ggievents.c51 struct timeval *tvp, tv = { 0, 0 }; local
54 tvp = &tv;
58 while (ggiEventPoll(VIS, emAll, tvp))
59 /* while (ggiEventPoll(VIS, (emKeyboard | emPointer | emCommand), tvp)) */
/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
H A Dmain.c235 FunctionPointer functionPointerForTVector(TransitionVector tvp) argument
240 if (tvp != NULL) {
245 newGlue[0] |= ((UInt32)tvp >> 16);
246 newGlue[1] |= ((UInt32)tvp & 0xFFFF);
/external/tcpdump/
H A Dutil.c160 ts_print(register const struct timeval *tvp) argument
173 s = (tvp->tv_sec + thiszone) % 86400;
174 (void)printf("%s ", ts_format(s, tvp->tv_usec));
182 (unsigned)tvp->tv_sec,
183 (unsigned)tvp->tv_usec);
190 b_usec = tvp->tv_usec;
191 b_sec = tvp->tv_sec;
194 d_usec = tvp->tv_usec - b_usec;
195 d_sec = tvp->tv_sec - b_sec;
205 b_sec = tvp
[all...]
/external/chromium_org/third_party/libxml/src/
H A DtestSAX.c80 my_gettimeofday(struct timeval *tvp, void *tzp) argument
85 if (tvp) {
86 tvp->tv_sec = timebuffer.time;
87 tvp->tv_usec = timebuffer.millitm * 1000L;
H A Dxmllint.c411 my_gettimeofday(struct timeval *tvp, void *tzp) argument
416 if (tvp) {
417 tvp->tv_sec = timebuffer.time;
418 tvp->tv_usec = timebuffer.millitm * 1000L;
/external/fio/
H A Dio_u.c1784 struct timespec *tvp = NULL; local
1791 tvp = &ts;
1793 ret = td_io_getevents(td, min_evts, td->o.iodepth_batch_complete, tvp);
/external/elfutils/0.153/src/
H A Dstrip.c121 const char *fname, mode_t mode, struct timeval tvp[2]);
125 struct timeval tvp[2]);
403 mode_t mode, struct timeval tvp[2])
2064 if (tvp != NULL)
2066 if (futimes (fd, tvp) != 0)
2085 struct timeval tvp[2])
2121 if (tvp != NULL)
2123 if (unlikely (futimes (fd, tvp) != 0))
402 handle_elf(int fd, Elf *elf, const char *prefix, const char *fname, mode_t mode, struct timeval tvp[2]) argument
2084 handle_ar(int fd, Elf *elf, const char *prefix, const char *fname, struct timeval tvp[2]) argument
/external/libxml2/
H A Dxmllint.c416 my_gettimeofday(struct timeval *tvp, void *tzp) argument
421 if (tvp) {
422 tvp->tv_sec = timebuffer.time;
423 tvp->tv_usec = timebuffer.millitm * 1000L;
/external/mksh/src/
H A Dfuncs.c905 struct tbl *tvp; local
916 for (tvp = vp; tvp; tvp = tvp->u.array)
917 if (tvp->flag & ISSET) {

Completed in 302 milliseconds