HomeSort by relevance Sort by last modified time
    Searched refs:tvp (Results 1 - 25 of 54) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_timeval.h 16 #define timerisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec)
17 #define timercmp(tvp,uvp,cmp) \
18 ((tvp)->tv_sec cmp (uvp)->tv_sec || \
19 ((tvp)->tv_sec == (uvp)->tv_sec && (tvp)->tv_usec cmp (uvp)->tv_usec))
20 #define timerclear(tvp) (tvp)->tv_sec = (tvp)->tv_usec =
    [all...]
  /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));
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/
utime.c 60 struct timeval tv[2], *tvp; local
65 tvp = NULL;
70 tvp = tv;
72 return (utimes(path, tvp));
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
time.h 79 #define timerclear(tvp) (tvp)->tv_sec = (tvp)->tv_usec = 0
80 #define timerisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec)
82 #define timercmp(tvp, uvp, cmp) \
83 (((tvp)->tv_sec == (uvp)->tv_sec) ? \
84 ((tvp)->tv_usec cmp (uvp)->tv_usec) : \
85 ((tvp)->tv_sec cmp (uvp)->tv_sec))
    [all...]
  /external/libevent/include/event2/
util.h 379 #define evutil_timeradd(tvp, uvp, vvp) timeradd((tvp), (uvp), (vvp))
380 #define evutil_timersub(tvp, uvp, vvp) timersub((tvp), (uvp), (vvp))
382 #define evutil_timeradd(tvp, uvp, vvp) \
384 (vvp)->tv_sec = (tvp)->tv_sec + (uvp)->tv_sec; \
385 (vvp)->tv_usec = (tvp)->tv_usec + (uvp)->tv_usec; \
391 #define evutil_timersub(tvp, uvp, vvp) \
393 (vvp)->tv_sec = (tvp)->tv_sec - (uvp)->tv_sec; \
394 (vvp)->tv_usec = (tvp)->tv_usec - (uvp)->tv_usec;
    [all...]
  /external/clang/test/CodeGenCXX/
