/external/tcpdump/ |
D | timeval-operations.h | 41 #define netdissect_timevalclear(tvp) ((tvp)->tv_sec = (tvp)->tv_usec = 0) argument 43 #define netdissect_timevalisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec) argument 45 #define netdissect_timevalcmp(tvp, uvp, cmp) \ argument 50 #define netdissect_timevaladd(tvp, uvp, vvp, nano_prec) \ argument 67 #define netdissect_timevalsub(tvp, uvp, vvp, nano_prec) \ argument
|
D | util-print.c | 314 register const struct timeval *tvp) in ts_print()
|
/external/libevent/include/event2/ |
D | util.h | 515 #define evutil_timeradd(tvp, uvp, vvp) timeradd((tvp), (uvp), (vvp)) argument 516 #define evutil_timersub(tvp, uvp, vvp) timersub((tvp), (uvp), (vvp)) argument 518 #define evutil_timeradd(tvp, uvp, vvp) \ argument 527 #define evutil_timersub(tvp, uvp, vvp) \ argument 539 #define evutil_timerclear(tvp) timerclear(tvp) argument 541 #define evutil_timerclear(tvp) (tvp)->tv_sec = (tvp)->tv_usec = 0 argument 547 #define evutil_timercmp(tvp, uvp, cmp) \ argument 553 #define evutil_timerisset(tvp) timerisset(tvp) argument 555 #define evutil_timerisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec) argument
|
/external/ltp/testcases/kernel/syscalls/select/ |
D | select.h | 60 #define select_sys_select(n, inp, outp, exp, tvp) \ argument 70 #define select_sys_select(n, inp, outp, exp, tvp) \ argument 84 #define select_sys__newselect(n, inp, outp, exp, tvp) \ argument 87 #define select_sys_pselect6(n, inp, outp, exp, tvp) \ argument
|
/external/clang/test/CodeGenCXX/ |
D | debug-info-alias.cpp | 35 tv<int> *tvp; variable
|
/external/openssh/openbsd-compat/ |
D | bsd-poll.c | 47 struct timeval tv, *tvp = NULL; in poll() local
|
D | bsd-misc.c | 108 int utimes(char *filename, struct timeval *tvp) in utimes()
|
/external/curl/lib/ |
D | asyn-ares.c | 406 struct timeval *tvp, tv, store; in Curl_resolver_wait_resolv() local
|
D | openldap.c | 261 struct timeval tv = {0, 1}, *tvp; in ldap_connecting() local
|
/external/openssh/ |
D | serverloop.c | 203 struct timeval tv, *tvp; in wait_until_can_do_something() local
|
D | ssh-agent.c | 1222 struct timeval *tvp = NULL; in main() local
|
D | clientloop.c | 617 struct timeval tv, *tvp; in client_wait_until_can_do_something() local
|
/external/libxml2/ |
D | testSAX.c | 80 my_gettimeofday(struct timeval *tvp, void *tzp) in my_gettimeofday()
|
D | xmllint.c | 400 my_gettimeofday(struct timeval *tvp, void *tzp) in my_gettimeofday()
|
/external/mksh/src/ |
D | var.c | 2107 struct tbl *tvp; in c_typeset_vardump() local
|
D | sh.h | 304 #define timerclear(tvp) \ argument 310 #define timeradd(tvp, uvp, vvp) \ argument 321 #define timersub(tvp, uvp, vvp) \ argument
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | TYPES.py | 297 def TIMEVAL_TO_TICK(tvp): return \ argument
|
D | IN.py | 425 def TIMEVAL_TO_TICK(tvp): return \ argument
|
D | STROPTS.py | 422 def TIMEVAL_TO_TICK(tvp): return \ argument
|
/external/ppp/pppd/ |
D | main.c | 1382 timeleft(tvp) in timeleft() argument
|
/external/python/cpython2/Modules/ |
D | selectmodule.c | 204 struct timeval tv, *tvp; in select_select() local
|
/external/python/cpython3/Modules/ |
D | selectmodule.c | 202 struct timeval tv, *tvp; in select_select() local
|
D | socketmodule.c | 714 struct timeval tv, *tvp; in internal_select() local
|
/external/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 1189 #define __sanitizer_syscall_pre_select(n, inp, outp, exp, tvp) \ argument 1192 #define __sanitizer_syscall_post_select(res, n, inp, outp, exp, tvp) \ argument
|