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

  /bionic/libc/upstream-netbsd/lib/libc/gen/
utime.c 52 struct timeval tv[2], *tvp; local
57 tvp = NULL;
62 tvp = tv;
64 return (utimes(path, tvp));
  /external/qemu/distrib/sdl-1.2.15/src/video/ggi/
SDL_ggievents.c 51 struct timeval *tvp, tv = { 0, 0 }; local
54 tvp = &tv;
58 while (ggiEventPoll(VIS, emAll, tvp))
59 /* while (ggiEventPoll(VIS, (emKeyboard | emPointer | emCommand), tvp)) */
  /device/generic/goldfish/camera/
EmulatedCameraDevice.cpp 350 struct timeval tv, *tvp = NULL; local
362 tvp = &tv;
364 int res = TEMP_FAILURE_RETRY(select(fd_num, fds, NULL, NULL, tvp));
  /bionic/libc/dns/resolv/
res_send.c 1331 struct timeval tv, *tvp; local
    [all...]
  /external/fio/
io_u.c 1784 struct timespec *tvp = NULL; local
    [all...]
  /external/mksh/src/
funcs.c 893 struct tbl *tvp; local
904 for (tvp = vp; tvp; tvp = tvp->u.array)
905 if (tvp->flag & ISSET) {
    [all...]

Completed in 250 milliseconds