Home
last modified time | relevance | path

Searched defs:tvp (Results 1 – 25 of 31) sorted by relevance

12

/external/tcpdump/
Dtimeval-operations.h41 #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
Dutil-print.c314 register const struct timeval *tvp) in ts_print()
/external/libevent/include/event2/
Dutil.h529 #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/llvm-project/clang/test/CodeGenCXX/
Ddebug-info-alias.cpp33 tv<int> *tvp; variable
/external/clang/test/CodeGenCXX/
Ddebug-info-alias.cpp35 tv<int> *tvp; variable
/external/openssh/openbsd-compat/
Dbsd-poll.c47 struct timeval tv, *tvp = NULL; in poll() local
Dbsd-misc.c110 int utimes(char *filename, struct timeval *tvp) in utimes()
/external/usrsctp/programs/
Dprograms_helper.h64 #define timersub(tvp, uvp, vvp) \ argument
Dtsctp_upcall.c93 #define timersub(tvp, uvp, vvp) \ argument
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dahost.c60 struct timeval *tvp, tv; in main() local
Dacountry.c193 struct timeval *tvp, tv; in wait_ares() local
Dadig.c189 struct timeval *tvp, tv; in main() local
/external/libwebsockets/lib/core-net/
Dwsi-timeout.c212 struct lws_timed_vh_protocol *tvp = lws_container_of(sul, in lws_sul_timed_callback_vh_protocol_cb() local
/external/curl/lib/
Dasyn-ares.c438 struct timeval *tvp, tv, store; in Curl_resolver_wait_resolv() local
Dopenldap.c260 struct timeval tv = {0, 1}, *tvp; in ldap_connecting() local
/external/openssh/
Dserverloop.c225 struct timeval tv, *tvp; in wait_until_can_do_something() local
Dclientloop.c496 struct timeval tv, *tvp; in client_wait_until_can_do_something() local
/external/usrsctp/usrsctplib/netinet/
Dsctp_os_userspace.h305 #define timeradd(tvp, uvp, vvp) \ argument
315 #define timersub(tvp, uvp, vvp) \ argument
1167 #define timercmp(tvp, uvp, cmp) \ argument
/external/libxml2/
DtestSAX.c80 my_gettimeofday(struct timeval *tvp, void *tzp) in my_gettimeofday()
Dxmllint.c401 my_gettimeofday(struct timeval *tvp, void *tzp) in my_gettimeofday()
/external/python/cpython2/Lib/plat-sunos5/
DTYPES.py297 def TIMEVAL_TO_TICK(tvp): return \ argument
/external/ppp/pppd/
Dmain.c1382 timeleft(tvp) in timeleft() argument
/external/mksh/src/
Dvar.c2143 struct tbl *tvp; in c_typeset_vardump() local
/external/python/cpython2/Modules/
Dselectmodule.c204 struct timeval tv, *tvp; in select_select() local
/external/python/cpython3/Modules/
Dselectmodule.c284 struct timeval tv, *tvp; in select_select_impl() local

12