debug-info-alias.cpp 35 tv<int> *tvp;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
time.h 137 /* Change the access time of FILE to TVP[0] and the modification time of
138 FILE to TVP[1]. If TVP is a null pointer, use the current time instead.
153 /* Change the access time of FILE relative to FD to TVP[0] and the
154 modification time of FILE to TVP[1]. If TVP is a null pointer, use
164 # define timerisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec)
165 # define timerclear(tvp) ((tvp)->tv_sec = (tvp)->tv_usec = 0
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
time.h 137 /* Change the access time of FILE to TVP[0] and the modification time of
138 FILE to TVP[1]. If TVP is a null pointer, use the current time instead.
153 /* Change the access time of FILE relative to FD to TVP[0] and the
154 modification time of FILE to TVP[1]. If TVP is a null pointer, use
164 # define timerisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec)
165 # define timerclear(tvp) ((tvp)->tv_sec = (tvp)->tv_usec = 0
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
time.h 137 /* Change the access time of FILE to TVP[0] and the modification time of
138 FILE to TVP[1]. If TVP is a null pointer, use the current time instead.
153 /* Change the access time of FILE relative to FD to TVP[0] and the
154 modification time of FILE to TVP[1]. If TVP is a null pointer, use
164 # define timerisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec)
165 # define timerclear(tvp) ((tvp)->tv_sec = (tvp)->tv_usec = 0
    [all...]
  /external/openssh/openbsd-compat/
bsd-poll.c 49 struct timeval tv, *tvp = NULL; local
88 tvp = &tv;
91 ret = select(maxfd + 1, readfds, writefds, exceptfds, tvp);
bsd-misc.c 108 int utimes(char *filename, struct timeval *tvp)
112 ub.actime = tvp[0].tv_sec;
113 ub.modtime = tvp[1].tv_sec;
  /external/tcpdump/
util.c 193 register const struct timeval *tvp)
206 s = (tvp->tv_sec + thiszone) % 86400;
207 ND_PRINT((ndo, "%s ", ts_format(ndo, s, tvp->tv_usec)));
215 (unsigned)tvp->tv_sec,
216 (unsigned)tvp->tv_usec));
223 b_usec = tvp->tv_usec;
224 b_sec = tvp->tv_sec;
227 d_usec = tvp->tv_usec - b_usec;
228 d_sec = tvp->tv_sec - b_sec;
238 b_sec = tvp->tv_sec
    [all...]
  /external/c-ares/
ahost.c 70 struct timeval *tvp, tv; local
150 tvp = ares_timeout(channel, NULL, &tv);
151 select(nfds, &read_fds, &write_fds, NULL, tvp);
acountry.c 204 struct timeval *tvp, tv; local
213 tvp = ares_timeout(channel, NULL, &tv);
214 select(nfds, &read_fds, &write_fds, NULL, tvp);
adig.c 205 struct timeval *tvp, tv; local
391 tvp = ares_timeout(channel, NULL, &tv);
392 count = select(nfds, &read_fds, &write_fds, NULL, tvp);
  /hardware/ril/libril/
ril_event.cpp 38 #define timeradd(tvp, uvp, vvp) \
40 (vvp)->tv_sec = (tvp)->tv_sec + (uvp)->tv_sec; \
41 (vvp)->tv_usec = (tvp)->tv_usec + (uvp)->tv_usec; \
  /external/curl/lib/
asyn-ares.c 367 struct timeval *tvp, tv, store; local
377 tvp = ares_timeout((ares_channel)data->state.resolver, &store, &tv);
382 if(!tvp->tv_sec)
383 timeout_ms = (int)(tvp->tv_usec/1000);
openldap.c 231 struct timeval tv = {0, 1}, *tvp; local
257 tvp = &tv;
279 if(tvp)
283 rc = ldap_result(li->ld, li->msgid, LDAP_MSG_ONE, tvp, &msg);
  /external/libmicrohttpd/doc/examples/
sessions.c 721 struct timeval *tvp; local
757 tvp = &tv;
760 tvp = NULL;
761 if (-1 == select (max + 1, &rs, &ws, &es, tvp))
  /external/libmicrohttpd/src/examples/
post_example.c 704 struct timeval *tvp; local
740 tvp = &tv;
743 tvp = NULL;
744 select (max + 1, &rs, &ws, &es, tvp);
  /external/ppp/pppd/
main.c     [all...]
  /external/libxml2/
testSAX.c 80 my_gettimeofday(struct timeval *tvp, void *tzp)
85 if (tvp) {
86 tvp->tv_sec = timebuffer.time;
87 tvp->tv_usec = timebuffer.millitm * 1000L;
  /external/mksh/src/
sh.h 280 #define timerclear(tvp) \
282 (tvp)->tv_sec = (tvp)->tv_usec = 0; \
286 #define timeradd(tvp, uvp, vvp) \
288 (vvp)->tv_sec = (tvp)->tv_sec + (uvp)->tv_sec; \
289 (vvp)->tv_usec = (tvp)->tv_usec + (uvp)->tv_usec; \
297 #define timersub(tvp, uvp, vvp) \
299 (vvp)->tv_sec = (tvp)->tv_sec - (uvp)->tv_sec; \
300 (vvp)->tv_usec = (tvp)->tv_usec - (uvp)->tv_usec; \
    [all...]
  /external/openssh/
serverloop.c 282 struct timeval tv, *tvp; local
361 tvp = NULL;
365 tvp = &tv;
369 ret = select((*maxfdp)+1, *readsetp, *writesetp, NULL, tvp);
    [all...]
  /external/elfutils/src/
strip.c 112 const char *fname, mode_t mode, struct timespec tvp[2]);
116 struct timespec tvp[2]) __attribute__ ((unused));
410 mode_t mode, struct timespec tvp[2])
    [all...]

Completed in 848 milliseconds

1 2 3