/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 | 529 #define evutil_timeradd(tvp, uvp, vvp) timeradd((tvp), (uvp), (vvp)) argument 530 #define evutil_timersub(tvp, uvp, vvp) timersub((tvp), (uvp), (vvp)) argument 532 #define evutil_timeradd(tvp, uvp, vvp) \ argument 541 #define evutil_timersub(tvp, uvp, vvp) \ argument 553 #define evutil_timerclear(tvp) timerclear(tvp) argument 555 #define evutil_timerclear(tvp) (tvp)->tv_sec = (tvp)->tv_usec = 0 argument 561 #define evutil_timercmp(tvp, uvp, cmp) \ argument 567 #define evutil_timerisset(tvp) timerisset(tvp) argument 569 #define evutil_timerisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec) argument
|
/external/clang/test/CodeGenCXX/ |
D | debug-info-alias.cpp | 35 tv<int> *tvp; variable
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | debug-info-alias.cpp | 33 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 | 110 int utimes(char *filename, struct timeval *tvp) in utimes()
|
/external/usrsctp/programs/ |
D | programs_helper.h | 64 #define timersub(tvp, uvp, vvp) \ argument
|
D | tsctp_upcall.c | 93 #define timersub(tvp, uvp, vvp) \ argument
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | ahost.c | 60 struct timeval *tvp, tv; in main() local
|
D | acountry.c | 193 struct timeval *tvp, tv; in wait_ares() local
|
D | adig.c | 189 struct timeval *tvp, tv; in main() local
|
/external/libwebsockets/lib/core-net/ |
D | wsi-timeout.c | 212 struct lws_timed_vh_protocol *tvp = lws_container_of(sul, in lws_sul_timed_callback_vh_protocol_cb() local
|
/external/curl/lib/ |
D | asyn-ares.c | 438 struct timeval *tvp, tv, store; in Curl_resolver_wait_resolv() local
|
D | openldap.c | 260 struct timeval tv = {0, 1}, *tvp; in ldap_connecting() local
|
/external/openssh/ |
D | serverloop.c | 225 struct timeval tv, *tvp; in wait_until_can_do_something() local
|
D | clientloop.c | 496 struct timeval tv, *tvp; in client_wait_until_can_do_something() local
|
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_os_userspace.h | 305 #define timeradd(tvp, uvp, vvp) \ argument 315 #define timersub(tvp, uvp, vvp) \ argument 1167 #define timercmp(tvp, uvp, cmp) \ argument
|
/external/libxml2/ |
D | testSAX.c | 80 my_gettimeofday(struct timeval *tvp, void *tzp) in my_gettimeofday()
|
D | xmllint.c | 401 my_gettimeofday(struct timeval *tvp, void *tzp) in my_gettimeofday()
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | TYPES.py | 297 def TIMEVAL_TO_TICK(tvp): return \ argument
|
/external/mksh/src/ |
D | var.c | 2143 struct tbl *tvp; in c_typeset_vardump() local
|
/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 | 284 struct timeval tv, *tvp; in select_select_impl() local
|